Trace number 2697067

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.09 1083.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=131-P1=89-P2=127-P3=37-B.opb
MD5SUMb163134236a18751e6971651a3b5a0d9
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.418935
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-2697067-1278049323.opb.
0.00/0.00	c Instance file HOME/instance-2697067-1278049323.opb
0.00/0.00	c File size is 10838 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.07/1083.61	c Remaining time 1799.99 sec.
1800.07/1083.61	c 
1800.07/1083.61	c *** INTERRUPTED ***
1800.07/1083.61	s UNKNOWN
1800.07/1083.61	c Total CPU time              : 1761.51 s
1800.07/1083.61	c Memory used           : 43.59 MB
1800.07/1083.61	c CPU time              : 1761.51 s
1800.07/1083.61	c 
1800.07/1083.61	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-2697067-1278049323/watcher-2697067-1278049323 -o /tmp/evaluation-result-2697067-1278049323/solver-2697067-1278049323 -C 1800 -W 2000 -M 1800 run HOME/instance-2697067-1278049323.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.87 1.89 1.66 3/107 26713
/proc/meminfo: memFree=1316248/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) R 26711 26713 26533 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177161109 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0

[startup+0.089683 s]
/proc/loadavg: 1.87 1.89 1.66 3/107 26713
/proc/meminfo: memFree=1316248/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102875 s]
/proc/loadavg: 1.87 1.89 1.66 3/107 26713
/proc/meminfo: memFree=1316248/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30187 s]
/proc/loadavg: 1.87 1.89 1.66 3/107 26713
/proc/meminfo: memFree=1316248/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700859 s]
/proc/loadavg: 1.87 1.89 1.66 3/107 26713
/proc/meminfo: memFree=1316248/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50084 s]
/proc/loadavg: 1.87 1.89 1.66 3/110 26720
/proc/meminfo: memFree=1310148/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=32032 CPUtime=2.39
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 8794 0 0 0 230 9 0 0 17 0 2 0 178588015 32800768 2628 1992294400 134512640 146736320 4290243744 18446744073709551615 137174931 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 8008 2628 1072 2985 0 4550 0
[pid=26714/tid=26720] ppid=26713 vsize=32032 CPUtime=0.91
/proc/26714/task/26720/stat : 26720 (pb_cplex) R 26713 26713 26533 0 -1 4202560 2398 0 0 0 89 2 0 0 18 0 2 0 178588067 32800768 2628 1992294400 134512640 146736320 4290243744 18446744073709551615 137174014 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 40732

[startup+3.10179 s]
/proc/loadavg: 1.80 1.88 1.65 3/110 26720
/proc/meminfo: memFree=1308412/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=35848 CPUtime=5.24
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 17753 0 0 0 507 17 0 0 16 0 2 0 178588015 36708352 3359 1992294400 134512640 146736320 4290243744 18446744073709551615 135846916 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 8962 3359 1082 2985 0 5504 0
[pid=26714/tid=26720] ppid=26713 vsize=35848 CPUtime=2.4
/proc/26714/task/26720/stat : 26720 (pb_cplex) R 26713 26713 26533 0 -1 4202560 6356 0 0 0 234 6 0 0 18 0 2 0 178588067 36708352 3359 1992294400 134512640 146736320 4290243744 18446744073709551615 136403132 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) 44548

[startup+6.30071 s]
/proc/loadavg: 1.80 1.88 1.65 3/110 26720
/proc/meminfo: memFree=1303328/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=40976 CPUtime=10.73
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 34118 0 0 0 1041 32 0 0 16 0 2 0 178588015 41959424 4654 1992294400 134512640 146736320 4290243744 18446744073709551615 139028313 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 10244 4654 1078 2985 0 6786 0
[pid=26714/tid=26720] ppid=26713 vsize=40976 CPUtime=5.3
/proc/26714/task/26720/stat : 26720 (pb_cplex) R 26713 26713 26533 0 -1 4202560 16786 0 0 0 516 14 0 0 18 0 2 0 178588067 41959424 4654 1992294400 134512640 146736320 4290243744 18446744073709551615 136364001 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.73
Current children cumulated vsize (KiB) 49676

