Trace number 48859

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 219.503 217.626

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/roussel/
factor/normalized-factor-size=9-P=383-Q=521.opb
MD5SUM1428b40e4dab77c77ba976956db9fd1d
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.014997
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 199543
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 460664
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node87/48859-1149847252/instance-48859-1149847252.opb
0.20	c reading problem ... 
0.30	c ... done. Time 0.094 ms.
0.30	c #vars     99
0.30	c #constraints  245
217.55	c starts		: 10
217.55	c conflicts		: 9259
217.55	c decisions		: 9882
217.55	c propagations		: 177390
217.55	c inspects		: 86966125
217.55	c learnt literals	: 0
217.55	c learnt binary clauses	: 0
217.55	c learnt ternary clauses	: 0
217.55	c learnt clauses	: 9258
217.55	c root simplifications	: 0
217.55	c removed literals (reason simplification)	: 0
217.55	c reason swapping (by a shorter reason)	: 0
217.55	c Calls to reduceDB	: 0
217.55	c speed (decisions/second)	: 45.4871851524525
217.55	c non guided choices	2
217.55	s UNSATISFIABLE
217.55	c Total wall clock time (ms): 217.344

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.77 0.92 0.89 2/67 15016
/proc/meminfo: memFree=1700712/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=18548 CPUtime=0
/proc/15016/stat : 15016 (runsolver) R 15014 15016 14970 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 1 0 250364321 18993152 280 18446744073709551615 4194304 4264532 548682068944 18446744073709551615 230047675415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15016/statm: 4637 280 244 17 0 2626 0

[startup+10.003 s]
/proc/loadavg: 0.81 0.92 0.89 2/85 15051
/proc/meminfo: memFree=1511456/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716848 CPUtime=11.17
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 53865 0 1 0 1094 23 0 0 22 0 13 0 250364321 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071354800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15016/statm: 429212 48765 1907 14 0 415958 0
[pid=15016/tid=15017] ppid=15014 vsize=1716848 CPUtime=0.13
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 4100 0 0 0 12 1 0 0 16 0 13 0 250364324 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716848 CPUtime=0.14
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 4510 0 0 0 12 2 0 0 16 0 13 0 250364325 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 250364327 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716848 CPUtime=0.76
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3482 0 0 0 75 1 0 0 16 0 13 0 250364331 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716848 CPUtime=0.83
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 83 0 0 0 17 0 13 0 250364331 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1758052352 48765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 250364351 1758052352 48765 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) 1716848

[startup+20.0111 s]
/proc/loadavg: 0.84 0.93 0.90 2/85 15099
/proc/meminfo: memFree=1504416/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716848 CPUtime=21.27
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 56417 0 1 0 2103 24 0 0 25 0 13 0 250364321 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071372727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15016/statm: 429212 50485 1909 14 0 415958 0
[pid=15016/tid=15017] ppid=15014 vsize=1716848 CPUtime=0.19
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 5514 0 0 0 17 2 0 0 16 0 13 0 250364324 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716848 CPUtime=0.19
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 5609 0 0 0 17 2 0 0 16 0 13 0 250364325 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 250364327 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716848 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 17 0 13 0 250364331 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716848 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716848 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 250364351 1758052352 50485 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.27
Current children cumulated vsize (Kb) 1716848

[startup+30.0183 s]
/proc/loadavg: 0.86 0.93 0.90 2/85 15163
/proc/meminfo: memFree=1506144/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=31.3
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 57698 0 1 0 3103 27 0 0 18 0 13 0 250364321 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15016/statm: 429151 50044 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.23
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 6045 0 0 0 21 2 0 0 16 0 13 0 250364324 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.23
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 6348 0 0 0 21 2 0 0 16 0 13 0 250364325 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 250364327 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 17 0 13 0 250364331 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 250364351 1757802496 50044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.3
Current children cumulated vsize (Kb) 1716604

