Trace number 2696879

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.09 1072.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=37-P1=67-P2=5-P3=47-P4=73-P5=127-P6=29-P7=127-B.opb
MD5SUM82374897eb5aaf8db9bb0fa8784aa552
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.645901
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 variables147
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 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)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696879-1278047145.opb.
0.00/0.00	c Instance file HOME/instance-2696879-1278047145.opb
0.00/0.00	c File size is 25526 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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      490                                                 |
0.00/0.02	c |  Number Constraints:    701                                                 |
0.00/0.02	c ===============================================================================
1800.06/1072.71	c Remaining time 1799.98 sec.
1800.06/1072.71	c 
1800.06/1072.71	c *** INTERRUPTED ***
1800.06/1072.71	s UNKNOWN
1800.06/1072.71	c Total CPU time              : 1778.64 s
1800.06/1072.71	c Memory used           : 56.09 MB
1800.06/1072.71	c CPU time              : 1778.64 s
1800.06/1072.71	c 
1800.06/1072.71	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-2696879-1278047145/watcher-2696879-1278047145 -o /tmp/evaluation-result-2696879-1278047145/solver-2696879-1278047145 -C 1800 -W 2000 -M 1800 run HOME/instance-2696879-1278047145.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28903
/proc/meminfo: memFree=1672392/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) R 28901 28903 28870 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420772245 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0

