Trace number 2696961

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.06 1022.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=23-P1=7-P2=29-P3=5-P4=2-P5=13-P6=37-P7=29-B.opb
MD5SUM28e49b20edb0178df64878397f43f87c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.45793
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables105
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 constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)175
Sum of products size (including duplicates)350
Number of different products175
Sum of products size350

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696961-1278048192.opb.
0.00/0.00	c Instance file HOME/instance-2696961-1278048192.opb
0.00/0.00	c File size is 13185 bytes.
0.00/0.01	c Highest Coefficient sum: 1984
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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      280                                                 |
0.00/0.01	c |  Number Constraints:    365                                                 |
0.00/0.01	c ===============================================================================
1800.04/1022.41	c Remaining time 1799.99 sec.
1800.04/1022.41	c 
1800.04/1022.41	c *** INTERRUPTED ***
1800.04/1022.41	s UNKNOWN
1800.04/1022.41	c Total CPU time              : 1767.11 s
1800.04/1022.41	c Memory used           : 41.92 MB
1800.04/1022.41	c CPU time              : 1767.11 s
1800.04/1022.41	c 
1800.04/1022.41	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-2696961-1278048192/watcher-2696961-1278048192 -o /tmp/evaluation-result-2696961-1278048192/solver-2696961-1278048192 -C 1800 -W 2000 -M 1800 run HOME/instance-2696961-1278048192.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.70 1.75 1.23 3/106 23061
/proc/meminfo: memFree=1524676/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) R 23059 23061 22954 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314544021 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0

[startup+0.0133571 s]
/proc/loadavg: 1.70 1.75 1.23 3/106 23061
/proc/meminfo: memFree=1524676/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105327 s]
/proc/loadavg: 1.70 1.75 1.23 3/106 23061
/proc/meminfo: memFree=1524676/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305213 s]
/proc/loadavg: 1.70 1.75 1.23 3/106 23061
/proc/meminfo: memFree=1524676/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700204 s]
/proc/loadavg: 1.70 1.75 1.23 3/106 23061
/proc/meminfo: memFree=1524676/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50019 s]
/proc/loadavg: 1.70 1.75 1.23 3/109 23066
/proc/meminfo: memFree=1518700/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=32524 CPUtime=2.32
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 10875 0 0 0 225 7 0 0 22 0 2 0 180423057 33304576 2711 1992294400 134512640 146736320 4294335408 18446744073709551615 144963134 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 8131 2711 1074 2985 0 4673 0
[pid=23062/tid=23066] ppid=23061 vsize=32524 CPUtime=0.76
/proc/23062/task/23066/stat : 23066 (pb_cplex) D 23061 23061 22954 0 -1 4202560 5225 0 0 0 74 2 0 0 17 0 2 0 180423109 33304576 2711 1992294400 134512640 146736320 4294335408 18446744073709551615 144798020 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 41224

[startup+3.10015 s]
/proc/loadavg: 1.70 1.75 1.23 2/109 23066
/proc/meminfo: memFree=1516096/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=35200 CPUtime=5.13
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 16712 0 0 0 500 13 0 0 18 0 2 0 180423057 36044800 3285 1992294400 134512640 146736320 4294335408 18446744073709551615 136015701 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 8800 3285 1074 2985 0 5342 0
[pid=23062/tid=23066] ppid=23061 vsize=35200 CPUtime=2.08
/proc/23062/task/23066/stat : 23066 (pb_cplex) R 23061 23061 22954 0 -1 4202560 8097 0 0 0 202 6 0 0 16 0 2 0 180423109 36044800 3285 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 43900

