Trace number 50755

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 Heuristics? (TO) 1800.27 1785.6

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-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@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node59/50755-1154120656/instance-50755-1154120656.opb
0.20	c reading problem ... 
939.40	c ... done. Time 939.202 ms.
939.40	c #vars     116401
939.40	c #constraints  347042
1785.47	c starts		: 1
1785.47	c conflicts		: 32
1785.47	c decisions		: 293
1785.47	c propagations		: 93273
1785.47	c inspects		: 617818
1785.47	c learnt literals	: 0
1785.47	c learnt binary clauses	: 0
1785.47	c learnt ternary clauses	: 0
1785.47	c learnt clauses	: 32
1785.47	c root simplifications	: 0
1785.47	c removed literals (reason simplification)	: 0
1785.47	c reason swapping (by a shorter reason)	: 0
1785.47	c Calls to reduceDB	: 0
1785.47	c speed (decisions/second)	: 0.3463516639655965
1785.47	c non guided choices	2
1785.47	s UNKNOWN
1785.47	c Total wall clock time (ms): 1785.269

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/node59/watcher-50755-1154120656 -o ROOT/results/node59/solver-50755-1154120656 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node59/50755-1154120656/instance-50755-1154120656.opb 95904138 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 17985
/proc/meminfo: memFree=861096/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1784 CPUtime=0
/proc/17985/stat : 17985 (java) D 17983 17985 17936 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 158935525 1826816 141 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17985/statm: 446 141 106 14 0 91 0