[startup+0.0356671 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28903
/proc/meminfo: memFree=1672392/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101664 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28903
/proc/meminfo: memFree=1672392/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300654 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28903
/proc/meminfo: memFree=1672392/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701635 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28903
/proc/meminfo: memFree=1672392/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5016 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 28908
/proc/meminfo: memFree=1664060/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=33712 CPUtime=2.19
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 10827 0 0 0 209 10 0 0 17 0 2 0 146009551 34521088 2979 1992294400 134512640 146736320 4292940176 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 8428 2979 1071 2985 0 4970 0
[pid=28904/tid=28908] ppid=28903 vsize=33712 CPUtime=0.6
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 5467 0 0 0 56 4 0 0 17 0 2 0 146009632 34521088 2979 1992294400 134512640 146736320 4292940176 18446744073709551615 136385265 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 42412

[startup+3.10052 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 28908
/proc/meminfo: memFree=1662944/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=36120 CPUtime=4.92
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 22690 0 0 0 474 18 0 0 16 0 2 0 146009551 36986880 3510 1992294400 134512640 146736320 4292940176 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 9030 3510 1071 2985 0 5572 0
[pid=28904/tid=28908] ppid=28903 vsize=36120 CPUtime=2.05
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 12714 0 0 0 196 9 0 0 18 0 2 0 146009632 36986880 3510 1992294400 134512640 146736320 4292940176 18446744073709551615 139023083 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 44820

[startup+6.30037 s]
/proc/loadavg: 0.23 0.05 0.02 3/109 28908
/proc/meminfo: memFree=1657612/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=40496 CPUtime=10.37
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 32195 0 0 0 1010 27 0 0 16 0 2 0 146009551 41467904 4548 1992294400 134512640 146736320 4292940176 18446744073709551615 135526398 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 10124 4548 1071 2985 0 6666 0
[pid=28904/tid=28908] ppid=28903 vsize=40496 CPUtime=4.92
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 17689 0 0 0 479 13 0 0 19 0 2 0 146009632 41467904 4548 1992294400 134512640 146736320 4292940176 18446744073709551615 144738703 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 49196

[startup+12.7001 s]
/proc/loadavg: 0.37 0.08 0.03 4/109 28908
/proc/meminfo: memFree=1655256/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=44052 CPUtime=20.98
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 62361 0 0 0 2050 48 0 0 16 0 2 0 146009551 45109248 5507 1992294400 134512640 146736320 4292940176 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 11013 5507 1071 2985 0 7555 0
[pid=28904/tid=28908] ppid=28903 vsize=44052 CPUtime=10.3
/proc/28904/task/28908/stat : 28908 (pb_cplex) S 28903 28903 28870 0 -1 4202560 32523 0 0 0 1007 23 0 0 16 0 2 0 146009632 45109248 5507 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 2 4096 16387 18446604437833877632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.98
Current children cumulated vsize (KiB) 52752

[startup+25.5012 s]
/proc/loadavg: 0.55 0.13 0.04 3/109 28908
/proc/meminfo: memFree=1648560/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=51992 CPUtime=42.16
/proc/28904/stat : 28904 (pb_cplex) S 28903 28903 28870 0 -1 4202496 117034 0 0 0 4134 82 0 0 16 0 2 0 146009551 53239808 7239 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 12998 7239 1072 2985 0 9540 0
[pid=28904/tid=28908] ppid=28903 vsize=51992 CPUtime=21.23
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 63376 0 0 0 2081 42 0 0 16 0 2 0 146009632 53239808 7239 1992294400 134512640 146736320 4292940176 18446744073709551615 136008441 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.16
Current children cumulated vsize (KiB) 60692

[startup+51.102 s]
/proc/loadavg: 0.85 0.24 0.08 3/109 28910
/proc/meminfo: memFree=1643476/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=54996 CPUtime=84.49
/proc/28904/stat : 28904 (pb_cplex) S 28903 28903 28870 0 -1 4202496 193344 0 0 0 8312 137 0 0 16 0 2 0 146009551 56315904 8266 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 13749 8266 1074 2985 0 10291 0
[pid=28904/tid=28908] ppid=28903 vsize=54996 CPUtime=41.83
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 104243 0 0 0 4112 71 0 0 17 0 2 0 146009632 56315904 8266 1992294400 134512640 146736320 4292940176 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.49
Current children cumulated vsize (KiB) 63696

[startup+102.31 s]
/proc/loadavg: 1.55 0.50 0.17 3/109 28910
/proc/meminfo: memFree=1640004/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=58200 CPUtime=166.06
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 287179 0 0 0 16383 223 0 0 16 0 2 0 146009551 59596800 8819 1992294400 134512640 146736320 4292940176 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14550 8819 1081 2985 0 11092 0
[pid=28904/tid=28908] ppid=28903 vsize=58200 CPUtime=81.23
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 155770 0 0 0 8004 119 0 0 16 0 2 0 146009632 59596800 8819 1992294400 134512640 146736320 4292940176 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 166.06
Current children cumulated vsize (KiB) 66900

[startup+162.302 s]
/proc/loadavg: 1.77 0.76 0.28 2/109 28912
/proc/meminfo: memFree=1638268/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=59740 CPUtime=269.59
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 385945 0 0 0 26627 332 0 0 18 0 2 0 146009551 61173760 9200 1992294400 134512640 146736320 4292940176 18446744073709551615 135451523 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 14935 9200 1081 2985 0 11477 0
[pid=28904/tid=28908] ppid=28903 vsize=59740 CPUtime=133.05
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 203346 0 0 0 13132 173 0 0 16 0 2 0 146009632 61173760 9200 1992294400 134512640 146736320 4292940176 18446744073709551615 135467904 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 269.59
Current children cumulated vsize (KiB) 68440

[startup+222.302 s]
/proc/loadavg: 1.77 0.93 0.37 3/109 28914
/proc/meminfo: memFree=1639632/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=59344 CPUtime=377.35
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 517533 0 0 0 37252 483 0 0 17 0 2 0 146009551 60768256 9130 1992294400 134512640 146736320 4292940176 18446744073709551615 138374180 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 14836 9130 1099 2985 0 11378 0
[pid=28904/tid=28908] ppid=28903 vsize=59344 CPUtime=186.89
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 274321 0 0 0 18437 252 0 0 16 0 2 0 146009632 60768256 9130 1992294400 134512640 146736320 4292940176 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 377.35
Current children cumulated vsize (KiB) 68044

[startup+282.302 s]
/proc/loadavg: 1.75 1.08 0.45 3/109 28916
/proc/meminfo: memFree=1638268/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=59680 CPUtime=483.58
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 591793 0 0 0 47751 607 0 0 17 0 2 0 146009551 61112320 9253 1992294400 134512640 146736320 4292940176 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 14920 9253 1099 2985 0 11462 0
[pid=28904/tid=28908] ppid=28903 vsize=59680 CPUtime=239.61
/proc/28904/task/28908/stat : 28908 (pb_cplex) S 28903 28903 28870 0 -1 4202560 303405 0 0 0 23646 315 0 0 15 0 2 0 146009632 61112320 9253 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 2 4096 16387 18446604437833877632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 483.58
Current children cumulated vsize (KiB) 68380

[startup+342.302 s]
/proc/loadavg: 1.80 1.21 0.54 2/109 28916
/proc/meminfo: memFree=1637524/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=28904] ppid=28903 vsize=67028 CPUtime=900.24
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 846928 0 0 0 88971 1053 0 0 16 0 2 0 146009551 68636672 10601 1992294400 134512640 146736320 4292940176 18446744073709551615 139028318 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 16757 10601 1102 2985 0 13299 0
[pid=28904/tid=28908] ppid=28903 vsize=67028 CPUtime=446.17
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 429677 0 0 0 44083 534 0 0 16 0 2 0 146009632 68636672 10601 1992294400 134512640 146736320 4292940176 18446744073709551615 135850735 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 900.24
Current children cumulated vsize (KiB) 75728

[startup+582.302 s]
/proc/loadavg: 1.79 1.59 0.84 3/109 28924
/proc/meminfo: memFree=1632440/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=67192 CPUtime=1003.73
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 893183 0 0 0 99221 1152 0 0 16 0 2 0 146009551 68804608 10657 1992294400 134512640 146736320 4292940176 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 16798 10657 1102 2985 0 13340 0
[pid=28904/tid=28908] ppid=28903 vsize=67192 CPUtime=497.47
/proc/28904/task/28908/stat : 28908 (pb_cplex) R 28903 28903 28870 0 -1 4202560 452749 0 0 0 49165 582 0 0 16 0 2 0 146009632 68804608 10657 1992294400 134512640 146736320 4292940176 18446744073709551615 137371874 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1003.73
Current children cumulated vsize (KiB) 75892

[startup+642.302 s]
/proc/loadavg: 1.61 1.59 0.89 2/109 28928
/proc/meminfo: memFree=1645708/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=52972 CPUtime=1105.64
/proc/28904/stat : 28904 (pb_cplex) S 28903 28903 28870 0 -1 4202496 952320 0 0 0 109304 1260 0 0 17 0 2 0 146009551 54243328 7543 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 13243 7543 1120 2985 0 9785 0
[pid=28904/tid=28928] ppid=28903 vsize=52972 CPUtime=3.54
/proc/28904/task/28928/stat : 28928 (pb_cplex) R 28903 28903 28870 0 -1 4202560 540 0 0 0 353 1 0 0 16 0 2 0 146073375 54243328 7543 1992294400 134512640 146736320 4292940176 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1105.64
Current children cumulated vsize (KiB) 61672

[startup+702.301 s]
/proc/loadavg: 1.70 1.61 0.94 2/109 28930
/proc/meminfo: memFree=1641120/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=57712 CPUtime=1198.03
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1078669 0 0 0 118428 1375 0 0 21 0 2 0 146009551 59097088 8687 1992294400 134512640 146736320 4292940176 18446744073709551615 135443537 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14428 8687 1121 2985 0 10970 0
[pid=28904/tid=28928] ppid=28903 vsize=57712 CPUtime=46.01
/proc/28904/task/28928/stat : 28928 (pb_cplex) S 28903 28903 28870 0 -1 4202560 59824 0 0 0 4544 57 0 0 16 0 2 0 146073375 59097088 8687 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 2 4096 16387 18446604437833877632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1198.03
Current children cumulated vsize (KiB) 66412

[startup+762.309 s]
/proc/loadavg: 1.72 1.64 0.99 3/109 28932
/proc/meminfo: memFree=1641492/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=56160 CPUtime=1296.87
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1239755 0 0 0 128165 1522 0 0 16 0 2 0 146009551 57507840 8371 1992294400 134512640 146736320 4292940176 18446744073709551615 135450777 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14040 8371 1121 2985 0 10582 0
[pid=28904/tid=28928] ppid=28903 vsize=56160 CPUtime=95.22
/proc/28904/task/28928/stat : 28928 (pb_cplex) S 28903 28903 28870 0 -1 4202560 136990 0 0 0 9392 130 0 0 17 0 2 0 146073375 57507840 8371 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 2 4096 16387 18446604437833877632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1296.87
Current children cumulated vsize (KiB) 64860

[startup+822.301 s]
/proc/loadavg: 1.95 1.70 1.05 3/109 28934
/proc/meminfo: memFree=1641244/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=56684 CPUtime=1394.05
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1336732 0 0 0 137763 1642 0 0 16 0 2 0 146009551 58044416 8468 1992294400 134512640 146736320 4292940176 18446744073709551615 136402275 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 14171 8468 1121 2985 0 10713 0
[pid=28904/tid=28928] ppid=28903 vsize=56684 CPUtime=143.56
/proc/28904/task/28928/stat : 28928 (pb_cplex) R 28903 28903 28870 0 -1 4202560 194133 0 0 0 14160 196 0 0 16 0 2 0 146073375 58044416 8468 1992294400 134512640 146736320 4292940176 18446744073709551615 135850295 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1394.05
Current children cumulated vsize (KiB) 65384

[startup+882.302 s]
/proc/loadavg: 1.67 1.66 1.08 3/109 28936
/proc/meminfo: memFree=1641368/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=56620 CPUtime=1489.61
/proc/28904/stat : 28904 (pb_cplex) S 28903 28903 28870 0 -1 4202496 1442583 0 0 0 147202 1759 0 0 18 0 2 0 146009551 57978880 8475 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28904/statm: 14155 8475 1121 2985 0 10697 0
[pid=28904/tid=28928] ppid=28903 vsize=56620 CPUtime=187.98
/proc/28904/task/28928/stat : 28928 (pb_cplex) R 28903 28903 28870 0 -1 4202560 250282 0 0 0 18539 259 0 0 16 0 2 0 146073375 57978880 8475 1992294400 134512640 146736320 4292940176 18446744073709551615 135450742 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1489.61
Current children cumulated vsize (KiB) 65320

[startup+942.302 s]
/proc/loadavg: 1.90 1.71 1.13 3/109 28936
/proc/meminfo: memFree=1640872/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=58048 CPUtime=1584.49
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1576281 0 0 0 156553 1896 0 0 16 0 2 0 146009551 59441152 8704 1992294400 134512640 146736320 4292940176 18446744073709551615 136388881 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14512 8704 1121 2985 0 11054 0
[pid=28904/tid=28928] ppid=28903 vsize=58048 CPUtime=234.65
/proc/28904/task/28928/stat : 28928 (pb_cplex) S 28903 28903 28870 0 -1 4202560 312380 0 0 0 23142 323 0 0 16 0 2 0 146073375 59441152 8704 1992294400 134512640 146736320 4292940176 18446744073709551615 144580073 0 2 4096 16387 18446604437833877632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1584.49
Current children cumulated vsize (KiB) 66748

[startup+1002.3 s]
/proc/loadavg: 1.85 1.73 1.17 3/109 28938
/proc/meminfo: memFree=1640872/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=57916 CPUtime=1683.9
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1653573 0 0 0 166378 2012 0 0 16 0 2 0 146009551 59305984 8672 1992294400 134512640 146736320 4292940176 18446744073709551615 135964348 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14479 8672 1121 2985 0 11021 0
[pid=28904/tid=28928] ppid=28903 vsize=57916 CPUtime=284.75
/proc/28904/task/28928/stat : 28928 (pb_cplex) R 28903 28903 28870 0 -1 4202560 337548 0 0 0 28100 375 0 0 16 0 2 0 146073375 59305984 8672 1992294400 134512640 146736320 4292940176 18446744073709551615 137655760 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1683.9
Current children cumulated vsize (KiB) 66616

[startup+1062.3 s]
/proc/loadavg: 1.75 1.72 1.20 3/109 28940
/proc/meminfo: memFree=1640624/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=57524 CPUtime=1783.1
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1713086 0 0 0 176188 2122 0 0 17 0 2 0 146009551 58904576 8591 1992294400 134512640 146736320 4292940176 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14381 8591 1121 2985 0 10923 0
[pid=28904/tid=28928] ppid=28903 vsize=57524 CPUtime=332.8
/proc/28904/task/28928/stat : 28928 (pb_cplex) R 28903 28903 28870 0 -1 4202560 367378 0 0 0 32851 429 0 0 16 0 2 0 146073375 58904576 8591 1992294400 134512640 146736320 4292940176 18446744073709551615 135983225 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1783.1
Current children cumulated vsize (KiB) 66224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1072.7 s]
/proc/loadavg: 1.63 1.69 1.19 3/109 28940
/proc/meminfo: memFree=1640624/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=57428 CPUtime=1800.06
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1727424 0 0 0 177862 2144 0 0 17 0 2 0 146009551 58806272 8599 1992294400 134512640 146736320 4292940176 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14357 8599 1121 2985 0 10899 0
[pid=28904/tid=28928] ppid=28903 vsize=57428 CPUtime=341.92
/proc/28904/task/28928/stat : 28928 (pb_cplex) R 28903 28903 28870 0 -1 4202560 374323 0 0 0 33752 440 0 0 17 0 2 0 146073375 58806272 8599 1992294400 134512640 146736320 4292940176 18446744073709551615 135846482 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 66128

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1072.7 s]
/proc/loadavg: 1.63 1.69 1.19 3/109 28940
/proc/meminfo: memFree=1640624/2059040 swapFree=4139216/4192956
[pid=28903] ppid=28901 vsize=8700 CPUtime=0
/proc/28903/stat : 28903 (run) S 28901 28903 28870 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146009551 8908800 249 1992294400 4194304 4922060 140733563249952 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28903/statm: 2175 249 208 178 0 68 0
[pid=28904] ppid=28903 vsize=57428 CPUtime=1800.06
/proc/28904/stat : 28904 (pb_cplex) R 28903 28903 28870 0 -1 4202496 1727424 0 0 0 177862 2144 0 0 17 0 2 0 146009551 58806272 8599 1992294400 134512640 146736320 4292940176 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28904/statm: 14357 8599 1121 2985 0 10899 0
[pid=28904/tid=28928] ppid=28903 vsize=57428 CPUtime=341.92
/proc/28904/task/28928/stat : 28928 (pb_cplex) R 28903 28903 28870 0 -1 4202560 374323 0 0 0 33752 440 0 0 17 0 2 0 146073375 58806272 8599 1992294400 134512640 146736320 4292940176 18446744073709551615 135846482 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 66128

