Trace number 50991

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.44 1786.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641.opb
MD5SUMe305ce06a665d9822e67802436e3e3a1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark510.508
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables89251
Total number of constraints265861
Number of constraints which are clauses265860
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386125155782666611316461046199057660664692500703545894843314379452055497331714886553722880795243382690831872185771948649693979666
Number of bits of the biggest sum of numbers631
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c no version file found!!!
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_06
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 1548419056
0.19	c Max memory 1551040512
0.19	c Total memory 1551040512
0.19	c Number of processors 2
0.24	c Cutting planes based inference
0.24	c --- Begin Solver configuration ---
0.24	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.24	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.24	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving ROOT/tmp/node60/50991-1154121976/instance-50991-1154121976.opb
0.24	c reading problem ... 
425.31	c ... done. Time 425.068 ms.
425.31	c #vars     89251
425.31	c #constraints  265862
1786.35	c starts		: 1
1786.35	c conflicts		: 1
1786.35	c decisions		: 65409
1786.35	c propagations		: 89246
1786.35	c inspects		: 243356
1786.35	c learnt literals	: 0
1786.35	c learnt binary clauses	: 0
1786.35	c learnt ternary clauses	: 0
1786.35	c learnt clauses	: 0
1786.35	c root simplifications	: 0
1786.35	c removed literals (reason simplification)	: 0
1786.35	c reason swapping (by a shorter reason)	: 0
1786.35	c Calls to reduceDB	: 0
1786.35	c speed (decisions/second)	: 48.06039787652235
1786.35	c non guided choices	65409
1786.35	s UNKNOWN
1786.35	c Total wall clock time (ms): 1786.108

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node60/watcher-50991-1154121976 -o ROOT/results/node60/solver-50991-1154121976 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node60/50991-1154121976/instance-50991-1154121976.opb 360373615 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.98 1.01 1.00 3/64 2755
/proc/meminfo: memFree=1547992/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=18544 CPUtime=0
/proc/2755/stat : 2755 (runsolver) R 2753 2755 2706 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 159067522 18989056 280 18446744073709551615 4194304 4264732 548682068944 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2755/statm: 4636 280 244 17 0 2626 0

[startup+10.002 s]
/proc/loadavg: 0.98 1.01 1.00 2/75 2766
/proc/meminfo: memFree=1378176/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1709952 CPUtime=10.44
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 47900 0 1 0 1022 22 0 0 21 0 12 0 159067522 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071347295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 427488 44155 1872 14 0 414235 0
[pid=2755/tid=2756] ppid=2753 vsize=1709952 CPUtime=0.06
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 1828 0 0 0 5 1 0 0 15 0 12 0 159067530 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1709952 CPUtime=0.05
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 1795 0 0 0 5 0 0 0 17 0 12 0 159067530 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1709952 CPUtime=0
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 159067532 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1709952 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 159067533 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1709952 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159067533 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1709952 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159067536 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1709952 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 159067536 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1709952 CPUtime=0.26
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 362 0 0 0 26 0 0 0 16 0 12 0 159067536 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1709952 CPUtime=0.32
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 731 0 0 0 32 0 0 0 17 0 12 0 159067536 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1709952 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159067536 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1709952 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159067536 1750990848 44155 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (Kb) 1709952

[startup+20.0097 s]
/proc/loadavg: 0.98 1.01 1.00 2/75 2766
/proc/meminfo: memFree=1393672/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1709916 CPUtime=20.48
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 48185 0 1 0 2025 23 0 0 25 0 12 0 159067522 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071347303 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 427479 40385 1872 14 0 414226 0
[pid=2755/tid=2756] ppid=2753 vsize=1709916 CPUtime=0.08
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 1928 0 0 0 7 1 0 0 16 0 12 0 159067530 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1709916 CPUtime=0.09
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 1944 0 0 0 9 0 0 0 16 0 12 0 159067530 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1709916 CPUtime=0.01
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 27 0 0 0 0 1 0 0 17 0 12 0 159067532 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1709916 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 159067533 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1709916 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159067533 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1709916 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159067536 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1709916 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 159067536 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1709916 CPUtime=0.28
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 364 0 0 0 28 0 0 0 16 0 12 0 159067536 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1709916 CPUtime=0.34
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 732 0 0 0 34 0 0 0 17 0 12 0 159067536 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1709916 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159067536 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1709916 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159067536 1750953984 40385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (Kb) 1709916

