Trace number 43982

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.39 1789.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stocfor2.opb
MD5SUMcbc7f776eebadde6a6228c5e168c70a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60930
Total number of constraints2157
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 constraints2157
Minimum length of a constraint30
Maximum length of a constraint450
Number of terms in the objective function 31770
Biggest coefficient in the objective function 2474
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 550404
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 550404
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.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node91/43982-1149344144/instance-43982-1149344144.opb
0.22	c reading problem ... 
9.70	c ... done. Time 9.485 ms.
9.70	c #vars     60930
9.70	c #constraints  3300
1789.35	c starts		: 8
1789.35	c conflicts		: 3358
1789.35	c decisions		: 83604
1789.35	c propagations		: 2524819
1789.35	c inspects		: 23386658
1789.35	c learnt literals	: 0
1789.35	c learnt binary clauses	: 0
1789.35	c learnt ternary clauses	: 0
1789.35	c learnt clauses	: 3357
1789.35	c root simplifications	: 0
1789.35	c removed literals (reason simplification)	: 0
1789.35	c reason swapping (by a shorter reason)	: 0
1789.35	c Calls to reduceDB	: 0
1789.35	c speed (decisions/second)	: 46.979492409747216
1789.35	c non guided choices	15332
1789.35	s UNKNOWN
1789.35	c Total wall clock time (ms): 1789.135

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 1.01 0.99 3/68 11920
/proc/meminfo: memFree=1583536/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1596 CPUtime=0
/proc/11920/stat : 11920 (java) D 11918 11920 11874 0 -1 0 131 0 0 0 0 0 0 0 19 0 1 0 200053368 1634304 101 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072100015398 0 0 17 1 0 0
/proc/11920/statm: 399 101 80 14 0 43 0

[startup+10.0029 s]
/proc/loadavg: 0.93 1.01 0.99 2/80 11932
/proc/meminfo: memFree=1362320/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=11.37
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 59812 0 1 0 1108 29 0 0 25 0 13 0 200053368 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 57117 1898 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=0.69
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 9820 0 0 0 64 5 0 0 16 0 13 0 200053372 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=0.69
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 10928 0 0 0 64 5 0 0 16 0 13 0 200053372 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 200053374 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 200053378 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.38
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 876 0 0 0 38 0 0 0 16 0 13 0 200053378 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=0.55
/proc/11920/task/11929/stat : 11929 (java) R 11918 11920 11874 0 -1 64 1629 0 0 0 55 0 0 0 16 0 13 0 200053378 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154628161 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 200054355 1753853952 57117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (Kb) 1712748

[startup+20.0098 s]
/proc/loadavg: 1.02 1.02 1.00 2/80 11932
/proc/meminfo: memFree=1354896/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1713772 CPUtime=21.99
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 62212 0 1 0 2169 30 0 0 25 0 13 0 200053368 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071623167 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428443 58994 1909 14 0 415189 0
[pid=11920/tid=11921] ppid=11918 vsize=1713772 CPUtime=0.74
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 10761 0 0 0 69 5 0 0 16 0 13 0 200053372 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1713772 CPUtime=0.75
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 12139 0 0 0 69 6 0 0 16 0 13 0 200053372 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1713772 CPUtime=0
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 200053374 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1713772 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1713772 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1713772 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1713772 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1713772 CPUtime=0.71
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1062 0 0 0 71 0 0 0 17 0 13 0 200053378 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1713772 CPUtime=0.91
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1662 0 0 0 91 0 0 0 17 0 13 0 200053378 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1713772 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1713772 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1713772 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 200054355 1754902528 58994 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (Kb) 1713772

