Trace number 2697001

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.21 1025.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=11-P1=23-P2=2-P3=5-P4=29-P5=7-P6=23-P7=17-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.45493
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-2697001-1278048405.opb.
0.00/0.00	c Instance file HOME/instance-2697001-1278048405.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.19/1025.01	c Remaining time 1799.99 sec.
1800.19/1025.01	c 
1800.19/1025.01	c *** INTERRUPTED ***
1800.19/1025.01	s UNKNOWN
1800.19/1025.01	c Total CPU time              : 1768.36 s
1800.19/1025.01	c Memory used           : 44.77 MB
1800.19/1025.01	c CPU time              : 1768.36 s
1800.19/1025.01	c 
1800.19/1025.01	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-2697001-1278048405/watcher-2697001-1278048405 -o /tmp/evaluation-result-2697001-1278048405/solver-2697001-1278048405 -C 1800 -W 2000 -M 1800 run HOME/instance-2697001-1278048405.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.66 1.67 1.24 3/106 26128
/proc/meminfo: memFree=1328648/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) R 26126 26128 25966 0 -1 4202496 348 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316987285 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0

[startup+0.050866 s]
/proc/loadavg: 1.66 1.67 1.24 3/106 26128
/proc/meminfo: memFree=1328648/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100865 s]
/proc/loadavg: 1.66 1.67 1.24 3/106 26128
/proc/meminfo: memFree=1328648/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303321 s]
/proc/loadavg: 1.66 1.67 1.24 3/106 26128
/proc/meminfo: memFree=1328648/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.705854 s]
/proc/loadavg: 1.66 1.67 1.24 3/106 26128
/proc/meminfo: memFree=1328648/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50184 s]
/proc/loadavg: 1.66 1.67 1.24 3/109 26133
/proc/meminfo: memFree=1322300/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=32452 CPUtime=2.33
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 10433 0 0 0 224 9 0 0 17 0 2 0 180442088 33230848 2689 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 8113 2689 1074 2985 0 4655 0
[pid=26129/tid=26133] ppid=26128 vsize=32452 CPUtime=0.83
/proc/26129/task/26133/stat : 26133 (pb_cplex) R 26128 26128 25966 0 -1 4202560 3745 0 0 0 80 3 0 0 17 0 2 0 180442139 33230848 2689 1992294400 134512640 146736320 4287885904 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 41152

[startup+3.10281 s]
/proc/loadavg: 1.61 1.66 1.23 2/109 26133
/proc/meminfo: memFree=1319820/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=36556 CPUtime=5.1
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 19083 0 0 0 494 16 0 0 17 0 2 0 180442088 37433344 3550 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 9139 3550 1091 2985 0 5681 0
[pid=26129/tid=26133] ppid=26128 vsize=36556 CPUtime=2.19
/proc/26129/task/26133/stat : 26133 (pb_cplex) R 26128 26128 25966 0 -1 4202560 8800 0 0 0 211 8 0 0 16 0 2 0 180442139 37433344 3550 1992294400 134512640 146736320 4287885904 18446744073709551615 135850428 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 45256

[startup+6.30075 s]
/proc/loadavg: 1.61 1.66 1.23 3/109 26133
/proc/meminfo: memFree=1317340/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=36936 CPUtime=10.77
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 25696 0 0 0 1052 25 0 0 18 0 2 0 180442088 37822464 3714 1992294400 134512640 146736320 4287885904 18446744073709551615 136008176 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 9234 3714 1074 2985 0 5776 0
[pid=26129/tid=26133] ppid=26128 vsize=36936 CPUtime=4.91
/proc/26129/task/26133/stat : 26133 (pb_cplex) R 26128 26128 25966 0 -1 4202560 10763 0 0 0 480 11 0 0 16 0 2 0 180442139 37822464 3714 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 45636

[startup+12.7015 s]
/proc/loadavg: 1.59 1.65 1.24 2/109 26133
/proc/meminfo: memFree=1315108/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=39504 CPUtime=21.89
/proc/26129/stat : 26129 (pb_cplex) S 26128 26128 25966 0 -1 4202496 42848 0 0 0 2145 44 0 0 16 0 2 0 180442088 40452096 4377 1992294400 134512640 146736320 4287885904 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 9876 4377 1092 2985 0 6418 0
[pid=26129/tid=26133] ppid=26128 vsize=39504 CPUtime=10.49
/proc/26129/task/26133/stat : 26133 (pb_cplex) R 26128 26128 25966 0 -1 4202560 19243 0 0 0 1029 20 0 0 16 0 2 0 180442139 40452096 4377 1992294400 134512640 146736320 4287885904 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.89
Current children cumulated vsize (KiB) 48204

