Trace number 2697000

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
pb_cplex 2010-06-29? (TO) 1800.08 1038.33

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=59-P1=103-P2=101-P3=43-P4=37-P5=37-P6=17-P7=23-B.opb
MD5SUMa9881f8d96a669a457a765316e0eed8c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.58391
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables147
Total number of constraints15
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 constraints15
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697000-1278048400.opb.
0.00/0.00	c Instance file HOME/instance-2697000-1278048400.opb
0.00/0.00	c File size is 25526 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      490                                                 |
0.00/0.02	c |  Number Constraints:    701                                                 |
0.00/0.02	c ===============================================================================
1800.04/1038.32	c Remaining time 1799.98 sec.
1800.04/1038.32	c 
1800.04/1038.32	c *** INTERRUPTED ***
1800.04/1038.32	s UNKNOWN
1800.04/1038.32	c Total CPU time              : 1778.94 s
1800.04/1038.32	c Memory used           : 61.21 MB
1800.04/1038.32	c CPU time              : 1778.94 s
1800.04/1038.32	c 
1800.04/1038.32	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2697000-1278048400/watcher-2697000-1278048400 -o /tmp/evaluation-result-2697000-1278048400/solver-2697000-1278048400 -C 1800 -W 2000 -M 1800 run HOME/instance-2697000-1278048400.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.80 1.79 1.32 3/105 30924
/proc/meminfo: memFree=1405460/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) R 30922 30924 30759 0 -1 4202496 348 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447938965 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0

[startup+0.092583 s]
/proc/loadavg: 1.80 1.79 1.32 3/105 30924
/proc/meminfo: memFree=1405460/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10158 s]
/proc/loadavg: 1.80 1.79 1.32 3/105 30924
/proc/meminfo: memFree=1405460/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302183 s]
/proc/loadavg: 1.80 1.79 1.32 3/105 30924
/proc/meminfo: memFree=1405460/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701664 s]
/proc/loadavg: 1.80 1.79 1.32 3/105 30924
/proc/meminfo: memFree=1405460/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50175 s]
/proc/loadavg: 1.80 1.79 1.32 2/108 30929
/proc/meminfo: memFree=1397872/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=33708 CPUtime=2.17
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 10704 0 0 0 209 8 0 0 18 0 2 0 146133581 34516992 3005 1992294400 134512640 146736320 4288858272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30925/statm: 8427 3005 1071 2985 0 4969 0
[pid=30925/tid=30929] ppid=30924 vsize=33708 CPUtime=0.61
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 6771 0 0 0 58 3 0 0 17 0 2 0 146133660 34516992 3005 1992294400 134512640 146736320 4288858272 18446744073709551615 136222388 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 42408

[startup+3.10092 s]
/proc/loadavg: 1.80 1.79 1.32 3/108 30929
/proc/meminfo: memFree=1395888/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=37256 CPUtime=4.94
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 24795 0 0 0 477 17 0 0 17 0 2 0 146133581 38150144 3802 1992294400 134512640 146736320 4288858272 18446744073709551615 135855165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30925/statm: 9314 3802 1072 2985 0 5856 0
[pid=30925/tid=30929] ppid=30924 vsize=37256 CPUtime=2.03
/proc/30925/task/30929/stat : 30929 (pb_cplex) S 30924 30924 30759 0 -1 4202560 14866 0 0 0 194 9 0 0 18 0 2 0 146133660 38150144 3802 1992294400 134512640 146736320 4288858272 18446744073709551615 144580073 0 2 4096 16387 18446604437809478528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 45956

[startup+6.30128 s]
/proc/loadavg: 1.82 1.79 1.32 3/108 30929
/proc/meminfo: memFree=1390556/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=41112 CPUtime=10.35
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 38252 0 0 0 1005 30 0 0 17 0 2 0 146133581 42098688 4838 1992294400 134512640 146736320 4288858272 18446744073709551615 135468687 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30925/statm: 10278 4838 1074 2985 0 6820 0
[pid=30925/tid=30929] ppid=30924 vsize=41112 CPUtime=4.57
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 19630 0 0 0 444 13 0 0 16 0 2 0 146133660 42098688 4838 1992294400 134512640 146736320 4288858272 18446744073709551615 136000329 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.35
Current children cumulated vsize (KiB) 49812

