Trace number 2696916

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.1 1005.43

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=29-P1=19-P2=29-P3=5-P4=17-P5=5-P6=5-P7=13-P8=31-B.opb
MD5SUM1a5734774d9497f5914e33a08764abe1
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 benchmark1.07383
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 variables120
Total number of constraints17
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 constraints17
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)200
Sum of products size (including duplicates)400
Number of different products200
Sum of products size400

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696916-1278047169.opb.
0.00/0.00	c Instance file HOME/instance-2696916-1278047169.opb
0.00/0.00	c File size is 15073 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:      320                                                 |
0.00/0.01	c |  Number Constraints:    417                                                 |
0.00/0.01	c ===============================================================================
1800.07/1005.42	c Remaining time 1799.99 sec.
1800.07/1005.42	c 
1800.07/1005.42	c *** INTERRUPTED ***
1800.07/1005.42	s UNKNOWN
1800.07/1005.42	c Total CPU time              : 1770 s
1800.07/1005.42	c Memory used           : 39.11 MB
1800.07/1005.42	c CPU time              : 1770 s
1800.07/1005.42	c 
1800.07/1005.42	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-2696916-1278047169/watcher-2696916-1278047169 -o /tmp/evaluation-result-2696916-1278047169/solver-2696916-1278047169 -C 1800 -W 2000 -M 1800 run HOME/instance-2696916-1278047169.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.72 0.17 0.06 3/106 27292
/proc/meminfo: memFree=1380824/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) R 27290 27292 27215 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159744405 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0

[startup+0.0496661 s]
/proc/loadavg: 0.72 0.17 0.06 3/106 27292
/proc/meminfo: memFree=1380824/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100665 s]
/proc/loadavg: 0.72 0.17 0.06 3/106 27292
/proc/meminfo: memFree=1380824/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300659 s]
/proc/loadavg: 0.72 0.17 0.06 3/106 27292
/proc/meminfo: memFree=1380824/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700647 s]
/proc/loadavg: 0.72 0.17 0.06 3/106 27292
/proc/meminfo: memFree=1380824/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50162 s]
/proc/loadavg: 0.72 0.17 0.06 3/109 27297
/proc/meminfo: memFree=1374476/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=33684 CPUtime=2.34
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 11402 0 0 0 225 9 0 0 17 0 2 0 146007725 34492416 2935 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 8421 2935 1075 2985 0 4963 0
[pid=27293/tid=27297] ppid=27292 vsize=33684 CPUtime=0.8
/proc/27293/task/27297/stat : 27297 (pb_cplex) R 27292 27292 27215 0 -1 4202560 3673 0 0 0 78 2 0 0 18 0 2 0 146007786 34492416 2935 1992294400 134512640 146736320 4289358112 18446744073709551615 136001985 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 42384

[startup+3.10057 s]
/proc/loadavg: 0.72 0.17 0.06 3/109 27297
/proc/meminfo: memFree=1371252/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=35640 CPUtime=5.11
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 21264 0 0 0 495 16 0 0 16 0 2 0 146007725 36495360 3414 1992294400 134512640 146736320 4289358112 18446744073709551615 139046525 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 8910 3414 1077 2985 0 5452 0
[pid=27293/tid=27297] ppid=27292 vsize=35640 CPUtime=2.22
/proc/27293/task/27297/stat : 27297 (pb_cplex) S 27292 27292 27215 0 -1 4202560 8396 0 0 0 217 5 0 0 18 0 2 0 146007786 36495360 3414 1992294400 134512640 146736320 4289358112 18446744073709551615 144580073 0 2 4096 16387 18446604437819237440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 44340

[startup+6.30094 s]
/proc/loadavg: 0.75 0.19 0.06 3/109 27297
/proc/meminfo: memFree=1369268/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=37044 CPUtime=10.57
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 31326 0 0 0 1032 25 0 0 17 0 2 0 146007725 37933056 3801 1992294400 134512640 146736320 4289358112 18446744073709551615 136015727 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 9261 3801 1092 2985 0 5803 0
[pid=27293/tid=27297] ppid=27292 vsize=37044 CPUtime=4.81
/proc/27293/task/27297/stat : 27297 (pb_cplex) R 27292 27292 27215 0 -1 4202560 15775 0 0 0 471 10 0 0 16 0 2 0 146007786 37933056 3801 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 45744