[startup+40.0254 s]
/proc/loadavg: 0.88 0.93 0.90 2/79 15223
/proc/meminfo: memFree=1510920/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=41.31
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 58636 0 1 0 4103 28 0 0 25 0 13 0 250364321 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071335637 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15016/statm: 429151 49115 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.26
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 6481 0 0 0 24 2 0 0 16 0 13 0 250364324 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.26
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 6843 0 0 0 24 2 0 0 16 0 13 0 250364325 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 250364327 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 17 0 13 0 250364331 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 49115 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.31
Current children cumulated vsize (Kb) 1716604

[startup+50.0326 s]
/proc/loadavg: 0.90 0.93 0.90 2/79 15223
/proc/meminfo: memFree=1514512/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=51.35
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 59545 0 1 0 5107 28 0 0 25 0 13 0 250364321 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071372727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15016/statm: 429151 48249 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.3
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 6858 0 0 0 28 2 0 0 16 0 13 0 250364324 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.31
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 7367 0 0 0 28 3 0 0 16 0 13 0 250364325 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 250364327 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 17 0 13 0 250364331 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 48249 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.35
Current children cumulated vsize (Kb) 1716604

[startup+60.0398 s]
/proc/loadavg: 0.91 0.93 0.90 2/79 15223
/proc/meminfo: memFree=1517776/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=61.39
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 60292 0 1 0 6110 29 0 0 17 0 13 0 250364321 1757802496 47453 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071352566 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15016/statm: 429151 47453 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.34
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 7195 0 0 0 31 3 0 0 16 0 13 0 250364324 1757802496 47453 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.35
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 7768 0 0 0 32 3 0 0 16 0 13 0 250364325 1757802496 47453 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 250364327 1757802496 47453 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 47453 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 47453 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0

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

