Trace number 48942

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.2UNSAT 139.265 137.653

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/roussel/
factor/normalized-factor-size=9-P=113-Q=521.opb
MD5SUMc167784023b0a578095edf20ca4b546d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.029994
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints244
Number of constraints which are clauses243
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 constraint81
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 65536
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 319994
Number of bits of the biggest sum of numbers19
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.14	c no version file found!!!
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_06
0.14	c os.name	Linux
0.14	c os.version	2.6.9-34.ELsmp
0.14	c os.arch	i386
0.14	c Free memory 1548419056
0.14	c Max memory 1551040512
0.14	c Total memory 1551040512
0.14	c Number of processors 2
0.19	c Cutting planes based inference
0.19	c --- Begin Solver configuration ---
0.19	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.19	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.19	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.19	c VSIDS like heuristics from MiniSAT using a heap
0.19	c No reason simplification
0.19	c --- End Solver configuration ---
0.19	c solving ROOT/tmp/node76/48942-1149856584/instance-48942-1149856584.opb
0.19	c reading problem ... 
0.29	c ... done. Time 0.096 ms.
0.29	c #vars     99
0.29	c #constraints  245
137.58	c starts		: 10
137.58	c conflicts		: 7865
137.58	c decisions		: 8989
137.58	c propagations		: 147097
137.58	c inspects		: 56891534
137.58	c learnt literals	: 0
137.58	c learnt binary clauses	: 0
137.58	c learnt ternary clauses	: 0
137.58	c learnt clauses	: 7864
137.58	c root simplifications	: 0
137.58	c removed literals (reason simplification)	: 0
137.58	c reason swapping (by a shorter reason)	: 0
137.58	c Calls to reduceDB	: 0
137.58	c speed (decisions/second)	: 65.47406603491854
137.58	c non guided choices	13
137.58	s UNSATISFIABLE
137.58	c Total wall clock time (ms): 137.389

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.1 (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/node76/watcher-48942-1149856584 -o ROOT/results/node76/solver-48942-1149856584 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node76/48942-1149856584/instance-48942-1149856584.opb 550461961 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.68 0.92 0.89 2/68 18682
/proc/meminfo: memFree=1351160/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=224 CPUtime=0
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 209 0 0 0 0 0 0 0 19 0 1 0 251297841 229376 31 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4817844 0 0 4096 0 0 0 0 17 1 0 0
/proc/18682/statm: 74 34 26 14 0 5 0

[startup+10.0027 s]
/proc/loadavg: 0.73 0.92 0.90 2/80 18694
/proc/meminfo: memFree=1159664/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=11.17
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 53765 0 1 0 1094 23 0 0 20 0 13 0 251297841 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071077443 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 49629 1903 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.12
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 3867 0 0 0 11 1 0 0 16 0 13 0 251297844 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.12
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 3824 0 0 0 11 1 0 0 16 0 13 0 251297844 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 251297846 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.78
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1909 0 0 0 78 0 0 0 17 0 13 0 251297850 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.74
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3146 0 0 0 73 1 0 0 17 0 13 0 251297850 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 251297870 1758117888 49629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (Kb) 1716912

[startup+20.0099 s]
/proc/loadavg: 0.77 0.92 0.90 2/80 18694
/proc/meminfo: memFree=1157744/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=21.24
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 55421 0 1 0 2100 24 0 0 25 0 13 0 251297841 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071499986 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 50080 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.16
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 4724 0 0 0 15 1 0 0 16 0 13 0 251297844 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.17
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 4602 0 0 0 15 2 0 0 16 0 13 0 251297844 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 251297846 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1914 0 0 0 80 0 0 0 17 0 13 0 251297850 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.76
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 75 1 0 0 17 0 13 0 251297850 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 251297870 1758117888 50080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.24
Current children cumulated vsize (Kb) 1716912

[startup+30.0171 s]
/proc/loadavg: 0.80 0.93 0.90 2/80 18694
/proc/meminfo: memFree=1161072/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=31.28
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 56598 0 1 0 3104 24 0 0 25 0 13 0 251297841 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071353946 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 49246 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.2
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 5331 0 0 0 19 1 0 0 17 0 13 0 251297844 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.2
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 5161 0 0 0 18 2 0 0 16 0 13 0 251297844 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 251297846 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 251297870 1758117888 49246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.28
Current children cumulated vsize (Kb) 1716912

[startup+40.0243 s]
/proc/loadavg: 0.83 0.93 0.90 2/80 18694
/proc/meminfo: memFree=1164976/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=41.32
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 57612 0 1 0 4107 25 0 0 21 0 13 0 251297841 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071353854 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 48269 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.24
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 5884 0 0 0 22 2 0 0 16 0 13 0 251297844 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.24
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 5612 0 0 0 22 2 0 0 17 0 13 0 251297844 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 251297846 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 48269 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.32
Current children cumulated vsize (Kb) 1716912

[startup+50.0315 s]
/proc/loadavg: 0.86 0.93 0.90 2/80 18694
/proc/meminfo: memFree=1168368/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=51.36
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 58387 0 1 0 5110 26 0 0 25 0 13 0 251297841 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071405849 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 47426 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.27
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 6286 0 0 0 25 2 0 0 16 0 13 0 251297844 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.27
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 5976 0 0 0 25 2 0 0 16 0 13 0 251297844 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 251297846 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 47426 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (Kb) 1716912

[startup+60.0377 s]
/proc/loadavg: 0.88 0.93 0.90 2/80 18694
/proc/meminfo: memFree=1170288/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=61.39
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 59100 0 1 0 6113 26 0 0 25 0 13 0 251297841 1758117888 46954 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071351768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 46954 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.31
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 6764 0 0 0 29 2 0 0 16 0 13 0 251297844 1758117888 46954 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.3
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 6204 0 0 0 28 2 0 0 16 0 13 0 251297844 1758117888 46954 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0.01
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 0 1 0 0 16 0 13 0 251297846 1758117888 46954 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46954 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46954 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0

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

[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.38
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 7561 0 0 0 36 2 0 0 16 0 13 0 251297844 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.36
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 6745 0 0 0 34 2 0 0 16 0 13 0 251297844 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0.02
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 251297846 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 46791 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.47
Current children cumulated vsize (Kb) 1716912

[startup+90.0593 s]
/proc/loadavg: 0.93 0.94 0.90 3/80 18694
/proc/meminfo: memFree=1171248/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=91.51
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 61221 0 1 0 9124 27 0 0 25 0 13 0 251297841 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071351746 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 46701 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.43
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 7988 0 0 0 41 2 0 0 16 0 13 0 251297844 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.41
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 7077 0 0 0 38 3 0 0 16 0 13 0 251297844 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0.02
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 251297846 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 46701 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.51
Current children cumulated vsize (Kb) 1716912

[startup+100.067 s]
/proc/loadavg: 0.94 0.94 0.90 2/80 18694
/proc/meminfo: memFree=1171952/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=101.56
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 61925 0 1 0 10129 27 0 0 25 0 13 0 251297841 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071499929 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 46505 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.47
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 8350 0 0 0 45 2 0 0 17 0 13 0 251297844 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.45
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 7410 0 0 0 42 3 0 0 16 0 13 0 251297844 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0.02
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 251297846 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 46505 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (Kb) 1716912

[startup+110.073 s]
/proc/loadavg: 0.95 0.94 0.91 2/80 18694
/proc/meminfo: memFree=1172464/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=111.61
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 62576 0 1 0 11133 28 0 0 25 0 13 0 251297841 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071500041 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 46385 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.53
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 8728 0 0 0 50 3 0 0 17 0 13 0 251297844 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.5
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 7675 0 0 0 47 3 0 0 16 0 13 0 251297844 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0.02
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 251297846 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 46385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 111.61
Current children cumulated vsize (Kb) 1716912

[startup+120.08 s]
/proc/loadavg: 0.95 0.94 0.91 2/80 18694
/proc/meminfo: memFree=1173424/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=121.65
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 63079 0 1 0 12137 28 0 0 25 0 13 0 251297841 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071353946 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 46153 1905 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.57
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 8983 0 0 0 54 3 0 0 17 0 13 0 251297844 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.53
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 7915 0 0 0 50 3 0 0 16 0 13 0 251297844 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0.03
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 2 1 0 0 16 0 13 0 251297846 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 46153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.65
Current children cumulated vsize (Kb) 1716912

[startup+130.087 s]
/proc/loadavg: 0.96 0.94 0.91 2/80 18694
/proc/meminfo: memFree=1174064/2055888 swapFree=4085384/4096564
[pid=18682] ppid=18680 vsize=1716912 CPUtime=131.71
/proc/18682/stat : 18682 (java) R 18680 18682 18636 0 -1 0 63593 0 1 0 13142 29 0 0 25 0 13 0 251297841 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071548371 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18682/statm: 429228 45988 1909 14 0 415974 0
[pid=18682/tid=18683] ppid=18680 vsize=1716912 CPUtime=0.61
/proc/18682/task/18683/stat : 18683 (java) S 18680 18682 18636 0 -1 64 9206 0 0 0 58 3 0 0 16 0 13 0 251297844 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18684] ppid=18680 vsize=1716912 CPUtime=0.58
/proc/18682/task/18684/stat : 18684 (java) S 18680 18682 18636 0 -1 64 8193 0 0 0 55 3 0 0 17 0 13 0 251297844 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18685] ppid=18680 vsize=1716912 CPUtime=0.03
/proc/18682/task/18685/stat : 18685 (java) S 18680 18682 18636 0 -1 64 31 0 0 0 2 1 0 0 16 0 13 0 251297846 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18686] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18686/stat : 18686 (java) S 18680 18682 18636 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18687] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18687/stat : 18687 (java) S 18680 18682 18636 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 251297847 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18688] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18688/stat : 18688 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 251297850 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18689] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18689/stat : 18689 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297850 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18690] ppid=18680 vsize=1716912 CPUtime=0.8
/proc/18682/task/18690/stat : 18690 (java) S 18680 18682 18636 0 -1 64 1915 0 0 0 80 0 0 0 16 0 13 0 251297850 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18691] ppid=18680 vsize=1716912 CPUtime=0.77
/proc/18682/task/18691/stat : 18691 (java) S 18680 18682 18636 0 -1 64 3149 0 0 0 76 1 0 0 17 0 13 0 251297850 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18692] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18692/stat : 18692 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 251297850 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18682/tid=18693] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18693/stat : 18693 (java) S 18680 18682 18636 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 251297850 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18682/tid=18694] ppid=18680 vsize=1716912 CPUtime=0
/proc/18682/task/18694/stat : 18694 (java) S 18680 18682 18636 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 251297870 1758117888 45988 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 131.71
Current children cumulated vsize (Kb) 1716912