[startup+12.7015 s]
/proc/loadavg: 0.85 0.22 0.07 2/109 27297
/proc/meminfo: memFree=1367036/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=40936 CPUtime=21.54
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 54430 0 0 0 2110 44 0 0 16 0 2 0 146007725 41918464 4818 1992294400 134512640 146736320 4289358112 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10234 4818 1109 2985 0 6776 0
[pid=27293/tid=27297] ppid=27292 vsize=40936 CPUtime=10.61
/proc/27293/task/27297/stat : 27297 (pb_cplex) R 27292 27292 27215 0 -1 4202560 27631 0 0 0 1041 20 0 0 17 0 2 0 146007786 41918464 4818 1992294400 134512640 146736320 4289358112 18446744073709551615 136015703 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.54
Current children cumulated vsize (KiB) 49636

[startup+25.5016 s]
/proc/loadavg: 1.02 0.29 0.10 2/109 27299
/proc/meminfo: memFree=1363688/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=42492 CPUtime=43.76
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 67272 0 0 0 4307 69 0 0 17 0 2 0 146007725 43511808 5270 1992294400 134512640 146736320 4289358112 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10623 5270 1100 2985 0 7165 0
[pid=27293/tid=27297] ppid=27292 vsize=42492 CPUtime=21.28
/proc/27293/task/27297/stat : 27297 (pb_cplex) S 27292 27292 27215 0 -1 4202560 38307 0 0 0 2092 36 0 0 16 0 2 0 146007786 43511808 5270 1992294400 134512640 146736320 4289358112 18446744073709551615 144580073 0 2 4096 16387 18446604437819237440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.76
Current children cumulated vsize (KiB) 51192

[startup+51.1018 s]
/proc/loadavg: 1.30 0.41 0.14 3/109 27299
/proc/meminfo: memFree=1364432/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=41644 CPUtime=85.5
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 88813 0 0 0 8423 127 0 0 16 0 2 0 146007725 42643456 5029 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10411 5029 1100 2985 0 6953 0
[pid=27293/tid=27297] ppid=27292 vsize=41644 CPUtime=39.61
/proc/27293/task/27297/stat : 27297 (pb_cplex) R 27292 27292 27215 0 -1 4202560 51967 0 0 0 3897 64 0 0 16 0 2 0 146007786 42643456 5029 1992294400 134512640 146736320 4289358112 18446744073709551615 139023078 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.5
Current children cumulated vsize (KiB) 50344

[startup+102.309 s]
/proc/loadavg: 1.56 0.62 0.22 3/109 27301
/proc/meminfo: memFree=1363440/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=41976 CPUtime=174.62
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 147611 0 0 0 17181 281 0 0 16 0 2 0 146007725 42983424 5130 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10494 5130 1100 2985 0 7036 0
[pid=27293/tid=27297] ppid=27292 vsize=41976 CPUtime=82.95
/proc/27293/task/27297/stat : 27297 (pb_cplex) R 27292 27292 27215 0 -1 4202560 84192 0 0 0 8152 143 0 0 16 0 2 0 146007786 42983424 5130 1992294400 134512640 146736320 4289358112 18446744073709551615 136402267 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 174.62
Current children cumulated vsize (KiB) 50676

[startup+162.301 s]
/proc/loadavg: 1.67 0.82 0.32 2/109 27301
/proc/meminfo: memFree=1361580/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=44284 CPUtime=279.97
/proc/27293/stat : 27293 (pb_cplex) S 27292 27292 27215 0 -1 4202496 192998 0 0 0 27526 471 0 0 15 0 2 0 146007725 45346816 5581 1992294400 134512640 146736320 4289358112 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 11071 5581 1103 2985 0 7613 0
[pid=27293/tid=27297] ppid=27292 vsize=44284 CPUtime=134.65
/proc/27293/task/27297/stat : 27297 (pb_cplex) R 27292 27292 27215 0 -1 4202560 107672 0 0 0 13229 236 0 0 16 0 2 0 146007786 45346816 5581 1992294400 134512640 146736320 4289358112 18446744073709551615 136740867 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 279.97
Current children cumulated vsize (KiB) 52984

