Trace number 2696849

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.03 1169.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=107-P1=7-P2=73-P3=61-B.opb
MD5SUMaca556d38b23293c39a313a437063f67
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.097984
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 variables63
Total number of constraints7
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 constraints7
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)147
Sum of products size (including duplicates)294
Number of different products147
Sum of products size294

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696849-1278047140.opb.
0.00/0.00	c Instance file HOME/instance-2696849-1278047140.opb
0.00/0.00	c File size is 10836 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.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:      210                                                 |
0.00/0.01	c |  Number Constraints:    301                                                 |
0.00/0.01	c ===============================================================================
1800.01/1169.51	c Remaining time 1799.99 sec.
1800.01/1169.51	c 
1800.01/1169.51	c *** INTERRUPTED ***
1800.01/1169.51	s UNKNOWN
1800.01/1169.51	c Total CPU time              : 1768.04 s
1800.01/1169.51	c Memory used           : 41.82 MB
1800.01/1169.51	c CPU time              : 1768.04 s
1800.01/1169.51	c 
1800.01/1169.51	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-2696849-1278047140/watcher-2696849-1278047140 -o /tmp/evaluation-result-2696849-1278047140/solver-2696849-1278047140 -C 1800 -W 2000 -M 1800 run HOME/instance-2696849-1278047140.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: 0.00 0.00 0.00 3/106 31232
/proc/meminfo: memFree=1261360/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0

