Trace number 44646

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.31 1783.55

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-dfl001.opb
MD5SUM82090c0a4adcfdd30e3ab97004b5e93d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables366703
Total number of constraints6084
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6084
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 187033
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 882752655849462510276
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-34.ELsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.23	c Cutting planes based inference
0.23	c --- Begin Solver configuration ---
0.23	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.23	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.23	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving ROOT/tmp/node80/44646-1149309518/instance-44646-1149309518.opb
0.23	c reading problem ... 
114.52	c ... done. Time 114.29 ms.
114.52	c #vars     366703
114.52	c #constraints  12155
1783.33	c starts		: 9
1783.33	c conflicts		: 7390
1783.33	c decisions		: 10114
1783.33	c propagations		: 169529
1783.33	c inspects		: 13111697
1783.33	c learnt literals	: 0
1783.33	c learnt binary clauses	: 0
1783.33	c learnt ternary clauses	: 0
1783.33	c learnt clauses	: 7389
1783.33	c root simplifications	: 0
1783.33	c removed literals (reason simplification)	: 0
1783.33	c reason swapping (by a shorter reason)	: 0
1783.33	c Calls to reduceDB	: 0
1783.33	c speed (decisions/second)	: 6.060925666468112
1783.33	c non guided choices	1439
1783.33	s UNKNOWN
1783.33	c Total wall clock time (ms): 1783.107

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node80/watcher-44646-1149309518 -o ROOT/results/node80/solver-44646-1149309518 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node80/44646-1149309518/instance-44646-1149309518.opb 53070927 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.99 2/67 5015
/proc/meminfo: memFree=1806032/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1820 CPUtime=0
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 175 0 0 0 0 0 0 0 18 0 1 0 196590565 1863680 144 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5015/statm: 447 144 109 14 0 91 0