[startup+30.0168 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 11932
/proc/meminfo: memFree=1354960/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=32.11
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 62350 0 1 0 3181 30 0 0 25 0 13 0 200053368 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 59006 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=0.75
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 10803 0 0 0 70 5 0 0 16 0 13 0 200053372 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=0.76
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 12224 0 0 0 70 6 0 0 16 0 13 0 200053372 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 200053374 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.77
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 77 0 0 0 17 0 13 0 200053378 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=0.97
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 97 0 0 0 17 0 13 0 200053378 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 200054355 1753853952 59006 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.11
Current children cumulated vsize (Kb) 1712748

[startup+40.0238 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 11932
/proc/meminfo: memFree=1356432/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=42.15
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 63084 0 1 0 4184 31 0 0 25 0 13 0 200053368 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071442713 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 58572 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=0.79
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 11061 0 0 0 73 6 0 0 16 0 13 0 200053372 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=0.79
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 12696 0 0 0 73 6 0 0 17 0 13 0 200053372 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 200053374 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.77
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 77 0 0 0 17 0 13 0 200053378 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=0.97
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 97 0 0 0 17 0 13 0 200053378 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 58572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.15
Current children cumulated vsize (Kb) 1712748

[startup+50.0307 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 11932
/proc/meminfo: memFree=1362256/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=52.17
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 63442 0 1 0 5185 32 0 0 25 0 13 0 200053368 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071547916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11920/statm: 428187 57146 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=0.81
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 11206 0 0 0 75 6 0 0 16 0 13 0 200053372 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=0.81
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 12906 0 0 0 75 6 0 0 16 0 13 0 200053372 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 200053374 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.77
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 77 0 0 0 17 0 13 0 200053378 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=0.97
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 97 0 0 0 17 0 13 0 200053378 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 57146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.17
Current children cumulated vsize (Kb) 1712748

[startup+60.0377 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 11932
/proc/meminfo: memFree=1365456/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=62.19
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 63793 0 1 0 6187 32 0 0 25 0 13 0 200053368 1753853952 56333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589713 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 56333 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 11287 0 0 0 77 6 0 0 17 0 13 0 200053372 1753853952 56333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 13174 0 0 0 77 6 0 0 16 0 13 0 200053372 1753853952 56333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 200053374 1753853952 56333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 56333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 56333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 56333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 83 0 0 0 16 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=1
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 100 0 0 0 17 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.26
Current children cumulated vsize (Kb) 1712748

[startup+1786.33 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 11934
/proc/meminfo: memFree=1139408/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=1797.27
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 191717 0 1 0 179580 147 0 0 25 0 13 0 200053368 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071623161 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 112528 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=10.42
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 51966 0 0 0 999 43 0 0 16 0 13 0 200053372 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=10.49
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 51040 0 0 0 1008 41 0 0 16 0 13 0 200053372 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0.39
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 190 0 0 0 21 18 0 0 16 0 13 0 200053374 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 83 0 0 0 16 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=1
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 100 0 0 0 17 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 112528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.27
Current children cumulated vsize (Kb) 1712748

[startup+1787.33 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 11934
/proc/meminfo: memFree=1139856/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=1798.28
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 191721 0 1 0 179681 147 0 0 25 0 13 0 200053368 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071547644 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 112419 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=10.44
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 51967 0 0 0 1001 43 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=10.5
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 51042 0 0 0 1009 41 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0.39
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 190 0 0 0 21 18 0 0 15 0 13 0 200053374 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 83 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=1
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 100 0 0 0 17 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.28
Current children cumulated vsize (Kb) 1712748

[startup+1788.34 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 11934
/proc/meminfo: memFree=1139856/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=1799.29
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 191721 0 1 0 179782 147 0 0 25 0 13 0 200053368 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071590125 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 112419 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=10.44
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 51967 0 0 0 1001 43 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=10.5
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 51042 0 0 0 1009 41 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0.39
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 190 0 0 0 21 18 0 0 16 0 13 0 200053374 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 83 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=1
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 100 0 0 0 17 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.29
Current children cumulated vsize (Kb) 1712748

[startup+1789.34 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 11934
/proc/meminfo: memFree=1139856/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=1800.3
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 191721 0 1 0 179883 147 0 0 25 0 13 0 200053368 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 112419 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=10.44
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 51967 0 0 0 1001 43 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=10.5
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 51042 0 0 0 1009 41 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0.39
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 190 0 0 0 21 18 0 0 16 0 13 0 200053374 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 83 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=1
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 100 0 0 0 17 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (Kb) 1712748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.35 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 11934
/proc/meminfo: memFree=1139856/2055892 swapFree=4085372/4096564
[pid=11920] ppid=11918 vsize=1712748 CPUtime=1800.3
/proc/11920/stat : 11920 (java) R 11918 11920 11874 0 -1 0 191721 0 1 0 179883 147 0 0 25 0 13 0 200053368 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071590137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11920/statm: 428187 112419 1909 14 0 414933 0
[pid=11920/tid=11921] ppid=11918 vsize=1712748 CPUtime=10.44
/proc/11920/task/11921/stat : 11921 (java) S 11918 11920 11874 0 -1 64 51967 0 0 0 1001 43 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11922] ppid=11918 vsize=1712748 CPUtime=10.5
/proc/11920/task/11922/stat : 11922 (java) S 11918 11920 11874 0 -1 64 51042 0 0 0 1009 41 0 0 16 0 13 0 200053372 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11923] ppid=11918 vsize=1712748 CPUtime=0.39
/proc/11920/task/11923/stat : 11923 (java) S 11918 11920 11874 0 -1 64 190 0 0 0 21 18 0 0 16 0 13 0 200053374 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11924] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11924/stat : 11924 (java) S 11918 11920 11874 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11925] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11925/stat : 11925 (java) S 11918 11920 11874 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200053375 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11926] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11926/stat : 11926 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11927] ppid=11918 vsize=1712748 CPUtime=0.01
/proc/11920/task/11927/stat : 11927 (java) S 11918 11920 11874 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11928] ppid=11918 vsize=1712748 CPUtime=0.83
/proc/11920/task/11928/stat : 11928 (java) S 11918 11920 11874 0 -1 64 1066 0 0 0 83 0 0 0 16 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11929] ppid=11918 vsize=1712748 CPUtime=1
/proc/11920/task/11929/stat : 11929 (java) S 11918 11920 11874 0 -1 64 1665 0 0 0 100 0 0 0 17 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11920/tid=11930] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11930/stat : 11930 (java) S 11918 11920 11874 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11931] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11931/stat : 11931 (java) S 11918 11920 11874 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200053378 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11920/tid=11932] ppid=11918 vsize=1712748 CPUtime=0
/proc/11920/task/11932/stat : 11932 (java) S 11918 11920 11874 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 200054355 1753853952 112419 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (Kb) 1712748

Sending SIGTERM to -11920
Sleeping 2 seconds

Child status: 143
Real time (s): 1789.44
CPU time (s): 1800.39
CPU user time (s): 1798.85
CPU system time (s): 1.54077
CPU usage (%): 100.612
Max. virtual memory (cumulated for all children) (Kb): 1713772

Launcher Data (download as text)

Begin job on node91 on Sat Jun  3 14:15:44 UTC 2006


FILE ID= 43982-1149344144

PBS_JOBID= 310591

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-stocfor2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node91/43982-1149344144/instance-43982-1149344144.opb 297221601
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node91/watcher-43982-1149344144 -o ROOT/results/node91/solver-43982-1149344144 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node91/43982-1149344144/instance-43982-1149344144.opb 297221601

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  cbc7f776eebadde6a6228c5e168c70a1

RANDOM SEED= 297221601


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1583936 kB
Buffers:         29516 kB
Cached:         373888 kB
SwapCached:       2352 kB
Active:          29928 kB
Inactive:       382088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1583936 kB
SwapTotal:     4096564 kB
SwapFree:      4085372 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          16588 kB
Slab:            46432 kB
Committed_AS:   427076 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node91 on Sat Jun  3 14:45:34 UTC 2006