[startup+6.30108 s]
/proc/loadavg: 1.72 1.76 1.23 3/109 23066
/proc/meminfo: memFree=1514484/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=36652 CPUtime=10.75
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 29473 0 0 0 1050 25 0 0 21 0 2 0 180423057 37531648 3669 1992294400 134512640 146736320 4294335408 18446744073709551615 135521503 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 9163 3669 1082 2985 0 5705 0
[pid=23062/tid=23066] ppid=23061 vsize=36652 CPUtime=4.71
/proc/23062/task/23066/stat : 23066 (pb_cplex) R 23061 23061 22954 0 -1 4202560 13826 0 0 0 459 12 0 0 16 0 2 0 180423109 37531648 3669 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 45352

[startup+12.7009 s]
/proc/loadavg: 1.66 1.74 1.23 3/109 23066
/proc/meminfo: memFree=1511012/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=39404 CPUtime=21.94
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 46157 0 0 0 2150 44 0 0 25 0 2 0 180423057 40349696 4360 1992294400 134512640 146736320 4294335408 18446744073709551615 136001890 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 9851 4360 1092 2985 0 6393 0
[pid=23062/tid=23066] ppid=23061 vsize=39404 CPUtime=10.18
/proc/23062/task/23066/stat : 23066 (pb_cplex) R 23061 23061 22954 0 -1 4202560 22034 0 0 0 997 21 0 0 16 0 2 0 180423109 40349696 4360 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.94
Current children cumulated vsize (KiB) 48104

[startup+25.5007 s]
/proc/loadavg: 1.51 1.71 1.23 3/109 23068
/proc/meminfo: memFree=1508780/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=40840 CPUtime=41.11
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 56548 0 0 0 4043 68 0 0 17 0 2 0 180423057 41820160 4758 1992294400 134512640 146736320 4294335408 18446744073709551615 136002916 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10210 4758 1100 2985 0 6752 0
[pid=23062/tid=23066] ppid=23061 vsize=40840 CPUtime=17.65
/proc/23062/task/23066/stat : 23066 (pb_cplex) R 23061 23061 22954 0 -1 4202560 24712 0 0 0 1734 31 0 0 16 0 2 0 180423109 41820160 4758 1992294400 134512640 146736320 4294335408 18446744073709551615 135526870 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.11
Current children cumulated vsize (KiB) 49540

[startup+51.1012 s]
/proc/loadavg: 1.75 1.74 1.25 2/109 23068
/proc/meminfo: memFree=1509028/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=40048 CPUtime=85.63
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 78205 0 0 0 8425 138 0 0 16 0 2 0 180423057 41009152 4616 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10012 4616 1103 2985 0 6554 0
[pid=23062/tid=23066] ppid=23061 vsize=40048 CPUtime=39.58
/proc/23062/task/23066/stat : 23066 (pb_cplex) R 23061 23061 22954 0 -1 4202560 34169 0 0 0 3894 64 0 0 16 0 2 0 180423109 41009152 4616 1992294400 134512640 146736320 4294335408 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.63
Current children cumulated vsize (KiB) 48748

[startup+102.309 s]
/proc/loadavg: 1.83 1.77 1.28 3/109 23070
/proc/meminfo: memFree=1507540/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=41212 CPUtime=175.59
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 137969 0 0 0 17261 298 0 0 16 0 2 0 180423057 42201088 5009 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10303 5009 1103 2985 0 6845 0
[pid=23062/tid=23066] ppid=23061 vsize=41212 CPUtime=83.74
/proc/23062/task/23066/stat : 23066 (pb_cplex) R 23061 23061 22954 0 -1 4202560 66026 0 0 0 8230 144 0 0 16 0 2 0 180423109 42201088 5009 1992294400 134512640 146736320 4294335408 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 175.59
Current children cumulated vsize (KiB) 49912

[startup+162.301 s]
/proc/loadavg: 1.77 1.76 1.31 3/109 23074
/proc/meminfo: memFree=1507788/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=41524 CPUtime=278.54
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 252145 0 0 0 27354 500 0 0 18 0 2 0 180423057 42520576 4948 1992294400 134512640 146736320 4294335408 18446744073709551615 136402270 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23062/statm: 10381 4948 1119 2985 0 6923 0
[pid=23062/tid=23074] ppid=23061 vsize=41524 CPUtime=36.29
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 56001 0 0 0 3554 75 0 0 16 0 2 0 180434971 42520576 4948 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 278.54
Current children cumulated vsize (KiB) 50224