[startup+10.0029 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5026
/proc/meminfo: memFree=1568768/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1713108 CPUtime=11.43
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 64156 0 1 0 1115 28 0 0 25 0 12 0 196590565 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071413824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5015/statm: 428277 61067 1883 14 0 415023 0
[pid=5015/tid=5016] ppid=5013 vsize=1713108 CPUtime=0.71
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 12622 0 0 0 66 5 0 0 16 0 12 0 196590569 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1713108 CPUtime=0.72
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 13091 0 0 0 65 7 0 0 16 0 12 0 196590569 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1713108 CPUtime=0
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196590571 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1713108 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196590572 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1713108 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196590572 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1713108 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196590575 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1713108 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196590575 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1713108 CPUtime=0.52
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 1923 0 0 0 52 0 0 0 17 0 12 0 196590575 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1713108 CPUtime=0.35
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 275 0 0 0 35 0 0 0 16 0 12 0 196590575 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1713108 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196590575 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1713108 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196590575 1754222592 61067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (Kb) 1713108

[startup+20.01 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5026
/proc/meminfo: memFree=1547840/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1711500 CPUtime=21.82
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 70178 0 1 0 2151 31 0 0 25 0 12 0 196590565 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416227 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5015/statm: 427875 66389 1883 14 0 414621 0
[pid=5015/tid=5016] ppid=5013 vsize=1711500 CPUtime=1.1
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 15370 0 0 0 103 7 0 0 16 0 12 0 196590569 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1711500 CPUtime=1.1
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 16337 0 0 0 102 8 0 0 16 0 12 0 196590569 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 196590571 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196590575 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196590575 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1711500 CPUtime=0.53
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 1924 0 0 0 53 0 0 0 16 0 12 0 196590575 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1711500 CPUtime=0.36
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 275 0 0 0 36 0 0 0 17 0 12 0 196590575 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196590575 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196590575 1752576000 66389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (Kb) 1711500

[startup+30.017 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5026
/proc/meminfo: memFree=1524800/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1711500 CPUtime=32.14
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 76196 0 1 0 3180 34 0 0 25 0 12 0 196590565 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071413824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5015/statm: 427875 72178 1883 14 0 414621 0
[pid=5015/tid=5016] ppid=5013 vsize=1711500 CPUtime=1.41
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 18215 0 0 0 133 8 0 0 16 0 12 0 196590569 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1711500 CPUtime=1.42
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 19489 0 0 0 133 9 0 0 16 0 12 0 196590569 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 196590571 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196590575 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196590575 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1711500 CPUtime=0.53
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 1924 0 0 0 53 0 0 0 16 0 12 0 196590575 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1711500 CPUtime=0.36
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 275 0 0 0 36 0 0 0 16 0 12 0 196590575 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196590575 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196590575 1752576000 72178 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.14
Current children cumulated vsize (Kb) 1711500

[startup+40.0241 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5026
/proc/meminfo: memFree=1501888/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1711500 CPUtime=42.41
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 82143 0 1 0 4204 37 0 0 20 0 12 0 196590565 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5015/statm: 427875 77899 1883 14 0 414621 0
[pid=5015/tid=5016] ppid=5013 vsize=1711500 CPUtime=1.69
/proc/5015/task/5016/stat : 5016 (java) R 5013 5015 4969 0 -1 64 20940 0 0 0 159 10 0 0 15 0 12 0 196590569 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4151722437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1711500 CPUtime=1.69
/proc/5015/task/5017/stat : 5017 (java) R 5013 5015 4969 0 -1 64 22691 0 0 0 159 10 0 0 15 0 12 0 196590569 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154971854 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1711500 CPUtime=0.01
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 196590571 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196590575 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196590575 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1711500 CPUtime=0.53
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 1924 0 0 0 53 0 0 0 16 0 12 0 196590575 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1711500 CPUtime=0.36
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 275 0 0 0 36 0 0 0 16 0 12 0 196590575 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196590575 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196590575 1752576000 77899 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.41
Current children cumulated vsize (Kb) 1711500

[startup+50.0312 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5028
/proc/meminfo: memFree=1482112/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1711500 CPUtime=52.66
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 87203 0 1 0 5226 40 0 0 25 0 12 0 196590565 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071415408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5015/statm: 427875 82842 1883 14 0 414621 0
[pid=5015/tid=5016] ppid=5013 vsize=1711500 CPUtime=1.94
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 22785 0 0 0 184 10 0 0 15 0 12 0 196590569 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1711500 CPUtime=1.96
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 25887 0 0 0 184 12 0 0 16 0 12 0 196590569 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1711500 CPUtime=0.01
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 196590571 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196590575 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196590575 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1711500 CPUtime=0.54
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 1924 0 0 0 54 0 0 0 16 0 12 0 196590575 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1711500 CPUtime=0.36
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 275 0 0 0 36 0 0 0 16 0 12 0 196590575 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196590575 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196590575 1752576000 82842 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.66
Current children cumulated vsize (Kb) 1711500

[startup+60.0383 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5028
/proc/meminfo: memFree=1465920/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1711500 CPUtime=62.87
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 91441 0 1 0 6245 42 0 0 25 0 12 0 196590565 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071413839 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5015/statm: 427875 86874 1883 14 0 414621 0
[pid=5015/tid=5016] ppid=5013 vsize=1711500 CPUtime=2.18
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 24399 0 0 0 207 11 0 0 16 0 12 0 196590569 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1711500 CPUtime=2.19
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 28491 0 0 0 206 13 0 0 16 0 12 0 196590569 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1711500 CPUtime=0.01
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 196590571 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196590572 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196590575 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196590575 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1711500 CPUtime=0.54
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 1924 0 0 0 54 0 0 0 16 0 12 0 196590575 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1711500 CPUtime=0.37
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 276 0 0 0 37 0 0 0 16 0 12 0 196590575 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196590575 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1711500 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196590575 1752576000 86874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5015/tid=5019] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1717316 CPUtime=1.24
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 4929 0 0 0 122 2 0 0 16 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1717316 CPUtime=0.75
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 320 0 0 0 75 0 0 0 17 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5029] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5029/stat : 5029 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196602064 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (Kb) 1717316

[startup+1780.31 s]
/proc/loadavg: 1.07 1.04 1.00 2/79 5224
/proc/meminfo: memFree=676280/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1717316 CPUtime=1797.07
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 327106 0 1 0 179487 220 0 0 25 0 13 0 196590565 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580327 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5015/statm: 429329 283509 1911 14 0 416075 0
[pid=5015/tid=5016] ppid=5013 vsize=1717316 CPUtime=16.05
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 129249 0 0 0 1516 89 0 0 17 0 13 0 196590569 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1717316 CPUtime=16.07
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 133220 0 0 0 1515 92 0 0 16 0 13 0 196590569 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1717316 CPUtime=0.18
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 114 0 0 0 9 9 0 0 16 0 13 0 196590571 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1717316 CPUtime=1.24
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 4929 0 0 0 122 2 0 0 16 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1717316 CPUtime=0.75
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 320 0 0 0 75 0 0 0 17 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5029] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5029/stat : 5029 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196602064 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.07
Current children cumulated vsize (Kb) 1717316

[startup+1781.32 s]
/proc/loadavg: 1.07 1.04 1.00 2/79 5224
/proc/meminfo: memFree=676280/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1717316 CPUtime=1798.07
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 327106 0 1 0 179587 220 0 0 25 0 13 0 196590565 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580432 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5015/statm: 429329 283509 1911 14 0 416075 0
[pid=5015/tid=5016] ppid=5013 vsize=1717316 CPUtime=16.05
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 129249 0 0 0 1516 89 0 0 17 0 13 0 196590569 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1717316 CPUtime=16.07
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 133220 0 0 0 1515 92 0 0 16 0 13 0 196590569 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1717316 CPUtime=0.18
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 114 0 0 0 9 9 0 0 16 0 13 0 196590571 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1717316 CPUtime=1.24
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 4929 0 0 0 122 2 0 0 16 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1717316 CPUtime=0.75
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 320 0 0 0 75 0 0 0 17 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196590575 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5029] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5029/stat : 5029 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196602064 1758531584 283509 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.07
Current children cumulated vsize (Kb) 1717316

[startup+1782.32 s]
/proc/loadavg: 1.07 1.04 1.00 2/79 5224
/proc/meminfo: memFree=673272/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1717316 CPUtime=1799.13
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 327963 0 1 0 179692 221 0 0 22 0 13 0 196590565 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071593999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5015/statm: 429329 284265 1911 14 0 416075 0
[pid=5015/tid=5016] ppid=5013 vsize=1717316 CPUtime=16.1
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 129337 0 0 0 1521 89 0 0 17 0 13 0 196590569 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1717316 CPUtime=16.11
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 133988 0 0 0 1519 92 0 0 17 0 13 0 196590569 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1717316 CPUtime=0.18
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 114 0 0 0 9 9 0 0 16 0 13 0 196590571 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1717316 CPUtime=1.24
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 4929 0 0 0 122 2 0 0 16 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1717316 CPUtime=0.75
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 320 0 0 0 75 0 0 0 17 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5029] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5029/stat : 5029 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196602064 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (Kb) 1717316

[startup+1783.33 s]
/proc/loadavg: 1.07 1.04 1.00 2/79 5224
/proc/meminfo: memFree=673272/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1717316 CPUtime=1800.13
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 327963 0 1 0 179792 221 0 0 25 0 13 0 196590565 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071579967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5015/statm: 429329 284265 1911 14 0 416075 0
[pid=5015/tid=5016] ppid=5013 vsize=1717316 CPUtime=16.1
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 129337 0 0 0 1521 89 0 0 17 0 13 0 196590569 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1717316 CPUtime=16.11
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 133988 0 0 0 1519 92 0 0 17 0 13 0 196590569 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1717316 CPUtime=0.18
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 114 0 0 0 9 9 0 0 16 0 13 0 196590571 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1717316 CPUtime=1.24
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 4929 0 0 0 122 2 0 0 16 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1717316 CPUtime=0.75
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 320 0 0 0 75 0 0 0 17 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5029] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5029/stat : 5029 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196602064 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (Kb) 1717316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.33 s]
/proc/loadavg: 1.07 1.04 1.00 2/79 5224
/proc/meminfo: memFree=673272/2055888 swapFree=4085432/4096564
[pid=5015] ppid=5013 vsize=1717316 CPUtime=1800.14
/proc/5015/stat : 5015 (java) R 5013 5015 4969 0 -1 0 327963 0 1 0 179793 221 0 0 25 0 13 0 196590565 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071579988 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5015/statm: 429329 284265 1911 14 0 416075 0
[pid=5015/tid=5016] ppid=5013 vsize=1717316 CPUtime=16.1
/proc/5015/task/5016/stat : 5016 (java) S 5013 5015 4969 0 -1 64 129337 0 0 0 1521 89 0 0 17 0 13 0 196590569 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5017] ppid=5013 vsize=1717316 CPUtime=16.11
/proc/5015/task/5017/stat : 5017 (java) S 5013 5015 4969 0 -1 64 133988 0 0 0 1519 92 0 0 17 0 13 0 196590569 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5018] ppid=5013 vsize=1717316 CPUtime=0.18
/proc/5015/task/5018/stat : 5018 (java) S 5013 5015 4969 0 -1 64 114 0 0 0 9 9 0 0 16 0 13 0 196590571 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5019] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5019/stat : 5019 (java) S 5013 5015 4969 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5020] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5020/stat : 5020 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196590572 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5021] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5021/stat : 5021 (java) S 5013 5015 4969 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5022] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5022/stat : 5022 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5023] ppid=5013 vsize=1717316 CPUtime=1.24
/proc/5015/task/5023/stat : 5023 (java) S 5013 5015 4969 0 -1 64 4929 0 0 0 122 2 0 0 16 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5024] ppid=5013 vsize=1717316 CPUtime=0.75
/proc/5015/task/5024/stat : 5024 (java) S 5013 5015 4969 0 -1 64 320 0 0 0 75 0 0 0 17 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5015/tid=5025] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5025/stat : 5025 (java) S 5013 5015 4969 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5026] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5026/stat : 5026 (java) S 5013 5015 4969 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196590575 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5015/tid=5029] ppid=5013 vsize=1717316 CPUtime=0
/proc/5015/task/5029/stat : 5029 (java) S 5013 5015 4969 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196602064 1758531584 284265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (Kb) 1717316