[startup+12.7015 s]
/proc/loadavg: 1.75 1.86 1.65 2/110 26720
/proc/meminfo: memFree=1299856/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=44080 CPUtime=21.49
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 42283 0 0 0 2104 45 0 0 16 0 2 0 178588015 45137920 5283 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 11020 5283 1074 2985 0 7562 0
[pid=26714/tid=26720] ppid=26713 vsize=44080 CPUtime=11.17
/proc/26714/task/26720/stat : 26720 (pb_cplex) R 26713 26713 26533 0 -1 4202560 21138 0 0 0 1096 21 0 0 17 0 2 0 178588067 45137920 5283 1992294400 134512640 146736320 4290243744 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 52780

[startup+25.5002 s]
/proc/loadavg: 1.72 1.85 1.65 3/110 26720
/proc/meminfo: memFree=1298864/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42072 CPUtime=41.67
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 54996 0 0 0 4096 71 0 0 17 0 2 0 178588015 43081728 5187 1992294400 134512640 146736320 4290243744 18446744073709551615 135982683 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 10518 5187 1116 2985 0 7060 0
[pid=26714/tid=26720] ppid=26713 vsize=42072 CPUtime=20.18
/proc/26714/task/26720/stat : 26720 (pb_cplex) R 26713 26713 26533 0 -1 4202560 29907 0 0 0 1983 35 0 0 16 0 2 0 178588067 43081728 5187 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.67
Current children cumulated vsize (KiB) 50772

[startup+51.1005 s]
/proc/loadavg: 1.81 1.86 1.66 2/110 26722
/proc/meminfo: memFree=1298368/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42988 CPUtime=86.07
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 81132 0 0 0 8470 137 0 0 16 0 2 0 178588015 44019712 5364 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 10747 5364 1115 2985 0 7289 0
[pid=26714/tid=26720] ppid=26713 vsize=42988 CPUtime=43.19
/proc/26714/task/26720/stat : 26720 (pb_cplex) R 26713 26713 26533 0 -1 4202560 45445 0 0 0 4249 70 0 0 17 0 2 0 178588067 44019712 5364 1992294400 134512640 146736320 4290243744 18446744073709551615 135454134 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.07
Current children cumulated vsize (KiB) 51688

[startup+102.31 s]
/proc/loadavg: 1.53 1.77 1.64 2/110 26724
/proc/meminfo: memFree=1301716/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=39844 CPUtime=164.51
/proc/26714/stat : 26714 (pb_cplex) S 26713 26713 26533 0 -1 4202496 138089 0 0 0 16183 268 0 0 16 0 2 0 178588015 40800256 4358 1992294400 134512640 146736320 4290243744 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 9961 4358 1122 2985 0 6503 0
[pid=26714/tid=26724] ppid=26713 vsize=39844 CPUtime=29
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 4829 0 0 0 2858 42 0 0 16 0 2 0 178594281 40800256 4358 1992294400 134512640 146736320 4290243744 18446744073709551615 138706315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 164.51
Current children cumulated vsize (KiB) 48544

[startup+162.301 s]
/proc/loadavg: 1.81 1.80 1.65 2/110 26726
/proc/meminfo: memFree=1301592/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=40336 CPUtime=258.62
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 227234 0 0 0 25393 469 0 0 16 0 2 0 178588015 41304064 4440 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 10084 4440 1124 2985 0 6626 0
[pid=26714/tid=26724] ppid=26713 vsize=40336 CPUtime=73.63
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 14768 0 0 0 7235 128 0 0 16 0 2 0 178594281 41304064 4440 1992294400 134512640 146736320 4290243744 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 258.62
Current children cumulated vsize (KiB) 49036