[startup+30.0169 s]
/proc/loadavg: 0.98 1.01 1.00 2/75 2766
/proc/meminfo: memFree=1395080/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1709196 CPUtime=30.51
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 48483 0 1 0 3027 24 0 0 25 0 12 0 159067522 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 427299 40044 1872 14 0 414046 0
[pid=2755/tid=2756] ppid=2753 vsize=1709196 CPUtime=0.11
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 2015 0 0 0 10 1 0 0 15 0 12 0 159067530 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1709196 CPUtime=0.15
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 2117 0 0 0 14 1 0 0 16 0 12 0 159067530 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1709196 CPUtime=0.02
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 27 0 0 0 1 1 0 0 16 0 12 0 159067532 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 159067533 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159067533 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159067536 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 159067536 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1709196 CPUtime=0.28
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 364 0 0 0 28 0 0 0 16 0 12 0 159067536 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1709196 CPUtime=0.35
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 733 0 0 0 35 0 0 0 17 0 12 0 159067536 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159067536 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159067536 1750216704 40044 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.51
Current children cumulated vsize (Kb) 1709196

[startup+40.0239 s]
/proc/loadavg: 0.99 1.01 1.00 2/75 2766
/proc/meminfo: memFree=1394376/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1709196 CPUtime=40.54
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 48779 0 1 0 4029 25 0 0 25 0 12 0 159067522 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071347422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 427299 40265 1872 14 0 414046 0
[pid=2755/tid=2756] ppid=2753 vsize=1709196 CPUtime=0.15
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 2189 0 0 0 14 1 0 0 16 0 12 0 159067530 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1709196 CPUtime=0.17
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 2197 0 0 0 16 1 0 0 16 0 12 0 159067530 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1709196 CPUtime=0.03
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 27 0 0 0 1 2 0 0 15 0 12 0 159067532 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 159067533 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159067533 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159067536 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 159067536 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1709196 CPUtime=0.28
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 364 0 0 0 28 0 0 0 17 0 12 0 159067536 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1709196 CPUtime=0.35
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 733 0 0 0 35 0 0 0 17 0 12 0 159067536 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159067536 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159067536 1750216704 40265 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.54
Current children cumulated vsize (Kb) 1709196

[startup+50.0309 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 2766
/proc/meminfo: memFree=1393608/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1709196 CPUtime=50.57
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 49037 0 1 0 5031 26 0 0 25 0 12 0 159067522 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 427299 40473 1872 14 0 414046 0
[pid=2755/tid=2756] ppid=2753 vsize=1709196 CPUtime=0.21
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 2296 0 0 0 19 2 0 0 16 0 12 0 159067530 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1709196 CPUtime=0.23
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 2300 0 0 0 22 1 0 0 16 0 12 0 159067530 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1709196 CPUtime=0.05
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 27 0 0 0 3 2 0 0 15 0 12 0 159067532 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 159067533 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159067533 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159067536 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 159067536 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1709196 CPUtime=0.28
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 364 0 0 0 28 0 0 0 17 0 12 0 159067536 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1709196 CPUtime=0.35
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 733 0 0 0 35 0 0 0 17 0 12 0 159067536 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159067536 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159067536 1750216704 40473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (Kb) 1709196

[startup+60.0379 s]
/proc/loadavg: 0.99 1.00 1.00 2/75 2766
/proc/meminfo: memFree=1392520/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1709196 CPUtime=60.61
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 49362 0 1 0 6033 28 0 0 25 0 12 0 159067522 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071347291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 427299 40742 1872 14 0 414046 0
[pid=2755/tid=2756] ppid=2753 vsize=1709196 CPUtime=0.27
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 2442 0 0 0 25 2 0 0 15 0 12 0 159067530 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1709196 CPUtime=0.28
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 2424 0 0 0 27 1 0 0 16 0 12 0 159067530 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1709196 CPUtime=0.06
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 28 0 0 0 3 3 0 0 16 0 12 0 159067532 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 159067533 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159067533 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159067536 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 159067536 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1709196 CPUtime=0.28
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 364 0 0 0 28 0 0 0 17 0 12 0 159067536 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1709196 CPUtime=0.35
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 733 0 0 0 35 0 0 0 17 0 12 0 159067536 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1709196 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159067536 1750216704 40742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1709196 CPUtime=0

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

/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1718056 CPUtime=0.86
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 832 0 0 0 86 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1718056 CPUtime=1.21
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 4832 0 0 0 119 2 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2767] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2767/stat : 2767 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159110065 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.31
Current children cumulated vsize (Kb) 1718056