Child status: 0
Real time (s): 1072.72
CPU time (s): 1800.09
CPU user time (s): 1778.64
CPU system time (s): 21.4517
CPU usage (%): 167.806
Max. virtual memory (cumulated for all children) (KiB): 83912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.64
system time used= 21.4517
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1727799
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= 327014
involuntary context switches= 27011

runsolver used 2.14767 second user time and 5.35419 second system time

The end

Launcher Data

Begin job on node034 at 2010-07-02 07:05:45
IDJOB=2696879
IDBENCH=47913
IDSOLVER=1209
FILE ID=node034/2696879-1278047145
PBS_JOBID= 11198857
Free space on /tmp= 62276 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=37-P1=67-P2=5-P3=47-P4=73-P5=127-P6=29-P7=127-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696879-1278047145/watcher-2696879-1278047145 -o /tmp/evaluation-result-2696879-1278047145/solver-2696879-1278047145 -C 1800 -W 2000 -M 1800  run HOME/instance-2696879-1278047145.opb

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

MD5SUM BENCH= 82374897eb5aaf8db9bb0fa8784aa552
RANDOM SEED=1685767235

node034.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1675156 kB
Buffers:        120128 kB
Cached:         178728 kB
SwapCached:       7564 kB
Active:         176704 kB
Inactive:       136420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1675156 kB
SwapTotal:     4192956 kB
SwapFree:      4139216 kB
Dirty:           16656 kB
Writeback:           0 kB
AnonPages:       12196 kB
Mapped:          12052 kB
Slab:            48892 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181932 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-2696879-1278047145.opb

Free space on /tmp at the end= 62260 MiB
End job on node034 at 2010-07-02 07:23:38