[startup+12.701 s]
/proc/loadavg: 1.83 1.79 1.32 2/108 30929
/proc/meminfo: memFree=1381752/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=47052 CPUtime=21.32
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 58437 0 0 0 2083 49 0 0 16 0 2 0 146133581 48181248 6109 1992294400 134512640 146736320 4288858272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 11763 6109 1074 2985 0 8305 0
[pid=30925/tid=30929] ppid=30924 vsize=47052 CPUtime=10.21
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 34652 0 0 0 996 25 0 0 16 0 2 0 146133660 48181248 6109 1992294400 134512640 146736320 4288858272 18446744073709551615 139041204 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.32
Current children cumulated vsize (KiB) 55752

[startup+25.5014 s]
/proc/loadavg: 1.95 1.82 1.34 3/108 30929
/proc/meminfo: memFree=1381132/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=51588 CPUtime=42.2
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 95032 0 0 0 4143 77 0 0 16 0 2 0 146133581 52826112 7081 1992294400 134512640 146736320 4288858272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 12897 7081 1090 2985 0 9439 0
[pid=30925/tid=30929] ppid=30924 vsize=51588 CPUtime=20.88
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 55556 0 0 0 2047 41 0 0 16 0 2 0 146133660 52826112 7081 1992294400 134512640 146736320 4288858272 18446744073709551615 139041154 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.2
Current children cumulated vsize (KiB) 60288

[startup+51.1012 s]
/proc/loadavg: 1.91 1.82 1.35 3/108 30929
/proc/meminfo: memFree=1375304/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=58940 CPUtime=84.76
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 146932 0 0 0 8354 122 0 0 16 0 2 0 146133581 60354560 8893 1992294400 134512640 146736320 4288858272 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 14735 8893 1100 2985 0 11277 0
[pid=30925/tid=30929] ppid=30924 vsize=58940 CPUtime=42.45
/proc/30925/task/30929/stat : 30929 (pb_cplex) S 30924 30924 30759 0 -1 4202560 82612 0 0 0 4179 66 0 0 17 0 2 0 146133660 60354560 8893 1992294400 134512640 146736320 4288858272 18446744073709551615 144580073 0 2 4096 16387 18446604437809478528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.76
Current children cumulated vsize (KiB) 67640

[startup+102.309 s]
/proc/loadavg: 1.86 1.81 1.37 3/108 30931
/proc/meminfo: memFree=1372328/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62228 CPUtime=169.13
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 269158 0 0 0 16680 233 0 0 16 0 2 0 146133581 63721472 9566 1992294400 134512640 146736320 4288858272 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15557 9566 1100 2985 0 12099 0
[pid=30925/tid=30929] ppid=30924 vsize=62228 CPUtime=82.62
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 145906 0 0 0 8144 118 0 0 17 0 2 0 146133660 63721472 9566 1992294400 134512640 146736320 4288858272 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.13
Current children cumulated vsize (KiB) 70928

[startup+162.301 s]
/proc/loadavg: 1.90 1.83 1.40 2/108 30933
/proc/meminfo: memFree=1371336/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=59508 CPUtime=271.23
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 370894 0 0 0 26772 351 0 0 16 0 2 0 146133581 60936192 9282 1992294400 134512640 146736320 4288858272 18446744073709551615 135468677 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 14877 9282 1100 2985 0 11419 0
[pid=30925/tid=30929] ppid=30924 vsize=59508 CPUtime=132.89
/proc/30925/task/30929/stat : 30929 (pb_cplex) S 30924 30924 30759 0 -1 4202560 199112 0 0 0 13111 178 0 0 16 0 2 0 146133660 60936192 9282 1992294400 134512640 146736320 4288858272 18446744073709551615 144580073 0 2 4096 16387 18446604437809478528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 271.23
Current children cumulated vsize (KiB) 68208