[startup+1783.32 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 2769
/proc/meminfo: memFree=1296576/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1718056 CPUtime=1797.32
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 91532 0 1 0 179318 414 0 0 25 0 13 0 159067522 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 429514 64498 1908 14 0 416261 0
[pid=2755/tid=2756] ppid=2753 vsize=1718056 CPUtime=13.81
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 10697 0 0 0 1216 165 0 0 16 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1718056 CPUtime=13.88
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 11591 0 0 0 1225 163 0 0 16 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1718056 CPUtime=0.96
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 70 0 0 0 59 37 0 0 15 0 13 0 159067532 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1718056 CPUtime=0.86
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 832 0 0 0 86 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1718056 CPUtime=1.21
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 4832 0 0 0 119 2 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2767] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2767/stat : 2767 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159110065 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.32
Current children cumulated vsize (Kb) 1718056

[startup+1784.33 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 2769
/proc/meminfo: memFree=1296576/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1718056 CPUtime=1798.33
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 91534 0 1 0 179419 414 0 0 25 0 13 0 159067522 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071740441 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 429514 64498 1908 14 0 416261 0
[pid=2755/tid=2756] ppid=2753 vsize=1718056 CPUtime=13.82
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 10697 0 0 0 1217 165 0 0 15 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1718056 CPUtime=13.89
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 11591 0 0 0 1226 163 0 0 16 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1718056 CPUtime=0.96
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 70 0 0 0 59 37 0 0 16 0 13 0 159067532 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1718056 CPUtime=0.86
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 832 0 0 0 86 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1718056 CPUtime=1.21
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 4832 0 0 0 119 2 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2767] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2767/stat : 2767 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159110065 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.33
Current children cumulated vsize (Kb) 1718056

[startup+1785.33 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 2769
/proc/meminfo: memFree=1296576/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1718056 CPUtime=1799.36
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 91537 0 1 0 179521 415 0 0 18 0 13 0 159067522 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071740443 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 429514 64498 1908 14 0 416261 0
[pid=2755/tid=2756] ppid=2753 vsize=1718056 CPUtime=13.83
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 10697 0 0 0 1218 165 0 0 16 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1718056 CPUtime=13.9
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 11591 0 0 0 1227 163 0 0 16 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1718056 CPUtime=0.97
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 70 0 0 0 60 37 0 0 16 0 13 0 159067532 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1718056 CPUtime=0.86
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 832 0 0 0 86 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1718056 CPUtime=1.21
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 4832 0 0 0 119 2 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2767] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2767/stat : 2767 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159110065 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (Kb) 1718056