[startup+222.302 s]
/proc/loadavg: 1.83 1.02 0.41 3/109 27305
/proc/meminfo: memFree=1363688/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=41880 CPUtime=383.44
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 269995 0 0 0 37682 662 0 0 16 0 2 0 146007725 42885120 5103 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 10470 5103 1119 2985 0 7012 0
[pid=27293/tid=27305] ppid=27292 vsize=41880 CPUtime=13.27
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 27807 0 0 0 1302 25 0 0 19 0 2 0 146028421 42885120 5103 1992294400 134512640 146736320 4289358112 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 383.44
Current children cumulated vsize (KiB) 50580

[startup+282.302 s]
/proc/loadavg: 1.93 1.19 0.51 2/109 27307
/proc/meminfo: memFree=1363192/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=41960 CPUtime=492.39
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 346264 0 0 0 48413 826 0 0 17 0 2 0 146007725 42967040 5209 1992294400 134512640 146736320 4289358112 18446744073709551615 136851658 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 10490 5209 1119 2985 0 7032 0
[pid=27293/tid=27305] ppid=27292 vsize=41960 CPUtime=67.82
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 65738 0 0 0 6675 107 0 0 19 0 2 0 146028421 42967040 5209 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 492.39
Current children cumulated vsize (KiB) 50660

[startup+342.302 s]
/proc/loadavg: 1.93 1.32 0.60 3/109 27309
/proc/meminfo: memFree=1363192/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=27293] ppid=27292 vsize=41960 CPUtime=709.94
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 408276 0 0 0 69816 1178 0 0 18 0 2 0 146007725 42967040 5209 1992294400 134512640 146736320 4289358112 18446744073709551615 135453306 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10490 5209 1119 2985 0 7032 0
[pid=27293/tid=27305] ppid=27292 vsize=41960 CPUtime=175.44
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 83369 0 0 0 17272 272 0 0 17 0 2 0 146028421 42967040 5209 1992294400 134512640 146736320 4289358112 18446744073709551615 139023073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 709.94
Current children cumulated vsize (KiB) 50660

[startup+462.301 s]
/proc/loadavg: 1.92 1.53 0.75 2/109 27311
/proc/meminfo: memFree=1363564/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=41812 CPUtime=818.13
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 429872 0 0 0 80468 1345 0 0 18 0 2 0 146007725 42815488 5079 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10453 5079 1119 2985 0 6995 0
[pid=27293/tid=27305] ppid=27292 vsize=41812 CPUtime=228.9
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 95097 0 0 0 22531 359 0 0 18 0 2 0 146028421 42815488 5079 1992294400 134512640 146736320 4289358112 18446744073709551615 135450994 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 818.13
Current children cumulated vsize (KiB) 50512

[startup+522.302 s]
/proc/loadavg: 1.77 1.55 0.81 3/109 27313
/proc/meminfo: memFree=1364680/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=40788 CPUtime=926.73
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 466028 0 0 0 91134 1539 0 0 18 0 2 0 146007725 41766912 4790 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10197 4790 1119 2985 0 6739 0
[pid=27293/tid=27305] ppid=27292 vsize=40788 CPUtime=282.41
/proc/27293/task/27305/stat : 27305 (pb_cplex) S 27292 27292 27215 0 -1 4202560 110375 0 0 0 27793 448 0 0 16 0 2 0 146028421 41766912 4790 1992294400 134512640 146736320 4289358112 18446744073709551615 144580073 0 2 4096 16387 18446604437819237440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 926.73
Current children cumulated vsize (KiB) 49488