[startup+25.5008 s]
/proc/loadavg: 1.57 1.65 1.24 2/109 26133
/proc/meminfo: memFree=1312504/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=40884 CPUtime=40.95
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 51092 0 0 0 4029 66 0 0 16 0 2 0 180442088 41865216 4757 1992294400 134512640 146736320 4287885904 18446744073709551615 135468697 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 10221 4757 1100 2985 0 6763 0
[pid=26129/tid=26133] ppid=26128 vsize=40884 CPUtime=17.82
/proc/26129/task/26133/stat : 26133 (pb_cplex) R 26128 26128 25966 0 -1 4202560 20836 0 0 0 1752 30 0 0 16 0 2 0 180442139 41865216 4757 1992294400 134512640 146736320 4287885904 18446744073709551615 135850724 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.95
Current children cumulated vsize (KiB) 49584

[startup+51.1014 s]
/proc/loadavg: 1.66 1.66 1.25 3/109 26135
/proc/meminfo: memFree=1311140/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=42996 CPUtime=85.49
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 72147 0 0 0 8417 132 0 0 16 0 2 0 180442088 44027904 5249 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 10749 5249 1103 2985 0 7291 0
[pid=26129/tid=26133] ppid=26128 vsize=42996 CPUtime=39.82
/proc/26129/task/26133/stat : 26133 (pb_cplex) R 26128 26128 25966 0 -1 4202560 30811 0 0 0 3919 63 0 0 16 0 2 0 180442139 44027904 5249 1992294400 134512640 146736320 4287885904 18446744073709551615 135455446 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.49
Current children cumulated vsize (KiB) 51696

[startup+102.31 s]
/proc/loadavg: 1.79 1.70 1.29 3/109 26135
/proc/meminfo: memFree=1311016/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=43220 CPUtime=175.52
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 88065 0 0 0 17277 275 0 0 16 0 2 0 180442088 44257280 5208 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 10805 5208 1103 2985 0 7347 0
[pid=26129/tid=26133] ppid=26128 vsize=43220 CPUtime=83.82
/proc/26129/task/26133/stat : 26133 (pb_cplex) R 26128 26128 25966 0 -1 4202560 39260 0 0 0 8250 132 0 0 16 0 2 0 180442139 44257280 5208 1992294400 134512640 146736320 4287885904 18446744073709551615 136494641 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 175.52
Current children cumulated vsize (KiB) 51920

[startup+162.301 s]
/proc/loadavg: 1.82 1.72 1.32 3/109 26141
/proc/meminfo: memFree=1309032/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45308 CPUtime=278.37
/proc/26129/stat : 26129 (pb_cplex) S 26128 26128 25966 0 -1 4202496 152481 0 0 0 27382 455 0 0 16 0 2 0 180442088 46395392 5573 1992294400 134512640 146736320 4287885904 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 11327 5573 1119 2985 0 7869 0
[pid=26129/tid=26141] ppid=26128 vsize=45308 CPUtime=36.68
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 21914 0 0 0 3608 60 0 0 16 0 2 0 180454056 46395392 5573 1992294400 134512640 146736320 4287885904 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 278.37
Current children cumulated vsize (KiB) 54008

[startup+222.301 s]
/proc/loadavg: 1.69 1.69 1.33 3/109 26143
/proc/meminfo: memFree=1308908/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45308 CPUtime=383.28
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 182497 0 0 0 37700 628 0 0 16 0 2 0 180442088 46395392 5607 1992294400 134512640 146736320 4287885904 18446744073709551615 135451523 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11327 5607 1119 2985 0 7869 0
[pid=26129/tid=26141] ppid=26128 vsize=45308 CPUtime=88.53
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 29404 0 0 0 8714 139 0 0 16 0 2 0 180454056 46395392 5607 1992294400 134512640 146736320 4287885904 18446744073709551615 138443535 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 383.28
Current children cumulated vsize (KiB) 54008

[startup+282.302 s]
/proc/loadavg: 1.77 1.71 1.36 2/109 26145
/proc/meminfo: memFree=1308908/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45308 CPUtime=488.24
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 227147 0 0 0 48008 816 0 0 16 0 2 0 180442088 46395392 5610 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 11327 5610 1119 2985 0 7869 0
[pid=26129/tid=26141] ppid=26128 vsize=45308 CPUtime=142.17
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 38855 0 0 0 13987 230 0 0 17 0 2 0 180454056 46395392 5610 1992294400 134512640 146736320 4287885904 18446744073709551615 136388073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 488.24
Current children cumulated vsize (KiB) 54008

