Trace number 50940

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641-max.opb
MD5SUM0313cdb45b0522b789ebac5496eff7a9
Bench CategoryOPT-BIGINT (optimisation, big 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 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.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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node24/50940-1154117875/instance-50940-1154117875.opb
0.20	c reading problem ... 
407.85	c ... done. Time 407.645 ms.
407.85	c #vars     89251
407.85	c #constraints  265862
1785.40	c starts		: 1
1785.40	c conflicts		: 1
1785.40	c decisions		: 65409
1785.40	c propagations		: 89246
1785.40	c inspects		: 243356
1785.40	c learnt literals	: 0
1785.40	c learnt binary clauses	: 0
1785.40	c learnt ternary clauses	: 0
1785.40	c learnt clauses	: 0
1785.40	c root simplifications	: 0
1785.40	c removed literals (reason simplification)	: 0
1785.40	c reason swapping (by a shorter reason)	: 0
1785.40	c Calls to reduceDB	: 0
1785.40	c speed (decisions/second)	: 47.48415779123058
1785.40	c non guided choices	65409
1785.40	s UNKNOWN
1785.40	c Total wall clock time (ms): 1785.201

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 6511
/proc/meminfo: memFree=1419256/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1460 CPUtime=0
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 120 0 0 0 0 0 0 0 18 0 1 0 158648311 1495040 91 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 134520828 0 0 4096 0 0 0 0 17 1 0 0
/proc/6511/statm: 365 99 79 14 0 10 0

[startup+10.0029 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 6522
/proc/meminfo: memFree=1250336/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1709896 CPUtime=10.58
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 47910 0 1 0 1036 22 0 0 17 0 12 0 158648311 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152006744 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6511/statm: 427474 43968 1872 14 0 414221 0
[pid=6511/tid=6512] ppid=6509 vsize=1709896 CPUtime=0.05
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 1770 0 0 0 4 1 0 0 16 0 12 0 158648314 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1709896 CPUtime=0.05
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 1860 0 0 0 4 1 0 0 15 0 12 0 158648314 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1709896 CPUtime=0
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 158648317 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1709896 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158648317 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1709896 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158648317 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1709896 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158648321 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1709896 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158648321 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1709896 CPUtime=0.28
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 804 0 0 0 28 0 0 0 16 0 12 0 158648321 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1709896 CPUtime=0.27
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 291 0 0 0 27 0 0 0 16 0 12 0 158648321 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1709896 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158648321 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1709896 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158648321 1750933504 43968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (Kb) 1709896

[startup+20.014 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 6522
/proc/meminfo: memFree=1265440/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1709320 CPUtime=20.66
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 48187 0 1 0 2042 24 0 0 25 0 12 0 158648311 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6511/statm: 427330 40266 1872 14 0 414077 0
[pid=6511/tid=6512] ppid=6509 vsize=1709320 CPUtime=0.09
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 1867 0 0 0 8 1 0 0 16 0 12 0 158648314 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1709320 CPUtime=0.1
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 2001 0 0 0 8 2 0 0 16 0 12 0 158648314 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 158648317 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158648321 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158648321 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1709320 CPUtime=0.33
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 807 0 0 0 33 0 0 0 17 0 12 0 158648321 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1709320 CPUtime=0.29
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 293 0 0 0 29 0 0 0 16 0 12 0 158648321 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158648321 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158648321 1750343680 40266 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.66
Current children cumulated vsize (Kb) 1709320

[startup+30.0219 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 6522
/proc/meminfo: memFree=1266144/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1709320 CPUtime=30.74
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 48503 0 1 0 3047 27 0 0 25 0 12 0 158648311 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071345435 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6511/statm: 427330 40101 1872 14 0 414077 0
[pid=6511/tid=6512] ppid=6509 vsize=1709320 CPUtime=0.16
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 2035 0 0 0 13 3 0 0 16 0 12 0 158648314 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1709320 CPUtime=0.16
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 2109 0 0 0 14 2 0 0 16 0 12 0 158648314 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1709320 CPUtime=0.02
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 28 0 0 0 1 1 0 0 16 0 12 0 158648317 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158648321 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158648321 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1709320 CPUtime=0.33
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 807 0 0 0 33 0 0 0 16 0 12 0 158648321 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1709320 CPUtime=0.29
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 293 0 0 0 29 0 0 0 16 0 12 0 158648321 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158648321 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158648321 1750343680 40101 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.74
Current children cumulated vsize (Kb) 1709320

[startup+40.0298 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 6522
/proc/meminfo: memFree=1265248/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1709320 CPUtime=40.82
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 48834 0 1 0 4051 31 0 0 21 0 12 0 158648311 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071352532 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6511/statm: 427330 40377 1872 14 0 414077 0
[pid=6511/tid=6512] ppid=6509 vsize=1709320 CPUtime=0.24
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 2187 0 0 0 18 6 0 0 16 0 12 0 158648314 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1709320 CPUtime=0.24
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 2242 0 0 0 21 3 0 0 16 0 12 0 158648314 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1709320 CPUtime=0.03
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 28 0 0 0 1 2 0 0 16 0 12 0 158648317 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158648321 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158648321 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1709320 CPUtime=0.33
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 807 0 0 0 33 0 0 0 16 0 12 0 158648321 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1709320 CPUtime=0.29
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 293 0 0 0 29 0 0 0 16 0 12 0 158648321 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158648321 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158648321 1750343680 40377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.82
Current children cumulated vsize (Kb) 1709320

[startup+50.0377 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 6522
/proc/meminfo: memFree=1264224/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1709320 CPUtime=50.93
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 49152 0 1 0 5056 37 0 0 17 0 12 0 158648311 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353960 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6511/statm: 427330 40624 1872 14 0 414077 0
[pid=6511/tid=6512] ppid=6509 vsize=1709320 CPUtime=0.33
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 2347 0 0 0 24 9 0 0 16 0 12 0 158648314 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1709320 CPUtime=0.33
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 2351 0 0 0 29 4 0 0 16 0 12 0 158648314 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1709320 CPUtime=0.04
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 28 0 0 0 2 2 0 0 16 0 12 0 158648317 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158648321 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158648321 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1709320 CPUtime=0.33
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 807 0 0 0 33 0 0 0 16 0 12 0 158648321 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1709320 CPUtime=0.29
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 293 0 0 0 29 0 0 0 16 0 12 0 158648321 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158648321 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158648321 1750343680 40624 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (Kb) 1709320

[startup+60.0456 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 6522
/proc/meminfo: memFree=1263392/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1709320 CPUtime=61.02
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 49438 0 1 0 6061 41 0 0 25 0 12 0 158648311 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071353997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6511/statm: 427330 40846 1872 14 0 414077 0
[pid=6511/tid=6512] ppid=6509 vsize=1709320 CPUtime=0.41
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 2453 0 0 0 31 10 0 0 16 0 12 0 158648314 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1709320 CPUtime=0.41
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 2484 0 0 0 35 6 0 0 16 0 12 0 158648314 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1709320 CPUtime=0.06
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 28 0 0 0 4 2 0 0 16 0 12 0 158648317 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158648317 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158648321 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158648321 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1709320 CPUtime=0.33
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 807 0 0 0 33 0 0 0 16 0 12 0 158648321 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1709320 CPUtime=0.29
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 293 0 0 0 29 0 0 0 16 0 12 0 158648321 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1709320 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158648321 1750343680 40846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1709320 CPUtime=0

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

/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1725556 CPUtime=0.85
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 1958 0 0 0 85 0 0 0 16 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1725556 CPUtime=1.58
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 7357 0 0 0 156 2 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6523] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6523/stat : 6523 (java) S 6509 6511 6462 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158689107 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 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) 1725556

[startup+1782.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 6525
/proc/meminfo: memFree=1145240/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1725556 CPUtime=1797.27
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 98278 0 1 0 179399 328 0 0 19 0 13 0 158648311 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6511/statm: 431389 70159 1905 14 0 418136 0
[pid=6511/tid=6512] ppid=6509 vsize=1725556 CPUtime=14.19
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 12083 0 0 0 1291 128 0 0 15 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1725556 CPUtime=14.23
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 10297 0 0 0 1306 117 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1725556 CPUtime=0.84
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 78 0 0 0 54 30 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1725556 CPUtime=0.85
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 1958 0 0 0 85 0 0 0 16 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1725556 CPUtime=1.58
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 7357 0 0 0 156 2 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6523] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6523/stat : 6523 (java) S 6509 6511 6462 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158689107 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 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) 1725556

[startup+1783.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 6525
/proc/meminfo: memFree=1145240/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1725556 CPUtime=1798.29
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 98280 0 1 0 179501 328 0 0 20 0 13 0 158648311 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071762939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6511/statm: 431389 70159 1905 14 0 418136 0
[pid=6511/tid=6512] ppid=6509 vsize=1725556 CPUtime=14.19
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 12083 0 0 0 1291 128 0 0 15 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1725556 CPUtime=14.24
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 10297 0 0 0 1307 117 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1725556 CPUtime=0.84
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 78 0 0 0 54 30 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1725556 CPUtime=0.85
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 1958 0 0 0 85 0 0 0 16 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1725556 CPUtime=1.58
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 7357 0 0 0 156 2 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6523] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6523/stat : 6523 (java) S 6509 6511 6462 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158689107 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.29
Current children cumulated vsize (Kb) 1725556

[startup+1784.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 6525
/proc/meminfo: memFree=1145240/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1725556 CPUtime=1799.3
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 98283 0 1 0 179602 328 0 0 17 0 13 0 158648311 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490537 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6511/statm: 431389 70159 1905 14 0 418136 0
[pid=6511/tid=6512] ppid=6509 vsize=1725556 CPUtime=14.21
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 12083 0 0 0 1292 129 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1725556 CPUtime=14.26
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 10297 0 0 0 1308 118 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1725556 CPUtime=0.84
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 78 0 0 0 54 30 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1725556 CPUtime=0.85
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 1958 0 0 0 85 0 0 0 16 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1725556 CPUtime=1.58
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 7357 0 0 0 156 2 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6523] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6523/stat : 6523 (java) S 6509 6511 6462 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158689107 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (Kb) 1725556

[startup+1785.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 6525
/proc/meminfo: memFree=1145240/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1725556 CPUtime=1800.32
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 98285 0 1 0 179704 328 0 0 21 0 13 0 158648311 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071778405 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6511/statm: 431389 70159 1905 14 0 418136 0
[pid=6511/tid=6512] ppid=6509 vsize=1725556 CPUtime=14.22
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 12083 0 0 0 1293 129 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1725556 CPUtime=14.27
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 10297 0 0 0 1309 118 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1725556 CPUtime=0.84
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 78 0 0 0 54 30 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1725556 CPUtime=0.85
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 1958 0 0 0 85 0 0 0 16 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1725556 CPUtime=1.58
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 7357 0 0 0 156 2 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6523] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6523/stat : 6523 (java) S 6509 6511 6462 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158689107 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (Kb) 1725556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 6525
/proc/meminfo: memFree=1145240/2055920 swapFree=4183196/4192956
[pid=6511] ppid=6509 vsize=1725556 CPUtime=1800.32
/proc/6511/stat : 6511 (java) R 6509 6511 6462 0 -1 0 98285 0 1 0 179704 328 0 0 21 0 13 0 158648311 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071704585 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6511/statm: 431389 70159 1905 14 0 418136 0
[pid=6511/tid=6512] ppid=6509 vsize=1725556 CPUtime=14.22
/proc/6511/task/6512/stat : 6512 (java) S 6509 6511 6462 0 -1 64 12083 0 0 0 1293 129 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6513] ppid=6509 vsize=1725556 CPUtime=14.27
/proc/6511/task/6513/stat : 6513 (java) S 6509 6511 6462 0 -1 64 10297 0 0 0 1309 118 0 0 16 0 13 0 158648314 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6514] ppid=6509 vsize=1725556 CPUtime=0.84
/proc/6511/task/6514/stat : 6514 (java) S 6509 6511 6462 0 -1 64 78 0 0 0 54 30 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6515] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6515/stat : 6515 (java) S 6509 6511 6462 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6516] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6516/stat : 6516 (java) S 6509 6511 6462 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158648317 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6517] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6517/stat : 6517 (java) S 6509 6511 6462 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6518] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6518/stat : 6518 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6519] ppid=6509 vsize=1725556 CPUtime=0.85
/proc/6511/task/6519/stat : 6519 (java) S 6509 6511 6462 0 -1 64 1958 0 0 0 85 0 0 0 16 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6520] ppid=6509 vsize=1725556 CPUtime=1.58
/proc/6511/task/6520/stat : 6520 (java) S 6509 6511 6462 0 -1 64 7357 0 0 0 156 2 0 0 17 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6511/tid=6521] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6521/stat : 6521 (java) S 6509 6511 6462 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6522] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6522/stat : 6522 (java) S 6509 6511 6462 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158648321 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6511/tid=6523] ppid=6509 vsize=1725556 CPUtime=0
/proc/6511/task/6523/stat : 6523 (java) S 6509 6511 6462 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158689107 1766969344 70159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (Kb) 1725556

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

Child status: 143
Real time (s): 1785.47
CPU time (s): 1800.4
CPU user time (s): 1797.06
CPU system time (s): 3.33849
CPU usage (%): 100.836
Max. virtual memory (cumulated for all children) (Kb): 1727112
The end

Launcher Data (download as text)

Begin job on node24 on Fri Jul 28 20:17:56 UTC 2006


FILE ID= 50940-1154117875

PBS_JOBID= 886807

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  0313cdb45b0522b789ebac5496eff7a9

RANDOM SEED= 390276564

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.266
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.266
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:       1419464 kB
Buffers:         36620 kB
Cached:         540224 kB
SwapCached:       3672 kB
Active:          72636 kB
Inactive:       512960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419464 kB
SwapTotal:     4192956 kB
SwapFree:      4183196 kB
Dirty:             144 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            36856 kB
Committed_AS:   626156 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node24 on Fri Jul 28 20:47:42 UTC 2006