[startup+1786.34 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 2769
/proc/meminfo: memFree=1296576/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1718056 CPUtime=1800.37
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 91539 0 1 0 179622 415 0 0 25 0 13 0 159067522 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071711590 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 429514 64498 1908 14 0 416261 0
[pid=2755/tid=2756] ppid=2753 vsize=1718056 CPUtime=13.84
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 10697 0 0 0 1219 165 0 0 15 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1718056 CPUtime=13.9
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 11591 0 0 0 1227 163 0 0 16 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1718056 CPUtime=0.97
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 70 0 0 0 60 37 0 0 16 0 13 0 159067532 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1718056 CPUtime=0.86
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 832 0 0 0 86 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1718056 CPUtime=1.21
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 4832 0 0 0 119 2 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2767] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2767/stat : 2767 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159110065 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (Kb) 1718056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.34 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 2769
/proc/meminfo: memFree=1296576/2055920 swapFree=4184176/4192956
[pid=2755] ppid=2753 vsize=1718056 CPUtime=1800.37
/proc/2755/stat : 2755 (java) R 2753 2755 2706 0 -1 0 91539 0 1 0 179622 415 0 0 25 0 13 0 159067522 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071740441 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2755/statm: 429514 64498 1908 14 0 416261 0
[pid=2755/tid=2756] ppid=2753 vsize=1718056 CPUtime=13.84
/proc/2755/task/2756/stat : 2756 (java) S 2753 2755 2706 0 -1 64 10697 0 0 0 1219 165 0 0 15 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2757] ppid=2753 vsize=1718056 CPUtime=13.9
/proc/2755/task/2757/stat : 2757 (java) S 2753 2755 2706 0 -1 64 11591 0 0 0 1227 163 0 0 16 0 13 0 159067530 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2758] ppid=2753 vsize=1718056 CPUtime=0.97
/proc/2755/task/2758/stat : 2758 (java) S 2753 2755 2706 0 -1 64 70 0 0 0 60 37 0 0 16 0 13 0 159067532 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2759] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2759/stat : 2759 (java) S 2753 2755 2706 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2760] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2760/stat : 2760 (java) S 2753 2755 2706 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159067533 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2761] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2761/stat : 2761 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2762] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2762/stat : 2762 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2763] ppid=2753 vsize=1718056 CPUtime=0.86
/proc/2755/task/2763/stat : 2763 (java) S 2753 2755 2706 0 -1 64 832 0 0 0 86 0 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2764] ppid=2753 vsize=1718056 CPUtime=1.21
/proc/2755/task/2764/stat : 2764 (java) S 2753 2755 2706 0 -1 64 4832 0 0 0 119 2 0 0 17 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2765] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2765/stat : 2765 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2755/tid=2766] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2766/stat : 2766 (java) S 2753 2755 2706 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159067536 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2755/tid=2767] ppid=2753 vsize=1718056 CPUtime=0
/proc/2755/task/2767/stat : 2767 (java) S 2753 2755 2706 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159110065 1759289344 64498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (Kb) 1718056

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1786.41
CPU time (s): 1800.44
CPU user time (s): 1796.24
CPU system time (s): 4.19336
CPU usage (%): 100.785
Max. virtual memory (cumulated for all children) (Kb): 1718056
The end

Launcher Data (download as text)

Begin job on node60 on Fri Jul 28 21:26:17 UTC 2006


FILE ID= 50991-1154121976

PBS_JOBID= 887011

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node60/50991-1154121976/instance-50991-1154121976.opb 360373615
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-50991-1154121976 -o ROOT/results/node60/solver-50991-1154121976 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node60/50991-1154121976/instance-50991-1154121976.opb 360373615

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  e305ce06a665d9822e67802436e3e3a1

RANDOM SEED= 360373615

TIMEOUT= 1800 seconds


/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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1548392 kB
Buffers:         24564 kB
Cached:         409176 kB
SwapCached:       2548 kB
Active:          43568 kB
Inactive:       398740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548392 kB
SwapTotal:     4192956 kB
SwapFree:      4184176 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14584 kB
Slab:            51188 kB
Committed_AS:  1140560 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node60 on Fri Jul 28 21:56:04 UTC 2006