[startup+342.301 s]
/proc/loadavg: 1.78 1.72 1.38 3/109 26145
/proc/meminfo: memFree=1308908/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=44816 CPUtime=701.21
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 280342 0 0 0 68920 1201 0 0 17 0 2 0 180442088 45891584 5583 1992294400 134512640 146736320 4287885904 18446744073709551615 136015727 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 11204 5583 1119 2985 0 7746 0
[pid=26129/tid=26141] ppid=26128 vsize=44816 CPUtime=248.27
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 57372 0 0 0 24399 428 0 0 17 0 2 0 180454056 45891584 5583 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.21
Current children cumulated vsize (KiB) 53516

[startup+462.301 s]
/proc/loadavg: 1.79 1.74 1.43 3/109 26149
/proc/meminfo: memFree=1307916/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=808.55
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 303764 0 0 0 79466 1389 0 0 17 0 2 0 180442088 46940160 5903 1992294400 134512640 146736320 4287885904 18446744073709551615 135963885 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 11460 5903 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=302.31
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 75150 0 0 0 29704 527 0 0 17 0 2 0 180454056 46940160 5903 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 808.55
Current children cumulated vsize (KiB) 54540

[startup+522.301 s]
/proc/loadavg: 1.76 1.75 1.45 3/109 26151
/proc/meminfo: memFree=1307420/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=916.39
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 318624 0 0 0 90061 1578 0 0 16 0 2 0 180442088 46940160 5960 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5960 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=355.41
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 80861 0 0 0 34916 625 0 0 16 0 2 0 180454056 46940160 5960 1992294400 134512640 146736320 4287885904 18446744073709551615 135468694 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 916.39
Current children cumulated vsize (KiB) 54540

[startup+582.3 s]
/proc/loadavg: 1.79 1.76 1.47 3/109 26153
/proc/meminfo: memFree=1307916/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1021.12
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 342910 0 0 0 100331 1781 0 0 18 0 2 0 180442088 46940160 5801 1992294400 134512640 146736320 4287885904 18446744073709551615 135526931 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5801 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=406.09
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 94187 0 0 0 39887 722 0 0 16 0 2 0 180454056 46940160 5801 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1021.12
Current children cumulated vsize (KiB) 54540

[startup+642.301 s]
/proc/loadavg: 1.72 1.74 1.48 3/109 26155
/proc/meminfo: memFree=1307916/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1126.45
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 354610 0 0 0 110672 1973 0 0 17 0 2 0 180442088 46940160 5803 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 11460 5803 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=456.26
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 103204 0 0 0 44810 816 0 0 16 0 2 0 180454056 46940160 5803 1992294400 134512640 146736320 4287885904 18446744073709551615 139039537 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1126.45
Current children cumulated vsize (KiB) 54540

[startup+702.301 s]
/proc/loadavg: 1.89 1.79 1.51 3/109 26155
/proc/meminfo: memFree=1307916/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1235.06
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 370047 0 0 0 121333 2173 0 0 18 0 2 0 180442088 46940160 5846 1992294400 134512640 146736320 4287885904 18446744073709551615 139023098 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5846 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=508.32
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 114051 0 0 0 49913 919 0 0 16 0 2 0 180454056 46940160 5846 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1235.06
Current children cumulated vsize (KiB) 54540

[startup+762.309 s]
/proc/loadavg: 1.67 1.75 1.51 2/109 26157
/proc/meminfo: memFree=1307916/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1342.26
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 380111 0 0 0 131861 2365 0 0 17 0 2 0 180442088 46940160 5846 1992294400 134512640 146736320 4287885904 18446744073709551615 136015579 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5846 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=559.68
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 119285 0 0 0 54953 1015 0 0 16 0 2 0 180454056 46940160 5846 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1342.26
Current children cumulated vsize (KiB) 54540

[startup+822.301 s]
/proc/loadavg: 1.65 1.73 1.52 4/109 26159
/proc/meminfo: memFree=1307296/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1448.71
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 420602 0 0 0 142305 2566 0 0 18 0 2 0 180442088 46940160 5916 1992294400 134512640 146736320 4287885904 18446744073709551615 137015823 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5916 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=610.9
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 120824 0 0 0 59985 1105 0 0 16 0 2 0 180454056 46940160 5916 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1448.71
Current children cumulated vsize (KiB) 54540