[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.71
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 9333 0 0 0 67 4 0 0 16 0 13 0 250364324 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.73
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 10329 0 0 0 69 4 0 0 16 0 13 0 250364325 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0.03
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 2 1 0 0 16 0 13 0 250364327 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 16 0 13 0 250364331 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 45348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (Kb) 1716604

[startup+170.119 s]
/proc/loadavg: 0.98 0.95 0.91 2/79 15223
/proc/meminfo: memFree=1526992/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=171.83
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 65575 0 1 0 17151 32 0 0 25 0 13 0 250364321 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071385479 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 429151 45159 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.75
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 9564 0 0 0 71 4 0 0 16 0 13 0 250364324 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.77
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 10596 0 0 0 73 4 0 0 16 0 13 0 250364325 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0.03
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 2 1 0 0 15 0 13 0 250364327 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 16 0 13 0 250364331 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 45159 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.83
Current children cumulated vsize (Kb) 1716604

[startup+180.126 s]
/proc/loadavg: 0.99 0.95 0.91 2/79 15223
/proc/meminfo: memFree=1527760/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=181.89
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 66073 0 1 0 18156 33 0 0 25 0 13 0 250364321 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071385353 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 429151 44964 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.8
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 9804 0 0 0 76 4 0 0 16 0 13 0 250364324 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 10846 0 0 0 78 4 0 0 16 0 13 0 250364325 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0.03
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 2 1 0 0 16 0 13 0 250364327 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 16 0 13 0 250364331 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.89
Current children cumulated vsize (Kb) 1716604

[startup+190.134 s]
/proc/loadavg: 0.99 0.95 0.91 2/79 15223
/proc/meminfo: memFree=1529168/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=191.93
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 66480 0 1 0 19160 33 0 0 18 0 13 0 250364321 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 429151 44572 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.85
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 10021 0 0 0 81 4 0 0 17 0 13 0 250364324 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.87
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 11027 0 0 0 83 4 0 0 16 0 13 0 250364325 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0.03
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 2 1 0 0 16 0 13 0 250364327 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 16 0 13 0 250364331 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 44572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.93
Current children cumulated vsize (Kb) 1716604

[startup+200.14 s]
/proc/loadavg: 0.99 0.95 0.91 2/79 15223
/proc/meminfo: memFree=1530000/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=201.98
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 66897 0 1 0 20164 34 0 0 25 0 13 0 250364321 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071372727 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 429151 44359 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.89
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 10202 0 0 0 85 4 0 0 16 0 13 0 250364324 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.92
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 11255 0 0 0 87 5 0 0 16 0 13 0 250364325 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0.03
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 2 1 0 0 16 0 13 0 250364327 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 16 0 13 0 250364331 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 44359 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.98
Current children cumulated vsize (Kb) 1716604

[startup+210.147 s]
/proc/loadavg: 0.99 0.95 0.91 2/79 15223
/proc/meminfo: memFree=1530576/2055888 swapFree=4085404/4096564
[pid=15016] ppid=15014 vsize=1716604 CPUtime=212.03
/proc/15016/stat : 15016 (java) R 15014 15016 14970 0 -1 0 67349 0 1 0 21169 34 0 0 25 0 13 0 250364321 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071385521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15016/statm: 429151 44216 1910 14 0 415897 0
[pid=15016/tid=15017] ppid=15014 vsize=1716604 CPUtime=0.94
/proc/15016/task/15017/stat : 15017 (java) S 15014 15016 14970 0 -1 64 10428 0 0 0 90 4 0 0 16 0 13 0 250364324 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15018] ppid=15014 vsize=1716604 CPUtime=0.97
/proc/15016/task/15018/stat : 15018 (java) S 15014 15016 14970 0 -1 64 11472 0 0 0 92 5 0 0 16 0 13 0 250364325 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15019] ppid=15014 vsize=1716604 CPUtime=0.03
/proc/15016/task/15019/stat : 15019 (java) S 15014 15016 14970 0 -1 64 32 0 0 0 2 1 0 0 16 0 13 0 250364327 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15016/tid=15020] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15020/stat : 15020 (java) S 15014 15016 14970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15021] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15021/stat : 15021 (java) S 15014 15016 14970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 250364328 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15022] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15022/stat : 15022 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15023] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15023/stat : 15023 (java) S 15014 15016 14970 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 250364331 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15024] ppid=15014 vsize=1716604 CPUtime=0.82
/proc/15016/task/15024/stat : 15024 (java) S 15014 15016 14970 0 -1 64 3511 0 0 0 81 1 0 0 16 0 13 0 250364331 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15025] ppid=15014 vsize=1716604 CPUtime=0.84
/proc/15016/task/15025/stat : 15025 (java) S 15014 15016 14970 0 -1 64 2358 0 0 0 84 0 0 0 17 0 13 0 250364331 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15026] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15026/stat : 15026 (java) S 15014 15016 14970 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 250364331 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15027] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15027/stat : 15027 (java) S 15014 15016 14970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 250364331 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15016/tid=15028] ppid=15014 vsize=1716604 CPUtime=0
/proc/15016/task/15028/stat : 15028 (java) S 15014 15016 14970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 250364351 1757802496 44216 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 212.03
Current children cumulated vsize (Kb) 1716604

Child status: 20
Real time (s): 217.626
CPU time (s): 219.503
CPU user time (s): 219.133
CPU system time (s): 0.369943
CPU usage (%): 100.862
Max. virtual memory (cumulated for all children) (Kb): 1716848
The end

Launcher Data (download as text)

Begin job on node87 on Fri Jun  9 10:00:52 UTC 2006


FILE ID= 48859-1149847252

PBS_JOBID= 382675

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  1428b40e4dab77c77ba976956db9fd1d

RANDOM SEED= 558626685


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1700984 kB
Buffers:         30032 kB
Cached:         254472 kB
SwapCached:       2388 kB
Active:          90404 kB
Inactive:       202840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1700984 kB
SwapTotal:     4096564 kB
SwapFree:      4085404 kB
Dirty:             272 kB
Writeback:           0 kB
Mapped:          16832 kB
Slab:            48320 kB
Committed_AS:   479192 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node87 on Fri Jun  9 10:04:30 UTC 2006