[startup+222.301 s]
/proc/loadavg: 1.99 1.82 1.35 3/109 23076
/proc/meminfo: memFree=1507540/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=41524 CPUtime=383.63
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 330906 0 0 0 37659 704 0 0 16 0 2 0 180423057 42520576 4952 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10381 4952 1119 2985 0 6923 0
[pid=23062/tid=23074] ppid=23061 vsize=41524 CPUtime=88.55
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 97164 0 0 0 8673 182 0 0 16 0 2 0 180434971 42520576 4952 1992294400 134512640 146736320 4294335408 18446744073709551615 136494470 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 383.63
Current children cumulated vsize (KiB) 50224

[startup+282.301 s]
/proc/loadavg: 1.85 1.80 1.38 3/109 23078
/proc/meminfo: memFree=1507664/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=41524 CPUtime=488.96
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 383736 0 0 0 47993 903 0 0 16 0 2 0 180423057 42520576 4952 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10381 4952 1119 2985 0 6923 0
[pid=23062/tid=23074] ppid=23061 vsize=41524 CPUtime=140.52
/proc/23062/task/23074/stat : 23074 (pb_cplex) S 23061 23061 22954 0 -1 4202560 124974 0 0 0 13772 280 0 0 16 0 2 0 180434971 42520576 4952 1992294400 134512640 146736320 4294335408 18446744073709551615 144580073 0 2 4096 16387 18446604437826907200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 488.96
Current children cumulated vsize (KiB) 50224

[startup+342.301 s]
/proc/loadavg: 1.84 1.81 1.40 3/109 23080
/proc/meminfo: memFree=1507292/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=41900 CPUtime=702.05
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 474253 0 0 0 68908 1297 0 0 17 0 2 0 180423057 42905600 5033 1992294400 134512640 146736320 4294335408 18446744073709551615 135453238 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23062/statm: 10475 5033 1119 2985 0 7017 0
[pid=23062/tid=23074] ppid=23061 vsize=41900 CPUtime=246.51
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 159057 0 0 0 24173 478 0 0 16 0 2 0 180434971 42905600 5033 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 50600

[startup+462.301 s]
/proc/loadavg: 1.99 1.85 1.46 3/109 23082
/proc/meminfo: memFree=1505432/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=44972 CPUtime=809.49
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 491614 0 0 0 79458 1491 0 0 18 0 2 0 180423057 46051328 5749 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 11243 5749 1119 2985 0 7785 0
[pid=23062/tid=23074] ppid=23061 vsize=44972 CPUtime=300.36
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 168284 0 0 0 29459 577 0 0 17 0 2 0 180434971 46051328 5749 1992294400 134512640 146736320 4294335408 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 809.49
Current children cumulated vsize (KiB) 53672

[startup+522.301 s]
/proc/loadavg: 2.06 1.91 1.50 3/109 23084
/proc/meminfo: memFree=1505060/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=44972 CPUtime=917.64
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 495129 0 0 0 90079 1685 0 0 16 0 2 0 180423057 46051328 5756 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 11243 5756 1119 2985 0 7785 0
[pid=23062/tid=23074] ppid=23061 vsize=44972 CPUtime=354.23
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 168858 0 0 0 34747 676 0 0 16 0 2 0 180434971 46051328 5756 1992294400 134512640 146736320 4294335408 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 917.64
Current children cumulated vsize (KiB) 53672

[startup+582.301 s]
/proc/loadavg: 1.91 1.89 1.52 3/109 23086
/proc/meminfo: memFree=1504564/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=44972 CPUtime=1022.82
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 498190 0 0 0 100404 1878 0 0 16 0 2 0 180423057 46051328 5756 1992294400 134512640 146736320 4294335408 18446744073709551615 135468577 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 11243 5756 1119 2985 0 7785 0
[pid=23062/tid=23074] ppid=23061 vsize=44972 CPUtime=405.76
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 170856 0 0 0 39803 773 0 0 16 0 2 0 180434971 46051328 5756 1992294400 134512640 146736320 4294335408 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1022.82
Current children cumulated vsize (KiB) 53672