[startup+0.038206 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31232
/proc/meminfo: memFree=1261360/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101569 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31232
/proc/meminfo: memFree=1261360/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.306079 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31232
/proc/meminfo: memFree=1261360/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701282 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31232
/proc/meminfo: memFree=1261360/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50137 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 31239
/proc/meminfo: memFree=1255632/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=33312 CPUtime=2.4
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 8864 0 0 0 231 9 0 0 17 0 2 0 146007753 34111488 2874 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 8328 2874 1071 2985 0 4870 0
[pid=31233/tid=31239] ppid=31232 vsize=33312 CPUtime=0.9
/proc/31233/task/31239/stat : 31239 (pb_cplex) R 31232 31232 31197 0 -1 4202560 1758 0 0 0 88 2 0 0 17 0 2 0 146007799 34111488 2874 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 42012

[startup+3.10154 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 31239
/proc/meminfo: memFree=1251540/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=36632 CPUtime=5.24
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 18357 0 0 0 507 17 0 0 18 0 2 0 146007753 37511168 3611 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 9158 3611 1089 2985 0 5700 0
[pid=31233/tid=31239] ppid=31232 vsize=36632 CPUtime=2.31
/proc/31233/task/31239/stat : 31239 (pb_cplex) R 31232 31232 31197 0 -1 4202560 4919 0 0 0 225 6 0 0 17 0 2 0 146007799 37511168 3611 1992294400 134512640 146736320 4293267120 18446744073709551615 135450933 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 45332

[startup+6.30186 s]
/proc/loadavg: 0.08 0.02 0.01 4/109 31239
/proc/meminfo: memFree=1246332/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41052 CPUtime=10.79
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 31840 0 0 0 1051 28 0 0 15 0 2 0 146007753 42037248 4751 1992294400 134512640 146736320 4293267120 18446744073709551615 136388020 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10263 4751 1071 2985 0 6805 0
[pid=31233/tid=31239] ppid=31232 vsize=41052 CPUtime=5.21
/proc/31233/task/31239/stat : 31239 (pb_cplex) R 31232 31232 31197 0 -1 4202560 17375 0 0 0 507 14 0 0 17 0 2 0 146007799 42037248 4751 1992294400 134512640 146736320 4293267120 18446744073709551615 139041197 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (KiB) 49752

[startup+12.7015 s]
/proc/loadavg: 0.39 0.08 0.03 2/109 31239
/proc/meminfo: memFree=1243604/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=42664 CPUtime=21.8
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 38154 0 0 0 2138 42 0 0 16 0 2 0 146007753 43687936 5038 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10666 5038 1071 2985 0 7208 0
[pid=31233/tid=31239] ppid=31232 vsize=42664 CPUtime=10.69
/proc/31233/task/31239/stat : 31239 (pb_cplex) R 31232 31232 31197 0 -1 4202560 20810 0 0 0 1049 20 0 0 16 0 2 0 146007799 43687936 5038 1992294400 134512640 146736320 4293267120 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (KiB) 51364

[startup+25.5018 s]
/proc/loadavg: 1.19 0.27 0.09 2/109 31241
/proc/meminfo: memFree=1246332/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=39756 CPUtime=42.83
/proc/31233/stat : 31233 (pb_cplex) S 31232 31232 31197 0 -1 4202496 57250 0 0 0 4205 78 0 0 16 0 2 0 146007753 40710144 4558 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 9939 4558 1103 2985 0 6481 0
[pid=31233/tid=31241] ppid=31232 vsize=39756 CPUtime=4.12
/proc/31233/task/31241/stat : 31241 (pb_cplex) R 31232 31232 31197 0 -1 4202560 645 0 0 0 406 6 0 0 16 0 2 0 146009829 40710144 4558 1992294400 134512640 146736320 4293267120 18446744073709551615 135196472 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.83
Current children cumulated vsize (KiB) 48456

[startup+51.1015 s]
/proc/loadavg: 1.92 0.52 0.18 3/109 31241
/proc/meminfo: memFree=1244348/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41388 CPUtime=87.49
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 74847 0 0 0 8611 138 0 0 17 0 2 0 146007753 42381312 5058 1992294400 134512640 146736320 4293267120 18446744073709551615 136402275 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31233/statm: 10347 5058 1125 2985 0 6889 0
[pid=31233/tid=31241] ppid=31232 vsize=41388 CPUtime=26.34
/proc/31233/task/31241/stat : 31241 (pb_cplex) R 31232 31232 31197 0 -1 4202560 13048 0 0 0 2596 38 0 0 17 0 2 0 146009829 42381312 5058 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.49
Current children cumulated vsize (KiB) 50088

[startup+102.31 s]
/proc/loadavg: 1.61 0.65 0.24 3/109 31243
/proc/meminfo: memFree=1244348/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41392 CPUtime=179.94
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 116934 0 0 0 17702 292 0 0 18 0 2 0 146007753 42385408 5059 1992294400 134512640 146736320 4293267120 18446744073709551615 135453265 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10348 5059 1125 2985 0 6890 0
[pid=31233/tid=31241] ppid=31232 vsize=41392 CPUtime=73.08
/proc/31233/task/31241/stat : 31241 (pb_cplex) R 31232 31232 31197 0 -1 4202560 40436 0 0 0 7190 118 0 0 17 0 2 0 146009829 42385408 5059 1992294400 134512640 146736320 4293267120 18446744073709551615 136015583 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 179.94
Current children cumulated vsize (KiB) 50092

[startup+162.302 s]
/proc/loadavg: 1.75 0.87 0.33 3/109 31245
/proc/meminfo: memFree=1244224/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41964 CPUtime=284.03
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 148156 0 0 0 27951 452 0 0 17 0 2 0 146007753 42971136 5204 1992294400 134512640 146736320 4293267120 18446744073709551615 135526786 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31233/statm: 10491 5204 1126 2985 0 7033 0
[pid=31233/tid=31241] ppid=31232 vsize=41964 CPUtime=123.68
/proc/31233/task/31241/stat : 31241 (pb_cplex) R 31232 31232 31197 0 -1 4202560 41973 0 0 0 12176 192 0 0 16 0 2 0 146009829 42971136 5204 1992294400 134512640 146736320 4293267120 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 284.03
Current children cumulated vsize (KiB) 50664

[startup+222.302 s]
/proc/loadavg: 1.77 1.04 0.42 3/109 31247
/proc/meminfo: memFree=1243108/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=43120 CPUtime=385.41
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 173038 0 0 0 37932 609 0 0 17 0 2 0 146007753 44154880 5398 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10780 5398 1126 2985 0 7322 0
[pid=31233/tid=31241] ppid=31232 vsize=43120 CPUtime=174.03
/proc/31233/task/31241/stat : 31241 (pb_cplex) R 31232 31232 31197 0 -1 4202560 42785 0 0 0 17134 269 0 0 17 0 2 0 146009829 44154880 5398 1992294400 134512640 146736320 4293267120 18446744073709551615 138377180 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 385.41
Current children cumulated vsize (KiB) 51820

[startup+282.301 s]
/proc/loadavg: 1.61 1.12 0.49 2/109 31247
/proc/meminfo: memFree=1242984/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=43120 CPUtime=484.96
/proc/31233/stat : 31233 (pb_cplex) S 31232 31232 31197 0 -1 4202496 222858 0 0 0 47729 767 0 0 17 0 2 0 146007753 44154880 5440 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10780 5440 1126 2985 0 7322 0
[pid=31233/tid=31241] ppid=31232 vsize=43120 CPUtime=225.52
/proc/31233/task/31241/stat : 31241 (pb_cplex) R 31232 31232 31197 0 -1 4202560 72508 0 0 0 22202 350 0 0 17 0 2 0 146009829 44154880 5440 1992294400 134512640 146736320 4293267120 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 484.96
Current children cumulated vsize (KiB) 51820

[startup+342.301 s]
/proc/loadavg: 1.74 1.23 0.56 3/109 31249
/proc/meminfo: memFree=1244720/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=40404 CPUtime=936.22
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 613398 0 0 0 92076 1546 0 0 18 0 2 0 146007753 41373696 4620 1992294400 134512640 146736320 4293267120 18446744073709551615 135468684 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10101 4620 1126 2985 0 6643 0
[pid=31233/tid=31255] ppid=31232 vsize=40404 CPUtime=124.24
/proc/31233/task/31255/stat : 31255 (pb_cplex) S 31232 31232 31197 0 -1 4202560 153882 0 0 0 12195 229 0 0 18 0 2 0 146047350 41373696 4620 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 2 4096 16387 18446604437846614080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 936.22
Current children cumulated vsize (KiB) 49104

[startup+642.301 s]
/proc/loadavg: 1.54 1.37 0.80 3/109 31261
/proc/meminfo: memFree=1245836/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41876 CPUtime=1023.94
/proc/31233/stat : 31233 (pb_cplex) S 31232 31232 31197 0 -1 4202496 649688 0 0 0 100696 1698 0 0 16 0 2 0 146007753 42881024 4971 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10469 4971 1126 2985 0 7011 0
[pid=31233/tid=31255] ppid=31232 vsize=41876 CPUtime=169.61
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 177627 0 0 0 16653 308 0 0 16 0 2 0 146047350 42881024 4971 1992294400 134512640 146736320 4293267120 18446744073709551615 137447374 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1023.94
Current children cumulated vsize (KiB) 50576

[startup+702.302 s]
/proc/loadavg: 1.43 1.36 0.83 3/109 31263
/proc/meminfo: memFree=1244844/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41704 CPUtime=1112.42
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 741350 0 0 0 109370 1872 0 0 16 0 2 0 146007753 42704896 4910 1992294400 134512640 146736320 4293267120 18446744073709551615 135439596 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10426 4910 1126 2985 0 6968 0
[pid=31233/tid=31255] ppid=31232 vsize=41704 CPUtime=216.25
/proc/31233/task/31255/stat : 31255 (pb_cplex) S 31232 31232 31197 0 -1 4202560 235707 0 0 0 21225 400 0 0 17 0 2 0 146047350 42704896 4910 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 2 4096 16387 18446604437846614080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1112.42
Current children cumulated vsize (KiB) 50404

[startup+762.309 s]
/proc/loadavg: 1.42 1.38 0.87 2/109 31265
/proc/meminfo: memFree=1244720/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41728 CPUtime=1199.09
/proc/31233/stat : 31233 (pb_cplex) S 31232 31232 31197 0 -1 4202496 825638 0 0 0 117879 2030 0 0 16 0 2 0 146007753 42729472 5105 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10432 5105 1135 2985 0 6974 0
[pid=31233/tid=31255] ppid=31232 vsize=41728 CPUtime=262.36
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 282052 0 0 0 25755 481 0 0 17 0 2 0 146047350 42729472 5105 1992294400 134512640 146736320 4293267120 18446744073709551615 139039530 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 50428

[startup+822.301 s]
/proc/loadavg: 1.33 1.36 0.89 2/109 31267
/proc/meminfo: memFree=1245340/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=41684 CPUtime=1281.34
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 887454 0 0 0 125962 2172 0 0 16 0 2 0 146007753 42684416 4941 1992294400 134512640 146736320 4293267120 18446744073709551615 136401953 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31233/statm: 10421 4941 1127 2985 0 6963 0
[pid=31233/tid=31255] ppid=31232 vsize=41684 CPUtime=307.31
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 322342 0 0 0 30174 557 0 0 18 0 2 0 146047350 42684416 4941 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1281.34
Current children cumulated vsize (KiB) 50384

[startup+882.301 s]
/proc/loadavg: 1.71 1.44 0.95 2/109 31267
/proc/meminfo: memFree=1244348/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=42764 CPUtime=1384.34
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 928831 0 0 0 136042 2392 0 0 17 0 2 0 146007753 43790336 5023 1992294400 134512640 146736320 4293267120 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31233/statm: 10691 5023 1127 2985 0 7233 0
[pid=31233/tid=31255] ppid=31232 vsize=42764 CPUtime=357.63
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 328090 0 0 0 35095 668 0 0 16 0 2 0 146047350 43790336 5023 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1384.34
Current children cumulated vsize (KiB) 51464

[startup+942.301 s]
/proc/loadavg: 1.43 1.42 0.97 2/109 31269
/proc/meminfo: memFree=1244100/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=42756 CPUtime=1477.44
/proc/31233/stat : 31233 (pb_cplex) S 31232 31232 31197 0 -1 4202496 1000798 0 0 0 145162 2582 0 0 16 0 2 0 146007753 43782144 4962 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31233/statm: 10689 4962 1127 2985 0 7231 0
[pid=31233/tid=31255] ppid=31232 vsize=42756 CPUtime=403.35
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 341970 0 0 0 39580 755 0 0 16 0 2 0 146047350 43782144 4962 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1477.44
Current children cumulated vsize (KiB) 51456

[startup+1002.3 s]
/proc/loadavg: 1.55 1.45 1.00 2/109 31271
/proc/meminfo: memFree=1244968/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=42756 CPUtime=1564.26
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 1073846 0 0 0 153678 2748 0 0 16 0 2 0 146007753 43782144 4878 1992294400 134512640 146736320 4293267120 18446744073709551615 137382070 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31233/statm: 10689 4878 1127 2985 0 7231 0
[pid=31233/tid=31255] ppid=31232 vsize=42756 CPUtime=441.64
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 364774 0 0 0 43330 834 0 0 16 0 2 0 146047350 43782144 4878 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1564.26
Current children cumulated vsize (KiB) 51456

[startup+1062.3 s]
/proc/loadavg: 1.43 1.43 1.02 3/109 31273
/proc/meminfo: memFree=1245092/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=42756 CPUtime=1648.27
/proc/31233/stat : 31233 (pb_cplex) S 31232 31232 31197 0 -1 4202496 1152329 0 0 0 161926 2901 0 0 16 0 2 0 146007753 43782144 4977 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10689 4977 1127 2985 0 7231 0
[pid=31233/tid=31255] ppid=31232 vsize=42756 CPUtime=481.77
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 391859 0 0 0 47271 906 0 0 16 0 2 0 146047350 43782144 4977 1992294400 134512640 146736320 4293267120 18446744073709551615 135811968 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1648.27
Current children cumulated vsize (KiB) 51456

[startup+1122.3 s]
/proc/loadavg: 1.59 1.47 1.06 3/109 31275
/proc/meminfo: memFree=1244596/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=43780 CPUtime=1732.19
/proc/31233/stat : 31233 (pb_cplex) S 31232 31232 31197 0 -1 4202496 1265232 0 0 0 170150 3069 0 0 16 0 2 0 146007753 44830720 5305 1992294400 134512640 146736320 4293267120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10945 5305 1127 2985 0 7487 0
[pid=31233/tid=31255] ppid=31232 vsize=43780 CPUtime=525.1
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 444271 0 0 0 51520 990 0 0 17 0 2 0 146047350 44830720 5305 1992294400 134512640 146736320 4293267120 18446744073709551615 136487679 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.19
Current children cumulated vsize (KiB) 52480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1169.5 s]
/proc/loadavg: 1.63 1.49 1.08 2/109 31275
/proc/meminfo: memFree=1244472/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=42824 CPUtime=1800.01
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 1318948 0 0 0 176803 3198 0 0 17 0 2 0 146007753 43851776 4987 1992294400 134512640 146736320 4293267120 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10706 4987 1127 2985 0 7248 0
[pid=31233/tid=31255] ppid=31232 vsize=42824 CPUtime=558.91
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 465500 0 0 0 54839 1052 0 0 16 0 2 0 146047350 43851776 4987 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 51524

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

[startup+1169.5 s]
/proc/loadavg: 1.63 1.49 1.08 2/109 31275
/proc/meminfo: memFree=1244472/2059040 swapFree=4139312/4192956
[pid=31232] ppid=31230 vsize=8700 CPUtime=0
/proc/31232/stat : 31232 (run) S 31230 31232 31197 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146007752 8908800 248 1992294400 4194304 4922060 140734948167344 18446744073709551615 212588928133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31232/statm: 2175 248 208 178 0 68 0
[pid=31233] ppid=31232 vsize=42824 CPUtime=1800.01
/proc/31233/stat : 31233 (pb_cplex) R 31232 31232 31197 0 -1 4202496 1318948 0 0 0 176803 3198 0 0 17 0 2 0 146007753 43851776 4987 1992294400 134512640 146736320 4293267120 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31233/statm: 10706 4987 1127 2985 0 7248 0
[pid=31233/tid=31255] ppid=31232 vsize=42824 CPUtime=558.91
/proc/31233/task/31255/stat : 31255 (pb_cplex) R 31232 31232 31197 0 -1 4202560 465500 0 0 0 54839 1052 0 0 16 0 2 0 146047350 43851776 4987 1992294400 134512640 146736320 4293267120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 51524

Child status: 0
Real time (s): 1169.52
CPU time (s): 1800.03
CPU user time (s): 1768.04
CPU system time (s): 31.9901
CPU usage (%): 153.912
Max. virtual memory (cumulated for all children) (KiB): 55664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.04
system time used= 31.9901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1319323
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= 724947
involuntary context switches= 29825

runsolver used 2.18867 second user time and 6.10307 second system time

The end

Launcher Data

Begin job on node083 at 2010-07-02 07:05:40
IDJOB=2696849
IDBENCH=47883
IDSOLVER=1209
FILE ID=node083/2696849-1278047140
PBS_JOBID= 11198832
Free space on /tmp= 62508 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=107-P1=7-P2=73-P3=61-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696849-1278047140/watcher-2696849-1278047140 -o /tmp/evaluation-result-2696849-1278047140/solver-2696849-1278047140 -C 1800 -W 2000 -M 1800  run HOME/instance-2696849-1278047140.opb

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

MD5SUM BENCH= aca556d38b23293c39a313a437063f67
RANDOM SEED=137356351

node083.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.262
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.52
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.262
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.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1263948 kB
Buffers:        197904 kB
Cached:         482496 kB
SwapCached:       6856 kB
Active:         288544 kB
Inactive:       405552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1263948 kB
SwapTotal:     4192956 kB
SwapFree:      4139312 kB
Dirty:           16900 kB
Writeback:           0 kB
AnonPages:       11680 kB
Mapped:          11924 kB
Slab:            78968 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182364 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-2696849-1278047140.opb

Free space on /tmp at the end= 62492 MiB
End job on node083 at 2010-07-02 07:25:10