Trace number 2696891

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.04 999.119

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=37-P2=107-P3=53-P4=53-B.opb
MD5SUM3c1c5627c2ecb7d046a74fd6c2fb2be3
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.460929
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 variables84
Total number of constraints9
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 constraints9
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)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696891-1278047146.opb.
0.00/0.00	c Instance file HOME/instance-2696891-1278047146.opb
0.00/0.00	c File size is 14533 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:      280                                                 |
0.00/0.01	c |  Number Constraints:    401                                                 |
0.00/0.01	c ===============================================================================
1800.02/999.11	c Remaining time 1799.99 sec.
1800.02/999.11	c 
1800.02/999.11	c *** INTERRUPTED ***
1800.02/999.11	s UNKNOWN
1800.02/999.11	c Total CPU time              : 1773.09 s
1800.02/999.11	c Memory used           : 45.38 MB
1800.02/999.11	c CPU time              : 1773.09 s
1800.02/999.11	c 
1800.02/999.11	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-2696891-1278047146/watcher-2696891-1278047146 -o /tmp/evaluation-result-2696891-1278047146/solver-2696891-1278047146 -C 1800 -W 2000 -M 1800 run HOME/instance-2696891-1278047146.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.08 0.02 0.01 3/106 23327
/proc/meminfo: memFree=1800744/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) R 23325 23327 23294 0 -1 4202496 349 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434379669 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0