[startup+582.302 s]
/proc/loadavg: 1.80 1.60 0.87 3/109 27315
/proc/meminfo: memFree=1364184/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=41392 CPUtime=1035.43
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 493000 0 0 0 101820 1723 0 0 17 0 2 0 146007725 42385408 4943 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10348 4943 1119 2985 0 6890 0
[pid=27293/tid=27305] ppid=27292 vsize=41392 CPUtime=336.46
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 126751 0 0 0 33108 538 0 0 17 0 2 0 146028421 42385408 4943 1992294400 134512640 146736320 4289358112 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1035.43
Current children cumulated vsize (KiB) 50092

[startup+642.302 s]
/proc/loadavg: 1.57 1.58 0.91 3/109 27317
/proc/meminfo: memFree=1365548/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=39872 CPUtime=1144.04
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 511379 0 0 0 112508 1896 0 0 18 0 2 0 146007725 40828928 4566 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 9968 4566 1119 2985 0 6510 0
[pid=27293/tid=27305] ppid=27292 vsize=39872 CPUtime=390.52
/proc/27293/task/27305/stat : 27305 (pb_cplex) S 27292 27292 27215 0 -1 4202560 137932 0 0 0 38426 626 0 0 18 0 2 0 146028421 40828928 4566 1992294400 134512640 146736320 4289358112 18446744073709551615 144580073 0 2 4096 16387 18446604437819237440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1144.04
Current children cumulated vsize (KiB) 48572

[startup+702.302 s]
/proc/loadavg: 1.73 1.62 0.96 3/109 27319
/proc/meminfo: memFree=1365424/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=39884 CPUtime=1252.48
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 548990 0 0 0 123169 2079 0 0 17 0 2 0 146007725 40841216 4631 1992294400 134512640 146736320 4289358112 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 9971 4631 1119 2985 0 6513 0
[pid=27293/tid=27305] ppid=27292 vsize=39884 CPUtime=444.42
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 156834 0 0 0 43728 714 0 0 17 0 2 0 146028421 40841216 4631 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1252.48
Current children cumulated vsize (KiB) 48584

[startup+762.309 s]
/proc/loadavg: 1.86 1.67 1.02 2/109 27319
/proc/meminfo: memFree=1364060/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=41244 CPUtime=1360.93
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 565343 0 0 0 133838 2255 0 0 18 0 2 0 146007725 42233856 4964 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10311 4964 1119 2985 0 6853 0
[pid=27293/tid=27305] ppid=27292 vsize=41244 CPUtime=498.3
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 162342 0 0 0 49029 801 0 0 17 0 2 0 146028421 42233856 4964 1992294400 134512640 146736320 4289358112 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1360.93
Current children cumulated vsize (KiB) 49944

[startup+822.302 s]
/proc/loadavg: 1.86 1.71 1.07 3/109 27321
/proc/meminfo: memFree=1364184/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=40908 CPUtime=1469.34
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 577107 0 0 0 144503 2431 0 0 18 0 2 0 146007725 41889792 4937 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10227 4937 1122 2985 0 6769 0
[pid=27293/tid=27305] ppid=27292 vsize=40908 CPUtime=552.02
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 164110 0 0 0 54316 886 0 0 17 0 2 0 146028421 41889792 4937 1992294400 134512640 146736320 4289358112 18446744073709551615 135844929 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1469.34
Current children cumulated vsize (KiB) 49608

[startup+882.302 s]
/proc/loadavg: 1.93 1.75 1.12 3/109 27323
/proc/meminfo: memFree=1364060/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=40908 CPUtime=1577.75
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 586275 0 0 0 155160 2615 0 0 17 0 2 0 146007725 41889792 4939 1992294400 134512640 146736320 4289358112 18446744073709551615 137014836 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 10227 4939 1119 2985 0 6769 0
[pid=27293/tid=27305] ppid=27292 vsize=40908 CPUtime=605.84
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 171462 0 0 0 59603 981 0 0 16 0 2 0 146028421 41889792 4939 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1577.75
Current children cumulated vsize (KiB) 49608