[startup+222.302 s]
/proc/loadavg: 1.94 1.84 1.43 3/108 30933
/proc/meminfo: memFree=1371460/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=59096 CPUtime=377.09
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 482147 0 0 0 37226 483 0 0 16 0 2 0 146133581 60514304 9153 1992294400 134512640 146736320 4288858272 18446744073709551615 135450948 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 14774 9153 1100 2985 0 11316 0
[pid=30925/tid=30929] ppid=30924 vsize=59096 CPUtime=185.42
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 255261 0 0 0 18292 250 0 0 16 0 2 0 146133660 60514304 9153 1992294400 134512640 146736320 4288858272 18446744073709551615 135237146 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 377.09
Current children cumulated vsize (KiB) 67796

[startup+282.302 s]
/proc/loadavg: 1.88 1.84 1.45 3/108 30935
/proc/meminfo: memFree=1370840/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=61340 CPUtime=482.73
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 552041 0 0 0 47667 606 0 0 16 0 2 0 146133581 62812160 9500 1992294400 134512640 146736320 4288858272 18446744073709551615 135846432 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15335 9500 1100 2985 0 11877 0
[pid=30925/tid=30929] ppid=30924 vsize=61340 CPUtime=238.87
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 298017 0 0 0 23571 316 0 0 16 0 2 0 146133660 62812160 9500 1992294400 134512640 146736320 4288858272 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 482.73
Current children cumulated vsize (KiB) 70040

[startup+342.301 s]
/proc/loadavg: 1.90 1.85 1.48 2/108 30937
/proc/meminfo: memFree=1369848/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62004 CPUtime=798.87
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 720020 0 0 0 78931 956 0 0 16 0 2 0 146133581 63492096 9681 1992294400 134512640 146736320 4288858272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30925/statm: 15501 9681 1100 2985 0 12043 0
[pid=30925/tid=30929] ppid=30924 vsize=62004 CPUtime=398.2
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 390292 0 0 0 39322 498 0 0 17 0 2 0 146133660 63492096 9681 1992294400 134512640 146736320 4288858272 18446744073709551615 136000042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 798.87
Current children cumulated vsize (KiB) 70704

[startup+522.302 s]
/proc/loadavg: 1.83 1.85 1.55 3/108 30944
/proc/meminfo: memFree=1369344/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62072 CPUtime=904.22
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 800610 0 0 0 89335 1087 0 0 15 0 2 0 146133581 63561728 9735 1992294400 134512640 146736320 4288858272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15518 9735 1100 2985 0 12060 0
[pid=30925/tid=30929] ppid=30924 vsize=62072 CPUtime=450.92
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 435387 0 0 0 44522 570 0 0 16 0 2 0 146133660 63561728 9735 1992294400 134512640 146736320 4288858272 18446744073709551615 137383777 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 904.22
Current children cumulated vsize (KiB) 70772

[startup+582.302 s]
/proc/loadavg: 1.92 1.86 1.56 3/108 30946
/proc/meminfo: memFree=1368848/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62408 CPUtime=1009.34
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 884058 0 0 0 99721 1213 0 0 16 0 2 0 146133581 63905792 9801 1992294400 134512640 146736320 4288858272 18446744073709551615 139023104 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15602 9801 1100 2985 0 12144 0
[pid=30925/tid=30929] ppid=30924 vsize=62408 CPUtime=504.21
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 486492 0 0 0 49784 637 0 0 16 0 2 0 146133660 63905792 9801 1992294400 134512640 146736320 4288858272 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1009.34
Current children cumulated vsize (KiB) 71108

[startup+642.301 s]
/proc/loadavg: 1.84 1.84 1.57 3/108 30948
/proc/meminfo: memFree=1369220/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62124 CPUtime=1114.03
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 937427 0 0 0 110081 1322 0 0 16 0 2 0 146133581 63614976 9716 1992294400 134512640 146736320 4288858272 18446744073709551615 136402267 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15531 9716 1100 2985 0 12073 0
[pid=30925/tid=30929] ppid=30924 vsize=62124 CPUtime=556.71
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 519981 0 0 0 54973 698 0 0 16 0 2 0 146133660 63614976 9716 1992294400 134512640 146736320 4288858272 18446744073709551615 135467881 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1114.03
Current children cumulated vsize (KiB) 70824