[startup+0.0422811 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 23327
/proc/meminfo: memFree=1800744/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101279 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 23327
/proc/meminfo: memFree=1800744/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302272 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 23327
/proc/meminfo: memFree=1800744/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.702257 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 23327
/proc/meminfo: memFree=1800744/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50023 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 23334
/proc/meminfo: memFree=1794024/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=32424 CPUtime=2.33
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 10399 0 0 0 222 11 0 0 17 0 2 0 180318556 33202176 2725 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 8106 2725 1079 2985 0 4648 0
[pid=23328/tid=23334] ppid=23327 vsize=32424 CPUtime=0.9
/proc/23328/task/23334/stat : 23334 (pb_cplex) S 23327 23327 23294 0 -1 4202560 3724 0 0 0 87 3 0 0 18 0 2 0 180318609 33202176 2725 1992294400 134512640 146736320 4290557936 18446744073709551615 144580073 0 2 4096 16387 18446604437846412288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 41124

[startup+3.10017 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 23334
/proc/meminfo: memFree=1791668/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=37536 CPUtime=5.16
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 18230 0 0 0 498 18 0 0 16 0 2 0 180318556 38436864 3833 1992294400 134512640 146736320 4290557936 18446744073709551615 136015727 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 9384 3833 1074 2985 0 5926 0
[pid=23328/tid=23334] ppid=23327 vsize=37536 CPUtime=2.31
/proc/23328/task/23334/stat : 23334 (pb_cplex) S 23327 23327 23294 0 -1 4202560 8767 0 0 0 224 7 0 0 18 0 2 0 180318609 38436864 3833 1992294400 134512640 146736320 4290557936 18446744073709551615 144580073 0 2 4096 16387 18446604437846412288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 46236

[startup+6.30106 s]
/proc/loadavg: 0.31 0.07 0.02 3/109 23334
/proc/meminfo: memFree=1788444/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=38348 CPUtime=10.84
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 33351 0 0 0 1053 31 0 0 17 0 2 0 180318556 39268352 4115 1992294400 134512640 146736320 4290557936 18446744073709551615 136000487 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 9587 4115 1074 2985 0 6129 0
[pid=23328/tid=23334] ppid=23327 vsize=38348 CPUtime=5.14
/proc/23328/task/23334/stat : 23334 (pb_cplex) R 23327 23327 23294 0 -1 4202560 16502 0 0 0 501 13 0 0 18 0 2 0 180318609 39268352 4115 1992294400 134512640 146736320 4290557936 18446744073709551615 136008454 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 47048

[startup+12.7008 s]
/proc/loadavg: 0.37 0.08 0.03 2/109 23334
/proc/meminfo: memFree=1783980/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=42724 CPUtime=21.96
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 63585 0 0 0 2146 50 0 0 16 0 2 0 180318556 43749376 5263 1992294400 134512640 146736320 4290557936 18446744073709551615 135450945 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 10681 5263 1074 2985 0 7223 0
[pid=23328/tid=23334] ppid=23327 vsize=42724 CPUtime=10.9
/proc/23328/task/23334/stat : 23334 (pb_cplex) R 23327 23327 23294 0 -1 4202560 30316 0 0 0 1068 22 0 0 18 0 2 0 180318609 43749376 5263 1992294400 134512640 146736320 4290557936 18446744073709551615 135846482 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 51424

[startup+25.5014 s]
/proc/loadavg: 0.80 0.19 0.06 4/109 23334
/proc/meminfo: memFree=1778524/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=48220 CPUtime=42.66
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 88027 0 0 0 4189 77 0 0 19 0 2 0 180318556 49377280 6575 1992294400 134512640 146736320 4290557936 18446744073709551615 135999691 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 12055 6575 1102 2985 0 8597 0
[pid=23328/tid=23334] ppid=23327 vsize=48220 CPUtime=20.53
/proc/23328/task/23334/stat : 23334 (pb_cplex) R 23327 23327 23294 0 -1 4202560 45107 0 0 0 2017 36 0 0 19 0 2 0 180318609 49377280 6575 1992294400 134512640 146736320 4290557936 18446744073709551615 135850288 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.66
Current children cumulated vsize (KiB) 56920

[startup+51.1015 s]
/proc/loadavg: 1.08 0.30 0.10 3/109 23339
/proc/meminfo: memFree=1779764/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=46024 CPUtime=83.09
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 175355 0 0 0 8166 143 0 0 16 0 2 0 180318556 47128576 5980 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 11506 5980 1103 2985 0 8048 0
[pid=23328/tid=23339] ppid=23327 vsize=46024 CPUtime=17.42
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 44987 0 0 0 1709 33 0 0 19 0 2 0 180321666 47128576 5980 1992294400 134512640 146736320 4290557936 18446744073709551615 136418115 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 54724

[startup+102.31 s]
/proc/loadavg: 1.49 0.53 0.19 2/109 23341
/proc/meminfo: memFree=1779888/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=48176 CPUtime=175.54
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 335784 0 0 0 17255 299 0 0 16 0 2 0 180318556 49332224 6415 1992294400 134512640 146736320 4290557936 18446744073709551615 136015694 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 12044 6415 1103 2985 0 8586 0
[pid=23328/tid=23339] ppid=23327 vsize=48176 CPUtime=64.96
/proc/23328/task/23339/stat : 23339 (pb_cplex) S 23327 23327 23294 0 -1 4202560 99743 0 0 0 6398 98 0 0 19 0 2 0 180321666 49332224 6415 1992294400 134512640 146736320 4290557936 18446744073709551615 144580073 0 2 4096 16387 18446604437846412288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 175.54
Current children cumulated vsize (KiB) 56876

[startup+162.301 s]
/proc/loadavg: 1.66 0.77 0.29 3/109 23343
/proc/meminfo: memFree=1779144/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=45528 CPUtime=285.71
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 501731 0 0 0 28085 486 0 0 18 0 2 0 180318556 46620672 6120 1992294400 134512640 146736320 4290557936 18446744073709551615 137369839 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 11382 6120 1103 2985 0 7924 0
[pid=23328/tid=23339] ppid=23327 vsize=45528 CPUtime=121.82
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 170940 0 0 0 11997 185 0 0 18 0 2 0 180321666 46620672 6120 1992294400 134512640 146736320 4290557936 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 285.71
Current children cumulated vsize (KiB) 54228

[startup+222.302 s]
/proc/loadavg: 1.84 0.99 0.40 3/109 23345
/proc/meminfo: memFree=1777532/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=47368 CPUtime=394.81
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 659365 0 0 0 38817 664 0 0 16 0 2 0 180318556 48504832 6521 1992294400 134512640 146736320 4290557936 18446744073709551615 135450755 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23328/statm: 11842 6521 1103 2985 0 8384 0
[pid=23328/tid=23339] ppid=23327 vsize=47368 CPUtime=176.24
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 254697 0 0 0 17350 274 0 0 17 0 2 0 180321666 48504832 6521 1992294400 134512640 146736320 4290557936 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 394.81
Current children cumulated vsize (KiB) 56068

[startup+282.302 s]
/proc/loadavg: 1.84 1.16 0.49 3/109 23347
/proc/meminfo: memFree=1775548/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=51436 CPUtime=503.24
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 778001 0 0 0 49497 827 0 0 17 0 2 0 180318556 52670464 7229 1992294400 134512640 146736320 4290557936 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 12859 7229 1120 2985 0 9401 0
[pid=23328/tid=23339] ppid=23327 vsize=51436 CPUtime=230.28
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 318563 0 0 0 22667 361 0 0 18 0 2 0 180321666 52670464 7229 1992294400 134512640 146736320 4290557936 18446744073709551615 139043585 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 503.24
Current children cumulated vsize (KiB) 60136

[startup+342.302 s]
/proc/loadavg: 1.85 1.28 0.57 3/109 23347
/proc/meminfo: memFree=1773812/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=52568 CPUtime=723.99
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 942024 0 0 0 71264 1135 0 0 19 0 2 0 180318556 53829632 7683 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23328/statm: 13142 7683 1120 2985 0 9684 0
[pid=23328/tid=23339] ppid=23327 vsize=52568 CPUtime=340.09
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 390850 0 0 0 33502 507 0 0 17 0 2 0 180321666 53829632 7683 1992294400 134512640 146736320 4290557936 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 723.99
Current children cumulated vsize (KiB) 61268

[startup+462.302 s]
/proc/loadavg: 2.02 1.53 0.74 3/109 23351
/proc/meminfo: memFree=1771084/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=54628 CPUtime=832.54
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1040088 0 0 0 81965 1289 0 0 18 0 2 0 180318556 55939072 8104 1992294400 134512640 146736320 4290557936 18446744073709551615 136002768 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 13657 8104 1123 2985 0 10199 0
[pid=23328/tid=23339] ppid=23327 vsize=54628 CPUtime=393.69
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 430242 0 0 0 38789 580 0 0 17 0 2 0 180321666 55939072 8104 1992294400 134512640 146736320 4290557936 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 832.54
Current children cumulated vsize (KiB) 63328

[startup+522.302 s]
/proc/loadavg: 2.00 1.62 0.82 3/109 23356
/proc/meminfo: memFree=1770456/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=55484 CPUtime=942.32
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1115674 0 0 0 92795 1437 0 0 18 0 2 0 180318556 56815616 8288 1992294400 134512640 146736320 4290557936 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23328/statm: 13871 8288 1123 2985 0 10413 0
[pid=23328/tid=23339] ppid=23327 vsize=55484 CPUtime=448.3
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 467142 0 0 0 44177 653 0 0 17 0 2 0 180321666 56815616 8288 1992294400 134512640 146736320 4290557936 18446744073709551615 136000483 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 64184

[startup+582.301 s]
/proc/loadavg: 2.11 1.73 0.91 3/109 23358
/proc/meminfo: memFree=1769092/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=56816 CPUtime=1051.64
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1185166 0 0 0 103585 1579 0 0 19 0 2 0 180318556 58179584 8552 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23328/statm: 14204 8552 1126 2985 0 10746 0
[pid=23328/tid=23339] ppid=23327 vsize=56816 CPUtime=502.02
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 492417 0 0 0 49483 719 0 0 16 0 2 0 180321666 58179584 8552 1992294400 134512640 146736320 4290557936 18446744073709551615 135525295 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1051.64
Current children cumulated vsize (KiB) 65516

[startup+642.302 s]
/proc/loadavg: 2.04 1.78 0.98 3/109 23358
/proc/meminfo: memFree=1768844/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=57356 CPUtime=1160.91
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1231768 0 0 0 114376 1715 0 0 17 0 2 0 180318556 58732544 8608 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23328/statm: 14339 8608 1126 2985 0 10881 0
[pid=23328/tid=23339] ppid=23327 vsize=57356 CPUtime=556.59
/proc/23328/task/23339/stat : 23339 (pb_cplex) R 23327 23327 23294 0 -1 4202560 510800 0 0 0 54875 784 0 0 17 0 2 0 180321666 58732544 8608 1992294400 134512640 146736320 4290557936 18446744073709551615 136476037 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1160.91
Current children cumulated vsize (KiB) 66056

[startup+702.302 s]
/proc/loadavg: 1.94 1.80 1.03 3/109 23362
/proc/meminfo: memFree=1781616/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=45752 CPUtime=1269.46
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1340250 0 0 0 125069 1877 0 0 17 0 2 0 180318556 46850048 5980 1992294400 134512640 146736320 4290557936 18446744073709551615 144963134 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 11438 5980 1130 2985 0 7980 0
[pid=23328/tid=23362] ppid=23327 vsize=45752 CPUtime=12.96
/proc/23328/task/23362/stat : 23362 (pb_cplex) R 23327 23327 23294 0 -1 4202560 41890 0 0 0 1266 30 0 0 17 0 2 0 180387355 46850048 5980 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1269.46
Current children cumulated vsize (KiB) 54452

[startup+762.31 s]
/proc/loadavg: 1.83 1.80 1.08 3/109 23364
/proc/meminfo: memFree=1779136/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=46188 CPUtime=1377.03
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1399292 0 0 0 135657 2046 0 0 17 0 2 0 180318556 47296512 6146 1992294400 134512640 146736320 4290557936 18446744073709551615 144716082 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23328/statm: 11547 6146 1126 2985 0 8089 0
[pid=23328/tid=23362] ppid=23327 vsize=46188 CPUtime=66.47
/proc/23328/task/23362/stat : 23362 (pb_cplex) R 23327 23327 23294 0 -1 4202560 80654 0 0 0 6529 118 0 0 17 0 2 0 180387355 47296512 6146 1992294400 134512640 146736320 4290557936 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1377.03
Current children cumulated vsize (KiB) 54888

[startup+822.302 s]
/proc/loadavg: 1.86 1.82 1.13 3/109 23366
/proc/meminfo: memFree=1779516/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=45532 CPUtime=1483.99
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1430947 0 0 0 146188 2211 0 0 17 0 2 0 180318556 46624768 6065 1992294400 134512640 146736320 4290557936 18446744073709551615 135523315 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 11383 6065 1126 2985 0 7925 0
[pid=23328/tid=23362] ppid=23327 vsize=45532 CPUtime=119.17
/proc/23328/task/23362/stat : 23362 (pb_cplex) R 23327 23327 23294 0 -1 4202560 102757 0 0 0 11716 201 0 0 16 0 2 0 180387355 46624768 6065 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1483.99
Current children cumulated vsize (KiB) 54232

[startup+882.302 s]
/proc/loadavg: 1.80 1.80 1.16 2/109 23368
/proc/meminfo: memFree=1779020/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=45548 CPUtime=1590.23
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1448754 0 0 0 156652 2371 0 0 17 0 2 0 180318556 46641152 6048 1992294400 134512640 146736320 4290557936 18446744073709551615 136364170 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 11387 6048 1126 2985 0 7929 0
[pid=23328/tid=23362] ppid=23327 vsize=45548 CPUtime=172.36
/proc/23328/task/23362/stat : 23362 (pb_cplex) R 23327 23327 23294 0 -1 4202560 113695 0 0 0 16956 280 0 0 16 0 2 0 180387355 46641152 6048 1992294400 134512640 146736320 4290557936 18446744073709551615 136364170 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1590.23
Current children cumulated vsize (KiB) 54248

[startup+942.301 s]
/proc/loadavg: 1.94 1.84 1.21 3/109 23368
/proc/meminfo: memFree=1779268/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=45844 CPUtime=1697.93
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1479344 0 0 0 167252 2541 0 0 16 0 2 0 180318556 46944256 6188 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23328/statm: 11461 6188 1126 2985 0 8003 0
[pid=23328/tid=23362] ppid=23327 vsize=45844 CPUtime=226.03
/proc/23328/task/23362/stat : 23362 (pb_cplex) R 23327 23327 23294 0 -1 4202560 124334 0 0 0 22240 363 0 0 16 0 2 0 180387355 46944256 6188 1992294400 134512640 146736320 4290557936 18446744073709551615 136384861 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1697.93
Current children cumulated vsize (KiB) 54544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+999.101 s]
/proc/loadavg: 1.99 1.86 1.26 3/109 23370
/proc/meminfo: memFree=1779020/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=46468 CPUtime=1800.02
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1483816 0 0 0 177307 2695 0 0 17 0 2 0 180318556 47583232 6287 1992294400 134512640 146736320 4290557936 18446744073709551615 135851011 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 11617 6287 1126 2985 0 8159 0
[pid=23328/tid=23362] ppid=23327 vsize=46468 CPUtime=276.9
/proc/23328/task/23362/stat : 23362 (pb_cplex) R 23327 23327 23294 0 -1 4202560 127510 0 0 0 27251 439 0 0 17 0 2 0 180387355 47583232 6287 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 55168

Sending SIGTERM to process tree (bottom up)

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

[startup+999.101 s]
/proc/loadavg: 1.99 1.86 1.26 3/109 23370
/proc/meminfo: memFree=1779020/2059040 swapFree=4135596/4192956
[pid=23327] ppid=23325 vsize=8700 CPUtime=0
/proc/23327/stat : 23327 (run) S 23325 23327 23294 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 180318556 8908800 249 1992294400 4194304 4922060 140733448862064 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23327/statm: 2175 249 208 178 0 68 0
[pid=23328] ppid=23327 vsize=46468 CPUtime=1800.02
/proc/23328/stat : 23328 (pb_cplex) R 23327 23327 23294 0 -1 4202496 1483816 0 0 0 177307 2695 0 0 17 0 2 0 180318556 47583232 6287 1992294400 134512640 146736320 4290557936 18446744073709551615 135851011 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23328/statm: 11617 6287 1126 2985 0 8159 0
[pid=23328/tid=23362] ppid=23327 vsize=46468 CPUtime=276.9
/proc/23328/task/23362/stat : 23362 (pb_cplex) R 23327 23327 23294 0 -1 4202560 127510 0 0 0 27251 439 0 0 17 0 2 0 180387355 47583232 6287 1992294400 134512640 146736320 4290557936 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 55168

Child status: 0
Real time (s): 999.119
CPU time (s): 1800.04
CPU user time (s): 1773.09
CPU system time (s): 26.9569
CPU usage (%): 180.163
Max. virtual memory (cumulated for all children) (KiB): 69676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.09
system time used= 26.9569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1484191
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= 406206
involuntary context switches= 28276

runsolver used 2.12668 second user time and 5.15022 second system time

The end

Launcher Data

Begin job on node003 at 2010-07-02 07:05:46
IDJOB=2696891
IDBENCH=47925
IDSOLVER=1209
FILE ID=node003/2696891-1278047146
PBS_JOBID= 11198879
Free space on /tmp= 62464 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=97-P1=37-P2=107-P3=53-P4=53-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696891-1278047146/watcher-2696891-1278047146 -o /tmp/evaluation-result-2696891-1278047146/solver-2696891-1278047146 -C 1800 -W 2000 -M 1800  run HOME/instance-2696891-1278047146.opb

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

MD5SUM BENCH= 3c1c5627c2ecb7d046a74fd6c2fb2be3
RANDOM SEED=1843472080

node003.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.251
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.50
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.251
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:       1803568 kB
Buffers:         27060 kB
Cached:         130216 kB
SwapCached:      10548 kB
Active:         107620 kB
Inactive:        63404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803568 kB
SwapTotal:     4192956 kB
SwapFree:      4135596 kB
Dirty:           16876 kB
Writeback:           0 kB
AnonPages:       12264 kB
Mapped:           8480 kB
Slab:            62632 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183500 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-2696891-1278047146.opb

Free space on /tmp at the end= 62448 MiB
End job on node003 at 2010-07-02 07:22:25