[startup+942.302 s]
/proc/loadavg: 1.87 1.76 1.17 3/109 27325
/proc/meminfo: memFree=1364928/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=40480 CPUtime=1685.75
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 640736 0 0 0 165761 2814 0 0 18 0 2 0 146007725 41451520 4764 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10120 4764 1119 2985 0 6662 0
[pid=27293/tid=27305] ppid=27292 vsize=40480 CPUtime=660.31
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 200315 0 0 0 64946 1085 0 0 17 0 2 0 146028421 41451520 4764 1992294400 134512640 146736320 4289358112 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1685.75
Current children cumulated vsize (KiB) 49180

[startup+1002.3 s]
/proc/loadavg: 2.03 1.83 1.22 2/109 27327
/proc/meminfo: memFree=1365176/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=40048 CPUtime=1794.52
/proc/27293/stat : 27293 (pb_cplex) R 27292 27292 27215 0 -1 4202496 673855 0 0 0 176454 2998 0 0 17 0 2 0 146007725 41009152 4654 1992294400 134512640 146736320 4289358112 18446744073709551615 135450807 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27293/statm: 10012 4654 1119 2985 0 6554 0
[pid=27293/tid=27305] ppid=27292 vsize=40048 CPUtime=714.41
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 218059 0 0 0 70262 1179 0 0 17 0 2 0 146028421 41009152 4654 1992294400 134512640 146736320 4289358112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1794.52
Current children cumulated vsize (KiB) 48748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1005.41 s]
/proc/loadavg: 2.03 1.83 1.23 3/109 27327
/proc/meminfo: memFree=1365176/2059040 swapFree=4139768/4192956
[pid=27292] ppid=27290 vsize=8700 CPUtime=0
/proc/27292/stat : 27292 (run) S 27290 27292 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146007725 8908800 248 1992294400 4194304 4922060 140733786987344 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27292/statm: 2175 248 208 178 0 68 0
[pid=27293] ppid=27292 vsize=40048 CPUtime=1800.07
/proc/27293/stat : 27293 (pb_cplex) S 27292 27292 27215 0 -1 4202496 673867 0 0 0 176999 3008 0 0 17 0 2 0 146007725 41009152 4654 1992294400 134512640 146736320 4289358112 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27293/statm: 10012 4654 1119 2985 0 6554 0
[pid=27293/tid=27305] ppid=27292 vsize=40048 CPUtime=717.21
/proc/27293/task/27305/stat : 27305 (pb_cplex) R 27292 27292 27215 0 -1 4202560 218065 0 0 0 70537 1184 0 0 17 0 2 0 146028421 41009152 4654 1992294400 134512640 146736320 4289358112 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) 48748

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1005.43
CPU time (s): 1800.1
CPU user time (s): 1770
CPU system time (s): 30.0914
CPU usage (%): 179.038
Max. virtual memory (cumulated for all children) (KiB): 56400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770
system time used= 30.0914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 674240
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= 803235
involuntary context switches= 28802

runsolver used 2.30265 second user time and 5.02224 second system time

The end

Launcher Data

Begin job on node057 at 2010-07-02 07:06:09
IDJOB=2696916
IDBENCH=47950
IDSOLVER=1209
FILE ID=node057/2696916-1278047169
PBS_JOBID= 11198837
Free space on /tmp= 62320 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=29-P1=19-P2=29-P3=5-P4=17-P5=5-P6=5-P7=13-P8=31-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696916-1278047169/watcher-2696916-1278047169 -o /tmp/evaluation-result-2696916-1278047169/solver-2696916-1278047169 -C 1800 -W 2000 -M 1800  run HOME/instance-2696916-1278047169.opb

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

MD5SUM BENCH= 1a5734774d9497f5914e33a08764abe1
RANDOM SEED=1179453004

node057.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.247
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.49
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.247
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1381724 kB
Buffers:        148696 kB
Cached:         419280 kB
SwapCached:       6588 kB
Active:         226840 kB
Inactive:       354656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1381724 kB
SwapTotal:     4192956 kB
SwapFree:      4139768 kB
Dirty:           16852 kB
Writeback:           0 kB
AnonPages:       11832 kB
Mapped:          11944 kB
Slab:            73792 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181948 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-2696916-1278047169.opb

Free space on /tmp at the end= 62304 MiB
End job on node057 at 2010-07-02 07:22:55