[startup+222.301 s]
/proc/loadavg: 1.59 1.74 1.64 3/110 26728
/proc/meminfo: memFree=1301220/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=39844 CPUtime=357.5
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 269729 0 0 0 35063 687 0 0 18 0 2 0 178588015 40800256 4465 1992294400 134512640 146736320 4290243744 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 9961 4465 1124 2985 0 6503 0
[pid=26714/tid=26724] ppid=26713 vsize=39844 CPUtime=120.49
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 37720 0 0 0 11812 237 0 0 17 0 2 0 178594281 40800256 4465 1992294400 134512640 146736320 4290243744 18446744073709551615 135450781 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 357.5
Current children cumulated vsize (KiB) 48544

[startup+282.302 s]
/proc/loadavg: 1.81 1.77 1.65 3/110 26730
/proc/meminfo: memFree=1300724/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=39844 CPUtime=455.94
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 330404 0 0 0 44699 895 0 0 16 0 2 0 178588015 40800256 4463 1992294400 134512640 146736320 4290243744 18446744073709551615 136015583 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 9961 4463 1124 2985 0 6503 0
[pid=26714/tid=26724] ppid=26713 vsize=39844 CPUtime=168.32
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 74202 0 0 0 16491 341 0 0 16 0 2 0 178594281 40800256 4463 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 455.94
Current children cumulated vsize (KiB) 48544

[startup+342.301 s]
/proc/loadavg: 1.52 1.69 1.63 3/110 26732
/proc/meminfo: memFree=1301352/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=40164 CPUtime=769.72
/proc/26714/stat : 26714 (pb_cplex) S 26713 26713 26533 0 -1 4202496 444315 0 0 0 75355 1617 0 0 17 0 2 0 178588015 41127936 4618 1992294400 134512640 146736320 4290243744 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 10041 4618 1125 2985 0 6583 0
[pid=26714/tid=26724] ppid=26713 vsize=40164 CPUtime=320.81
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 127248 0 0 0 31385 696 0 0 17 0 2 0 178594281 41127936 4618 1992294400 134512640 146736320 4290243744 18446744073709551615 135450735 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 769.72
Current children cumulated vsize (KiB) 48864

[startup+522.301 s]
/proc/loadavg: 1.84 1.73 1.65 3/110 26736
/proc/meminfo: memFree=1299864/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=41188 CPUtime=874.6
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 469319 0 0 0 85601 1859 0 0 17 0 2 0 178588015 42176512 4817 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 10297 4817 1125 2985 0 6839 0
[pid=26714/tid=26724] ppid=26713 vsize=41188 CPUtime=372.54
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 135331 0 0 0 36440 814 0 0 17 0 2 0 178594281 42176512 4817 1992294400 134512640 146736320 4290243744 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 874.6
Current children cumulated vsize (KiB) 49888

[startup+582.302 s]
/proc/loadavg: 1.73 1.70 1.64 3/110 26738
/proc/meminfo: memFree=1300112/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=40784 CPUtime=967.14
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 540061 0 0 0 94661 2053 0 0 17 0 2 0 178588015 41762816 4723 1992294400 134512640 146736320 4290243744 18446744073709551615 135846482 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 10196 4723 1125 2985 0 6738 0
[pid=26714/tid=26724] ppid=26713 vsize=40784 CPUtime=420.92
/proc/26714/task/26724/stat : 26724 (pb_cplex) S 26713 26713 26533 0 -1 4202560 180316 0 0 0 41178 914 0 0 16 0 2 0 178594281 41762816 4723 1992294400 134512640 146736320 4290243744 18446744073709551615 144580073 0 2 4096 16387 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 967.14
Current children cumulated vsize (KiB) 49484

[startup+642.301 s]
/proc/loadavg: 1.58 1.66 1.63 2/110 26740
/proc/meminfo: memFree=1300360/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=41252 CPUtime=1056.59
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 613264 0 0 0 103414 2245 0 0 16 0 2 0 178588015 42242048 4814 1992294400 134512640 146736320 4290243744 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 10313 4814 1125 2985 0 6855 0
[pid=26714/tid=26724] ppid=26713 vsize=41252 CPUtime=466.02
/proc/26714/task/26724/stat : 26724 (pb_cplex) S 26713 26713 26533 0 -1 4202560 235439 0 0 0 45581 1021 0 0 16 0 2 0 178594281 42242048 4814 1992294400 134512640 146736320 4290243744 18446744073709551615 144580073 0 2 4096 16387 18446604437835065152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1056.59
Current children cumulated vsize (KiB) 49952