[startup+702.302 s]
/proc/loadavg: 1.94 1.86 1.59 2/108 30950
/proc/meminfo: memFree=1369352/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=61976 CPUtime=1218.62
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 986083 0 0 0 120428 1434 0 0 18 0 2 0 146133581 63463424 9714 1992294400 134512640 146736320 4288858272 18446744073709551615 136402290 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15494 9714 1100 2985 0 12036 0
[pid=30925/tid=30929] ppid=30924 vsize=61976 CPUtime=609
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 556282 0 0 0 60140 760 0 0 15 0 2 0 146133660 63463424 9714 1992294400 134512640 146736320 4288858272 18446744073709551615 139023083 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1218.62
Current children cumulated vsize (KiB) 70676

[startup+762.327 s]
/proc/loadavg: 1.91 1.86 1.61 3/108 30952
/proc/meminfo: memFree=1369228/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=61988 CPUtime=1322.65
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 1072827 0 0 0 130704 1561 0 0 16 0 2 0 146133581 63475712 9718 1992294400 134512640 146736320 4288858272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15497 9718 1100 2985 0 12039 0
[pid=30925/tid=30929] ppid=30924 vsize=61988 CPUtime=661.05
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 589225 0 0 0 65284 821 0 0 15 0 2 0 146133660 63475712 9718 1992294400 134512640 146736320 4288858272 18446744073709551615 136682872 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1322.65
Current children cumulated vsize (KiB) 70688

[startup+822.301 s]
/proc/loadavg: 1.80 1.84 1.62 3/108 30952
/proc/meminfo: memFree=1368856/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62324 CPUtime=1427.39
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 1079520 0 0 0 141076 1663 0 0 15 0 2 0 146133581 63819776 9794 1992294400 134512640 146736320 4288858272 18446744073709551615 135454083 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15581 9794 1100 2985 0 12123 0
[pid=30925/tid=30929] ppid=30924 vsize=62324 CPUtime=713.79
/proc/30925/task/30929/stat : 30929 (pb_cplex) S 30924 30924 30759 0 -1 4202560 593661 0 0 0 70507 872 0 0 16 0 2 0 146133660 63819776 9794 1992294400 134512640 146736320 4288858272 18446744073709551615 144580073 0 2 4096 16387 18446604437809478528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1427.39
Current children cumulated vsize (KiB) 71024

[startup+882.302 s]
/proc/loadavg: 1.69 1.80 1.62 2/108 30954
/proc/meminfo: memFree=1369228/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=61988 CPUtime=1531.65
/proc/30925/stat : 30925 (pb_cplex) S 30924 30924 30759 0 -1 4202496 1133649 0 0 0 151388 1777 0 0 16 0 2 0 146133581 63475712 9718 1992294400 134512640 146736320 4288858272 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30925/statm: 15497 9718 1100 2985 0 12039 0
[pid=30925/tid=30929] ppid=30924 vsize=61988 CPUtime=766.48
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 626880 0 0 0 75717 931 0 0 16 0 2 0 146133660 63475712 9718 1992294400 134512640 146736320 4288858272 18446744073709551615 136402270 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1531.65
Current children cumulated vsize (KiB) 70688

[startup+942.302 s]
/proc/loadavg: 1.63 1.76 1.61 3/108 30956
/proc/meminfo: memFree=1368732/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62412 CPUtime=1633.22
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 1312247 0 0 0 161377 1945 0 0 16 0 2 0 146133581 63909888 9830 1992294400 134512640 146736320 4288858272 18446744073709551615 135454186 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15603 9830 1100 2985 0 12145 0
[pid=30925/tid=30929] ppid=30924 vsize=62412 CPUtime=818.14
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 729256 0 0 0 80791 1023 0 0 16 0 2 0 146133660 63909888 9830 1992294400 134512640 146736320 4288858272 18446744073709551615 135999265 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1633.22
Current children cumulated vsize (KiB) 71112