Sending SIGTERM to -5015
Sleeping 2 seconds

Child status: 143
Real time (s): 1783.55
CPU time (s): 1800.31
CPU user time (s): 1797.93
CPU system time (s): 2.38064
CPU usage (%): 100.94
Max. virtual memory (cumulated for all children) (Kb): 1717316

Launcher Data (download as text)

Begin job on node80 on Sat Jun  3 04:38:40 UTC 2006


FILE ID= 44646-1149309518

PBS_JOBID= 307857

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-dfl001.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node80/44646-1149309518/instance-44646-1149309518.opb 53070927
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node80/watcher-44646-1149309518 -o ROOT/results/node80/solver-44646-1149309518 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node80/44646-1149309518/instance-44646-1149309518.opb 53070927

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  82090c0a4adcfdd30e3ab97004b5e93d

RANDOM SEED= 53070927


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1806432 kB
Buffers:          8924 kB
Cached:         176728 kB
SwapCached:       2436 kB
Active:          39776 kB
Inactive:       154604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1806432 kB
SwapTotal:     4096564 kB
SwapFree:      4085432 kB
Dirty:             124 kB
Writeback:           0 kB
Mapped:          16648 kB
Slab:            41760 kB
Committed_AS:   344216 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node80 on Sat Jun  3 05:08:24 UTC 2006