[startup+642.301 s]
/proc/loadavg: 1.79 1.85 1.53 3/109 23088
/proc/meminfo: memFree=1504564/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=44972 CPUtime=1128.85
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 499347 0 0 0 110820 2065 0 0 16 0 2 0 180423057 46051328 5756 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 11243 5756 1119 2985 0 7785 0
[pid=23062/tid=23074] ppid=23061 vsize=44972 CPUtime=458.19
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 171259 0 0 0 44950 869 0 0 16 0 2 0 180434971 46051328 5756 1992294400 134512640 146736320 4294335408 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1128.85
Current children cumulated vsize (KiB) 53672

[startup+702.301 s]
/proc/loadavg: 1.78 1.83 1.54 3/109 23090
/proc/meminfo: memFree=1504688/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=44972 CPUtime=1237.94
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 500700 0 0 0 121532 2262 0 0 18 0 2 0 180423057 46051328 5689 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 11243 5689 1119 2985 0 7785 0
[pid=23062/tid=23074] ppid=23061 vsize=44972 CPUtime=512.34
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 172092 0 0 0 50267 967 0 0 17 0 2 0 180434971 46051328 5689 1992294400 134512640 146736320 4294335408 18446744073709551615 135523326 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1237.94
Current children cumulated vsize (KiB) 53672

[startup+762.309 s]
/proc/loadavg: 1.65 1.79 1.55 3/109 23090
/proc/meminfo: memFree=1504812/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=43948 CPUtime=1345.62
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 500848 0 0 0 132106 2456 0 0 16 0 2 0 180423057 45002752 5631 1992294400 134512640 146736320 4294335408 18446744073709551615 135526786 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10987 5631 1119 2985 0 7529 0
[pid=23062/tid=23074] ppid=23061 vsize=43948 CPUtime=565.54
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 172166 0 0 0 55489 1065 0 0 16 0 2 0 180434971 45002752 5631 1992294400 134512640 146736320 4294335408 18446744073709551615 136015692 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1345.62
Current children cumulated vsize (KiB) 52648

[startup+822.301 s]
/proc/loadavg: 1.77 1.80 1.56 3/109 23092
/proc/meminfo: memFree=1506796/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=42924 CPUtime=1452.47
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 559337 0 0 0 142578 2669 0 0 17 0 2 0 180423057 43954176 5256 1992294400 134512640 146736320 4294335408 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23062/statm: 10731 5256 1119 2985 0 7273 0
[pid=23062/tid=23074] ppid=23061 vsize=42924 CPUtime=618.79
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 215054 0 0 0 60702 1177 0 0 16 0 2 0 180434971 43954176 5256 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1452.47
Current children cumulated vsize (KiB) 51624

[startup+882.301 s]
/proc/loadavg: 1.63 1.76 1.56 2/109 23094
/proc/meminfo: memFree=1506176/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=42924 CPUtime=1553.9
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 600786 0 0 0 152527 2863 0 0 16 0 2 0 180423057 43954176 5256 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10731 5256 1119 2985 0 7273 0
[pid=23062/tid=23074] ppid=23061 vsize=42924 CPUtime=668.84
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 228351 0 0 0 65611 1273 0 0 16 0 2 0 180434971 43954176 5256 1992294400 134512640 146736320 4294335408 18446744073709551615 135450791 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1553.9
Current children cumulated vsize (KiB) 51624