[startup+10.0017 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 17996
/proc/meminfo: memFree=685152/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1709940 CPUtime=10.45
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 47366 0 1 0 1024 21 0 0 19 0 12 0 158935525 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17985/statm: 427485 45707 1871 14 0 414232 0
[pid=17985/tid=17986] ppid=17983 vsize=1709940 CPUtime=0.05
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 1722 0 0 0 4 1 0 0 16 0 12 0 158935528 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1709940 CPUtime=0.06
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 2705 0 0 0 5 1 0 0 16 0 12 0 158935528 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1709940 CPUtime=0
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 26 0 0 0 0 0 0 0 15 0 12 0 158935531 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1709940 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158935531 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1709940 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158935531 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1709940 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158935534 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1709940 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158935534 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1709940 CPUtime=0.18
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 344 0 0 0 18 0 0 0 15 0 12 0 158935534 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1709940 CPUtime=0.26
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 592 0 0 0 26 0 0 0 15 0 12 0 158935535 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1709940 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158935535 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1709940 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158935535 1750978560 45707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.45
Current children cumulated vsize (Kb) 1709940

[startup+20.0086 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17996
/proc/meminfo: memFree=705952/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1709780 CPUtime=20.66
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 47544 0 1 0 2045 21 0 0 19 0 12 0 158935525 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071362915 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17985/statm: 427445 40591 1873 14 0 414192 0
[pid=17985/tid=17986] ppid=17983 vsize=1709780 CPUtime=0.1
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 1794 0 0 0 8 2 0 0 16 0 12 0 158935528 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1709780 CPUtime=0.1
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 2779 0 0 0 9 1 0 0 15 0 12 0 158935528 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 26 0 0 0 0 0 0 0 15 0 12 0 158935531 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158935531 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158935531 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158935534 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158935534 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1709780 CPUtime=0.23
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 347 0 0 0 23 0 0 0 16 0 12 0 158935534 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1709780 CPUtime=0.32
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 598 0 0 0 32 0 0 0 15 0 12 0 158935535 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158935535 1750814720 40591 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158935535 1750814720 40591 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) 1709780

[startup+30.0836 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17996
/proc/meminfo: memFree=710240/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1709780 CPUtime=30.73
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 47713 0 1 0 3051 22 0 0 25 0 12 0 158935525 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071365464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17985/statm: 427445 39531 1873 14 0 414192 0
[pid=17985/tid=17986] ppid=17983 vsize=1709780 CPUtime=0.14
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 1855 0 0 0 12 2 0 0 15 0 12 0 158935528 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1709780 CPUtime=0.14
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 2858 0 0 0 13 1 0 0 16 0 12 0 158935528 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1709780 CPUtime=0.01
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 158935531 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158935531 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158935531 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158935534 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158935534 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1709780 CPUtime=0.25
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 349 0 0 0 25 0 0 0 16 0 12 0 158935534 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1709780 CPUtime=0.34
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 599 0 0 0 34 0 0 0 17 0 12 0 158935535 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158935535 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158935535 1750814720 39531 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.73
Current children cumulated vsize (Kb) 1709780

[startup+40.0905 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17996
/proc/meminfo: memFree=710560/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1709780 CPUtime=40.81
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 47911 0 1 0 4057 24 0 0 18 0 12 0 158935525 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071365399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17985/statm: 427445 39456 1873 14 0 414192 0
[pid=17985/tid=17986] ppid=17983 vsize=1709780 CPUtime=0.19
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 1945 0 0 0 16 3 0 0 16 0 12 0 158935528 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1709780 CPUtime=0.2
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 2935 0 0 0 18 2 0 0 16 0 12 0 158935528 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1709780 CPUtime=0.01
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 26 0 0 0 1 0 0 0 15 0 12 0 158935531 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158935531 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158935531 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158935534 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158935534 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1709780 CPUtime=0.26
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 350 0 0 0 26 0 0 0 16 0 12 0 158935534 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1709780 CPUtime=0.36
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 158935535 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158935535 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158935535 1750814720 39456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.81
Current children cumulated vsize (Kb) 1709780

[startup+50.0974 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17996
/proc/meminfo: memFree=710240/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1709780 CPUtime=50.85
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 48074 0 1 0 5060 25 0 0 25 0 12 0 158935525 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071370237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17985/statm: 427445 39587 1873 14 0 414192 0
[pid=17985/tid=17986] ppid=17983 vsize=1709780 CPUtime=0.24
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 2002 0 0 0 20 4 0 0 16 0 12 0 158935528 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1709780 CPUtime=0.24
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 3009 0 0 0 22 2 0 0 15 0 12 0 158935528 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1709780 CPUtime=0.02
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 26 0 0 0 2 0 0 0 15 0 12 0 158935531 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158935531 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158935531 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158935534 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158935534 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1709780 CPUtime=0.26
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 350 0 0 0 26 0 0 0 16 0 12 0 158935534 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1709780 CPUtime=0.36
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 158935535 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158935535 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158935535 1750814720 39587 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (Kb) 1709780

[startup+60.1043 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 17996
/proc/meminfo: memFree=709536/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1709780 CPUtime=60.91
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 48285 0 1 0 6064 27 0 0 17 0 12 0 158935525 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071362896 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17985/statm: 427445 39761 1873 14 0 414192 0
[pid=17985/tid=17986] ppid=17983 vsize=1709780 CPUtime=0.3
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 2091 0 0 0 26 4 0 0 15 0 12 0 158935528 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1709780 CPUtime=0.3
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 3093 0 0 0 27 3 0 0 16 0 12 0 158935528 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1709780 CPUtime=0.02
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 28 0 0 0 2 0 0 0 15 0 12 0 158935531 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158935531 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158935531 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 158935534 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158935534 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1709780 CPUtime=0.26
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 350 0 0 0 26 0 0 0 16 0 12 0 158935534 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1709780 CPUtime=0.36
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 158935535 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1709780 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158935535 1750814720 39761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1709780 CPUtime=0

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

/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1723784 CPUtime=0.65
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 887 0 0 0 65 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1723784 CPUtime=1.57
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 6738 0 0 0 155 2 0 0 16 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17997] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17997/stat : 17997 (java) S 17983 17985 17936 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159029481 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (Kb) 1723784

[startup+1782.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 17997
/proc/meminfo: memFree=125144/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1723784 CPUtime=1797.1
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 209220 0 1 0 179442 268 0 0 20 0 13 0 158935525 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071693081 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17985/statm: 430946 185481 1911 14 0 417693 0
[pid=17985/tid=17986] ppid=17983 vsize=1723784 CPUtime=13.53
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 75793 0 0 0 1238 115 0 0 16 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1723784 CPUtime=13.59
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 70610 0 0 0 1268 91 0 0 17 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1723784 CPUtime=0.51
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 61 0 0 0 32 19 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1723784 CPUtime=0.65
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 887 0 0 0 65 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1723784 CPUtime=1.57
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 6738 0 0 0 155 2 0 0 16 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17997] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17997/stat : 17997 (java) S 17983 17985 17936 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159029481 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.1
Current children cumulated vsize (Kb) 1723784

[startup+1783.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 17997
/proc/meminfo: memFree=125144/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1723784 CPUtime=1798.11
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 209220 0 1 0 179543 268 0 0 23 0 13 0 158935525 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071408044 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17985/statm: 430946 185481 1911 14 0 417693 0
[pid=17985/tid=17986] ppid=17983 vsize=1723784 CPUtime=13.53
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 75793 0 0 0 1238 115 0 0 16 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1723784 CPUtime=13.59
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 70610 0 0 0 1268 91 0 0 17 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1723784 CPUtime=0.51
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 61 0 0 0 32 19 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1723784 CPUtime=0.65
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 887 0 0 0 65 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1723784 CPUtime=1.57
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 6738 0 0 0 155 2 0 0 16 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17997] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17997/stat : 17997 (java) S 17983 17985 17936 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159029481 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.11
Current children cumulated vsize (Kb) 1723784

[startup+1784.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 17997
/proc/meminfo: memFree=125144/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1723784 CPUtime=1799.11
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 209220 0 1 0 179643 268 0 0 25 0 13 0 158935525 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071538028 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17985/statm: 430946 185481 1911 14 0 417693 0
[pid=17985/tid=17986] ppid=17983 vsize=1723784 CPUtime=13.53
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 75793 0 0 0 1238 115 0 0 16 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1723784 CPUtime=13.59
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 70610 0 0 0 1268 91 0 0 17 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1723784 CPUtime=0.51
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 61 0 0 0 32 19 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1723784 CPUtime=0.65
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 887 0 0 0 65 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1723784 CPUtime=1.57
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 6738 0 0 0 155 2 0 0 16 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17997] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17997/stat : 17997 (java) S 17983 17985 17936 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159029481 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (Kb) 1723784

[startup+1785.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 17997
/proc/meminfo: memFree=125144/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1723784 CPUtime=1800.12
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 209220 0 1 0 179744 268 0 0 25 0 13 0 158935525 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071408106 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17985/statm: 430946 185481 1911 14 0 417693 0
[pid=17985/tid=17986] ppid=17983 vsize=1723784 CPUtime=13.53
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 75793 0 0 0 1238 115 0 0 16 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1723784 CPUtime=13.59
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 70610 0 0 0 1268 91 0 0 17 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1723784 CPUtime=0.51
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 61 0 0 0 32 19 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1723784 CPUtime=0.65
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 887 0 0 0 65 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1723784 CPUtime=1.57
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 6738 0 0 0 155 2 0 0 16 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17997] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17997/stat : 17997 (java) S 17983 17985 17936 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159029481 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (Kb) 1723784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 17997
/proc/meminfo: memFree=125144/2055920 swapFree=4182992/4192956
[pid=17985] ppid=17983 vsize=1723784 CPUtime=1800.12
/proc/17985/stat : 17985 (java) R 17983 17985 17936 0 -1 0 209220 0 1 0 179744 268 0 0 25 0 13 0 158935525 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071538089 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17985/statm: 430946 185481 1911 14 0 417693 0
[pid=17985/tid=17986] ppid=17983 vsize=1723784 CPUtime=13.53
/proc/17985/task/17986/stat : 17986 (java) S 17983 17985 17936 0 -1 64 75793 0 0 0 1238 115 0 0 16 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17987] ppid=17983 vsize=1723784 CPUtime=13.59
/proc/17985/task/17987/stat : 17987 (java) S 17983 17985 17936 0 -1 64 70610 0 0 0 1268 91 0 0 17 0 13 0 158935528 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17988] ppid=17983 vsize=1723784 CPUtime=0.51
/proc/17985/task/17988/stat : 17988 (java) S 17983 17985 17936 0 -1 64 61 0 0 0 32 19 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17989] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17989/stat : 17989 (java) S 17983 17985 17936 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17990] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17990/stat : 17990 (java) S 17983 17985 17936 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158935531 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17991] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17991/stat : 17991 (java) S 17983 17985 17936 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17992] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17992/stat : 17992 (java) S 17983 17985 17936 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17993] ppid=17983 vsize=1723784 CPUtime=0.65
/proc/17985/task/17993/stat : 17993 (java) S 17983 17985 17936 0 -1 64 887 0 0 0 65 0 0 0 16 0 13 0 158935534 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17994] ppid=17983 vsize=1723784 CPUtime=1.57
/proc/17985/task/17994/stat : 17994 (java) S 17983 17985 17936 0 -1 64 6738 0 0 0 155 2 0 0 16 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17995] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17995/stat : 17995 (java) S 17983 17985 17936 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17985/tid=17996] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17996/stat : 17996 (java) S 17983 17985 17936 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158935535 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17985/tid=17997] ppid=17983 vsize=1723784 CPUtime=0
/proc/17985/task/17997/stat : 17997 (java) S 17983 17985 17936 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159029481 1765154816 185481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (Kb) 1723784

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

Child status: 143
Real time (s): 1785.6
CPU time (s): 1800.27
CPU user time (s): 1797.47
CPU system time (s): 2.79257
CPU usage (%): 100.821
Max. virtual memory (cumulated for all children) (Kb): 1724448
The end

Launcher Data (download as text)

Begin job on node59 on Fri Jul 28 21:04:17 UTC 2006


FILE ID= 50755-1154120656

PBS_JOBID= 886956

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node59/50755-1154120656/instance-50755-1154120656.opb 95904138
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-50755-1154120656 -o ROOT/results/node59/solver-50755-1154120656 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node59/50755-1154120656/instance-50755-1154120656.opb 95904138

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  b25c647d77a62b252fd095c10d449861

RANDOM SEED= 95904138

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.263
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.263
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:        861304 kB
Buffers:         43868 kB
Cached:        1066868 kB
SwapCached:       3852 kB
Active:         268816 kB
Inactive:       850612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        861304 kB
SwapTotal:     4192956 kB
SwapFree:      4182992 kB
Dirty:             208 kB
Writeback:           0 kB
Mapped:          14752 kB
Slab:            61220 kB
Committed_AS:  1117340 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node59 on Fri Jul 28 21:34:03 UTC 2006