[startup+1002.3 s]
/proc/loadavg: 1.84 1.80 1.64 2/108 30958
/proc/meminfo: memFree=1368732/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62000 CPUtime=1737.05
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 1349725 0 0 0 171653 2052 0 0 15 0 2 0 146133581 63488000 9802 1992294400 134512640 146736320 4288858272 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15500 9802 1100 2985 0 12042 0
[pid=30925/tid=30929] ppid=30924 vsize=62000 CPUtime=870.06
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 748208 0 0 0 85927 1079 0 0 16 0 2 0 146133660 63488000 9802 1992294400 134512640 146736320 4288858272 18446744073709551615 135450774 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1737.05
Current children cumulated vsize (KiB) 70700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1038.3 s]
/proc/loadavg: 1.65 1.76 1.63 3/108 30958
/proc/meminfo: memFree=1368732/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62680 CPUtime=1800.04
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 1360483 0 0 0 177892 2112 0 0 16 0 2 0 146133581 64184320 9852 1992294400 134512640 146736320 4288858272 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15670 9852 1100 2985 0 12212 0
[pid=30925/tid=30929] ppid=30924 vsize=62680 CPUtime=901.77
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 753155 0 0 0 89067 1110 0 0 16 0 2 0 146133660 64184320 9852 1992294400 134512640 146736320 4288858272 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 71380

Sending SIGTERM to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1038.3 s]
/proc/loadavg: 1.65 1.76 1.63 3/108 30958
/proc/meminfo: memFree=1368732/2059040 swapFree=4139272/4192956
[pid=30924] ppid=30922 vsize=8700 CPUtime=0
/proc/30924/stat : 30924 (run) S 30922 30924 30759 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146133581 8908800 248 1992294400 4194304 4922060 140736808910032 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30924/statm: 2175 248 208 178 0 68 0
[pid=30925] ppid=30924 vsize=62680 CPUtime=1800.04
/proc/30925/stat : 30925 (pb_cplex) R 30924 30924 30759 0 -1 4202496 1360483 0 0 0 177892 2112 0 0 16 0 2 0 146133581 64184320 9852 1992294400 134512640 146736320 4288858272 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30925/statm: 15670 9852 1100 2985 0 12212 0
[pid=30925/tid=30929] ppid=30924 vsize=62680 CPUtime=901.77
/proc/30925/task/30929/stat : 30929 (pb_cplex) R 30924 30924 30759 0 -1 4202560 753155 0 0 0 89067 1110 0 0 16 0 2 0 146133660 64184320 9852 1992294400 134512640 146736320 4288858272 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 71380

Child status: 0
Real time (s): 1038.33
CPU time (s): 1800.08
CPU user time (s): 1778.94
CPU system time (s): 21.1358
CPU usage (%): 173.363
Max. virtual memory (cumulated for all children) (KiB): 79992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.94
system time used= 21.1358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1360857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 490602
involuntary context switches= 28838

runsolver used 2.08968 second user time and 5.46417 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-02 07:26:40
IDJOB=2697000
IDBENCH=48034
IDSOLVER=1209
FILE ID=node087/2697000-1278048400
PBS_JOBID= 11198828
Free space on /tmp= 62444 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=59-P1=103-P2=101-P3=43-P4=37-P5=37-P6=17-P7=23-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697000-1278048400/watcher-2697000-1278048400 -o /tmp/evaluation-result-2697000-1278048400/solver-2697000-1278048400 -C 1800 -W 2000 -M 1800  run HOME/instance-2697000-1278048400.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a9881f8d96a669a457a765316e0eed8c
RANDOM SEED=268490833

node087.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
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.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc 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:      2059040 kB
MemFree:       1406360 kB
Buffers:        147996 kB
Cached:         397892 kB
SwapCached:       6464 kB
Active:         216332 kB
Inactive:       343080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1406360 kB
SwapTotal:     4192956 kB
SwapFree:      4139272 kB
Dirty:           16632 kB
Writeback:           0 kB
AnonPages:       11876 kB
Mapped:          11964 kB
Slab:            71392 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697000-1278048400.opb

Free space on /tmp at the end= 62428 MiB
End job on node087 at 2010-07-02 07:43:59