[startup+882.301 s]
/proc/loadavg: 1.81 1.76 1.54 3/109 26161
/proc/meminfo: memFree=1307544/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=46864 CPUtime=1550.06
/proc/26129/stat : 26129 (pb_cplex) S 26128 26128 25966 0 -1 4202496 444995 0 0 0 152251 2755 0 0 17 0 2 0 180442088 47988736 6064 1992294400 134512640 146736320 4287885904 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26129/statm: 11716 6064 1119 2985 0 8258 0
[pid=26129/tid=26141] ppid=26128 vsize=46864 CPUtime=659.52
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 137342 0 0 0 64750 1202 0 0 15 0 2 0 180454056 47988736 6064 1992294400 134512640 146736320 4287885904 18446744073709551615 138711576 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1550.06
Current children cumulated vsize (KiB) 55564

[startup+942.302 s]
/proc/loadavg: 1.89 1.79 1.56 3/109 26161
/proc/meminfo: memFree=1307296/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1654.8
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 458007 0 0 0 162545 2935 0 0 17 0 2 0 180442088 46940160 5923 1992294400 134512640 146736320 4287885904 18446744073709551615 135963982 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5923 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=711.25
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 146177 0 0 0 69836 1289 0 0 17 0 2 0 180454056 46940160 5923 1992294400 134512640 146736320 4287885904 18446744073709551615 136002752 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1654.8
Current children cumulated vsize (KiB) 54540

[startup+1002.3 s]
/proc/loadavg: 1.73 1.75 1.56 2/109 26163
/proc/meminfo: memFree=1308040/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1759.34
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 465969 0 0 0 172822 3112 0 0 16 0 2 0 180442088 46940160 5748 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5748 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=763.07
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 147349 0 0 0 74931 1376 0 0 16 0 2 0 180454056 46940160 5748 1992294400 134512640 146736320 4287885904 18446744073709551615 135237972 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1759.34
Current children cumulated vsize (KiB) 54540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1025 s]
/proc/loadavg: 1.66 1.73 1.55 3/109 26165
/proc/meminfo: memFree=1308040/2059040 swapFree=4135876/4192956
[pid=26128] ppid=26126 vsize=8700 CPUtime=0
/proc/26128/stat : 26128 (run) S 26126 26128 25966 0 -1 4202496 364 0 0 0 0 0 0 0 23 0 1 0 180442088 8908800 248 1992294400 4194304 4922060 140735649856112 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26128/statm: 2175 248 208 178 0 68 0
[pid=26129] ppid=26128 vsize=45840 CPUtime=1800.19
/proc/26129/stat : 26129 (pb_cplex) R 26128 26128 25966 0 -1 4202496 473854 0 0 0 176835 3184 0 0 17 0 2 0 180442088 46940160 5748 1992294400 134512640 146736320 4287885904 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26129/statm: 11460 5748 1119 2985 0 8002 0
[pid=26129/tid=26141] ppid=26128 vsize=45840 CPUtime=783.29
/proc/26129/task/26141/stat : 26141 (pb_cplex) R 26128 26128 25966 0 -1 4202560 150548 0 0 0 76916 1413 0 0 16 0 2 0 180454056 46940160 5748 1992294400 134512640 146736320 4287885904 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 54540

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

Child status: 0
Real time (s): 1025.02
CPU time (s): 1800.21
CPU user time (s): 1768.36
CPU system time (s): 31.8452
CPU usage (%): 175.627
Max. virtual memory (cumulated for all children) (KiB): 57080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.36
system time used= 31.8452
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474228
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= 924101
involuntary context switches= 30106

runsolver used 2.14967 second user time and 5.31319 second system time

The end

Launcher Data

Begin job on node012 at 2010-07-02 07:26:45
IDJOB=2697001
IDBENCH=48035
IDSOLVER=1209
FILE ID=node012/2697001-1278048405
PBS_JOBID= 11198871
Free space on /tmp= 62384 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=11-P1=23-P2=2-P3=5-P4=29-P5=7-P6=23-P7=17-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697001-1278048405/watcher-2697001-1278048405 -o /tmp/evaluation-result-2697001-1278048405/solver-2697001-1278048405 -C 1800 -W 2000 -M 1800  run HOME/instance-2697001-1278048405.opb

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

MD5SUM BENCH= 28e49b20edb0178df64878397f43f87c
RANDOM SEED=723323900

node012.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.258
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.51
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.258
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1329424 kB
Buffers:        150560 kB
Cached:         467660 kB
SwapCached:      10524 kB
Active:         266724 kB
Inactive:       365588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1329424 kB
SwapTotal:     4192956 kB
SwapFree:      4135876 kB
Dirty:           16540 kB
Writeback:           0 kB
AnonPages:       12352 kB
Mapped:           8548 kB
Slab:            75388 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182080 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-2697001-1278048405.opb

Free space on /tmp at the end= 62364 MiB
End job on node012 at 2010-07-02 07:43:50