[startup+702.301 s]
/proc/loadavg: 1.61 1.66 1.63 3/110 26740
/proc/meminfo: memFree=1299368/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42276 CPUtime=1157.25
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 641159 0 0 0 113269 2456 0 0 17 0 2 0 178588015 43290624 4947 1992294400 134512640 146736320 4290243744 18446744073709551615 144715396 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 10569 4947 1125 2985 0 7111 0
[pid=26714/tid=26724] ppid=26713 vsize=42276 CPUtime=515.4
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 252137 0 0 0 50413 1127 0 0 16 0 2 0 178594281 43290624 4947 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1157.25
Current children cumulated vsize (KiB) 50976

[startup+762.309 s]
/proc/loadavg: 1.72 1.68 1.64 2/110 26742
/proc/meminfo: memFree=1299244/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42276 CPUtime=1262.65
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 648344 0 0 0 123583 2682 0 0 16 0 2 0 178588015 43290624 4949 1992294400 134512640 146736320 4290243744 18446744073709551615 137344297 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 10569 4949 1125 2985 0 7111 0
[pid=26714/tid=26724] ppid=26713 vsize=42276 CPUtime=568.24
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 254709 0 0 0 55581 1243 0 0 16 0 2 0 178594281 43290624 4949 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1262.65
Current children cumulated vsize (KiB) 50976

[startup+822.301 s]
/proc/loadavg: 1.74 1.69 1.64 3/110 26744
/proc/meminfo: memFree=1299244/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42276 CPUtime=1363.76
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 683340 0 0 0 133475 2901 0 0 16 0 2 0 178588015 43290624 4951 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 10569 4951 1125 2985 0 7111 0
[pid=26714/tid=26724] ppid=26713 vsize=42276 CPUtime=618.29
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 281067 0 0 0 60477 1352 0 0 16 0 2 0 178594281 43290624 4951 1992294400 134512640 146736320 4290243744 18446744073709551615 136015583 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1363.76
Current children cumulated vsize (KiB) 50976

[startup+882.301 s]
/proc/loadavg: 1.60 1.65 1.63 3/110 26746
/proc/meminfo: memFree=1299244/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42324 CPUtime=1453.12
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 729101 0 0 0 142229 3083 0 0 16 0 2 0 178588015 43339776 4932 1992294400 134512640 146736320 4290243744 18446744073709551615 144730825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 10581 4932 1125 2985 0 7123 0
[pid=26714/tid=26724] ppid=26713 vsize=42324 CPUtime=661.96
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 307243 0 0 0 64753 1443 0 0 16 0 2 0 178594281 43339776 4932 1992294400 134512640 146736320 4290243744 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1453.12
Current children cumulated vsize (KiB) 51024

[startup+942.302 s]
/proc/loadavg: 1.69 1.65 1.63 3/110 26748
/proc/meminfo: memFree=1299244/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42324 CPUtime=1559.46
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 746161 0 0 0 152620 3326 0 0 18 0 2 0 178588015 43339776 4938 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 10581 4938 1125 2985 0 7123 0
[pid=26714/tid=26724] ppid=26713 vsize=42324 CPUtime=715.48
/proc/26714/task/26724/stat : 26724 (pb_cplex) R 26713 26713 26533 0 -1 4202560 318714 0 0 0 69987 1561 0 0 18 0 2 0 178594281 43339776 4938 1992294400 134512640 146736320 4290243744 18446744073709551615 137460192 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1559.46
Current children cumulated vsize (KiB) 51024