Child status: 20
Real time (s): 137.653
CPU time (s): 139.265
CPU user time (s): 138.945
CPU system time (s): 0.319951
CPU usage (%): 101.171
Max. virtual memory (cumulated for all children) (Kb): 1716912
The end

Launcher Data (download as text)

Begin job on node76 on Fri Jun  9 12:36:25 UTC 2006


FILE ID= 48942-1149856584

PBS_JOBID= 383752

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/roussel/factor/normalized-factor-size=9-P=113-Q=521.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node76/48942-1149856584/instance-48942-1149856584.opb 550461961
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-48942-1149856584 -o ROOT/results/node76/solver-48942-1149856584 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node76/48942-1149856584/instance-48942-1149856584.opb 550461961

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  c167784023b0a578095edf20ca4b546d

RANDOM SEED= 550461961


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1351368 kB
Buffers:         45132 kB
Cached:         582816 kB
SwapCached:       2412 kB
Active:         133896 kB
Inactive:       502796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1351368 kB
SwapTotal:     4096564 kB
SwapFree:      4085384 kB
Dirty:             268 kB
Writeback:           0 kB
Mapped:          16564 kB
Slab:            54476 kB
Committed_AS:   592088 kB
PageTables:       1264 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node76 on Fri Jun  9 12:38:42 UTC 2006