[startup+942.301 s]
/proc/loadavg: 1.77 1.77 1.57 3/109 23096
/proc/meminfo: memFree=1505804/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=42924 CPUtime=1659.22
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 613807 0 0 0 162868 3054 0 0 18 0 2 0 180423057 43954176 5374 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23062/statm: 10731 5374 1119 2985 0 7273 0
[pid=23062/tid=23074] ppid=23061 vsize=42924 CPUtime=721.03
/proc/23062/task/23074/stat : 23074 (pb_cplex) S 23061 23061 22954 0 -1 4202560 236232 0 0 0 70737 1366 0 0 18 0 2 0 180434971 43954176 5374 1992294400 134512640 146736320 4294335408 18446744073709551615 144580073 0 2 4096 16387 18446604437826907200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1659.22
Current children cumulated vsize (KiB) 51624

[startup+1002.3 s]
/proc/loadavg: 1.62 1.72 1.56 2/109 23098
/proc/meminfo: memFree=1505804/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=42924 CPUtime=1763.76
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 627221 0 0 0 173143 3233 0 0 16 0 2 0 180423057 43954176 5329 1992294400 134512640 146736320 4294335408 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23062/statm: 10731 5329 1119 2985 0 7273 0
[pid=23062/tid=23074] ppid=23061 vsize=42924 CPUtime=772.96
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 237622 0 0 0 75840 1456 0 0 16 0 2 0 180434971 43954176 5329 1992294400 134512640 146736320 4294335408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1763.76
Current children cumulated vsize (KiB) 51624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1022.4 s]
/proc/loadavg: 1.88 1.77 1.58 3/109 23098
/proc/meminfo: memFree=1505804/2059040 swapFree=4139476/4192956
[pid=23061] ppid=23059 vsize=8700 CPUtime=0
/proc/23061/stat : 23061 (run) S 23059 23061 22954 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180423056 8908800 248 1992294400 4194304 4922060 140736414038944 18446744073709551615 213314542725 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23061/statm: 2175 248 208 178 0 68 0
[pid=23062] ppid=23061 vsize=42924 CPUtime=1800.04
/proc/23062/stat : 23062 (pb_cplex) R 23061 23061 22954 0 -1 4202496 634337 0 0 0 176709 3295 0 0 17 0 2 0 180423057 43954176 5335 1992294400 134512640 146736320 4294335408 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23062/statm: 10731 5335 1119 2985 0 7273 0
[pid=23062/tid=23074] ppid=23061 vsize=42924 CPUtime=791.34
/proc/23062/task/23074/stat : 23074 (pb_cplex) R 23061 23061 22954 0 -1 4202560 240889 0 0 0 77645 1489 0 0 16 0 2 0 180434971 43954176 5335 1992294400 134512640 146736320 4294335408 18446744073709551615 135454093 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) 51624

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1022.42
CPU time (s): 1800.06
CPU user time (s): 1767.11
CPU system time (s): 32.955
CPU usage (%): 176.06
Max. virtual memory (cumulated for all children) (KiB): 54696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.11
system time used= 32.955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 634711
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= 922185
involuntary context switches= 29637

runsolver used 2.27365 second user time and 5.17621 second system time

The end

Launcher Data

Begin job on node004 at 2010-07-02 07:23:12
IDJOB=2696961
IDBENCH=47995
IDSOLVER=1209
FILE ID=node004/2696961-1278048192
PBS_JOBID= 11198878
Free space on /tmp= 62344 MiB

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

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

MD5SUM BENCH= 28e49b20edb0178df64878397f43f87c
RANDOM SEED=1321407447

node004.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.210
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.210
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	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1525452 kB
Buffers:        120404 kB
Cached:         301616 kB
SwapCached:       7448 kB
Active:         161296 kB
Inactive:       275308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1525452 kB
SwapTotal:     4192956 kB
SwapFree:      4139476 kB
Dirty:           16608 kB
Writeback:           0 kB
AnonPages:       12732 kB
Mapped:          12040 kB
Slab:            75000 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182872 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-2696961-1278048192.opb

Free space on /tmp at the end= 62328 MiB
End job on node004 at 2010-07-02 07:40:14