[startup+1002.3 s]
/proc/loadavg: 1.68 1.67 1.64 2/110 26748
/proc/meminfo: memFree=1298748/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=42324 CPUtime=1660.43
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 772331 0 0 0 162499 3544 0 0 16 0 2 0 178588015 43339776 5093 1992294400 134512640 146736320 4290243744 18446744073709551615 136475873 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 10581 5093 1125 2985 0 7123 0
[pid=26714/tid=26724] ppid=26713 vsize=42324 CPUtime=763.65
/proc/26714/task/26724/stat : 26724 (pb_cplex) S 26713 26713 26533 0 -1 4202560 331079 0 0 0 74697 1668 0 0 16 0 2 0 178594281 43339776 5093 1992294400 134512640 146736320 4290243744 18446744073709551615 144580073 0 2 4096 16387 18446604437835065152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1660.43
Current children cumulated vsize (KiB) 51024

[startup+1062.3 s]
/proc/loadavg: 1.80 1.70 1.64 3/110 26751
/proc/meminfo: memFree=1297880/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=44372 CPUtime=1760.91
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 814575 0 0 0 172324 3767 0 0 17 0 2 0 178588015 45436928 5399 1992294400 134512640 146736320 4290243744 18446744073709551615 139041192 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26714/statm: 11093 5399 1125 2985 0 7635 0
[pid=26714/tid=26751] ppid=26713 vsize=44372 CPUtime=27.42
/proc/26714/task/26751/stat : 26751 (pb_cplex) R 26713 26713 26533 0 -1 4202560 403 0 0 0 2680 62 0 0 18 0 2 0 178691187 45436928 5399 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1760.91
Current children cumulated vsize (KiB) 53072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1083.6 s]
/proc/loadavg: 1.93 1.73 1.66 2/110 26751
/proc/meminfo: memFree=1297880/2059040 swapFree=4139232/4192956
[pid=26713] ppid=26711 vsize=8700 CPUtime=0
/proc/26713/stat : 26713 (run) S 26711 26713 26533 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 178588015 8908800 249 1992294400 4194304 4922060 140736646714784 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26713/statm: 2175 249 208 178 0 68 0
[pid=26714] ppid=26713 vsize=44636 CPUtime=1800.07
/proc/26714/stat : 26714 (pb_cplex) R 26713 26713 26533 0 -1 4202496 814632 0 0 0 176150 3857 0 0 18 0 2 0 178588015 45707264 5427 1992294400 134512640 146736320 4290243744 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26714/statm: 11159 5427 1125 2985 0 7701 0
[pid=26714/tid=26751] ppid=26713 vsize=44636 CPUtime=46.51
/proc/26714/task/26751/stat : 26751 (pb_cplex) R 26713 26713 26533 0 -1 4202560 412 0 0 0 4545 106 0 0 17 0 2 0 178691187 45707264 5427 1992294400 134512640 146736320 4290243744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 53336

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

Child status: 0
Real time (s): 1083.62
CPU time (s): 1800.09
CPU user time (s): 1761.51
CPU system time (s): 38.5791
CPU usage (%): 166.119
Max. virtual memory (cumulated for all children) (KiB): 55312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.51
system time used= 38.5791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 815006
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= 1047900
involuntary context switches= 29215

runsolver used 2.18967 second user time and 5.53816 second system time

The end

Launcher Data

Begin job on node025 at 2010-07-02 07:42:03
IDJOB=2697067
IDBENCH=48101
IDSOLVER=1209
FILE ID=node025/2697067-1278049323
PBS_JOBID= 11198864
Free space on /tmp= 62368 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=131-P1=89-P2=127-P3=37-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697067-1278049323/watcher-2697067-1278049323 -o /tmp/evaluation-result-2697067-1278049323/solver-2697067-1278049323 -C 1800 -W 2000 -M 1800  run HOME/instance-2697067-1278049323.opb

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

MD5SUM BENCH= b163134236a18751e6971651a3b5a0d9
RANDOM SEED=506061219

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1317032 kB
Buffers:        206792 kB
Cached:         416624 kB
SwapCached:       7972 kB
Active:         329168 kB
Inactive:       309312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1317032 kB
SwapTotal:     4192956 kB
SwapFree:      4139232 kB
Dirty:           16640 kB
Writeback:           4 kB
AnonPages:       12764 kB
Mapped:          12000 kB
Slab:            81452 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183040 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-2697067-1278049323.opb

Free space on /tmp at the end= 62352 MiB
End job on node025 at 2010-07-02 08:00:06