Trace number 2696882

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.18 1054.93

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=89-P1=37-P2=43-P3=47-P4=41-P5=107-P6=127-B.opb
MD5SUM59a5e5c0509fa3a2bc4b2a05a02d5b79
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.643901
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 variables126
Total number of constraints13
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 constraints13
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)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696882-1278047145.opb.
0.00/0.00	c Instance file HOME/instance-2696882-1278047145.opb
0.00/0.00	c File size is 21871 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.01         s                                      |
0.00/0.02	c |  Number Variables:      420                                                 |
0.00/0.02	c |  Number Constraints:    601                                                 |
0.00/0.02	c ===============================================================================
1800.14/1054.92	c Remaining time 1799.99 sec.
1800.14/1054.92	c 
1800.14/1054.92	c *** INTERRUPTED ***
1800.14/1054.92	s UNKNOWN
1800.14/1054.92	c Total CPU time              : 1773.18 s
1800.14/1054.92	c Memory used           : 88.07 MB
1800.14/1054.92	c CPU time              : 1773.18 s
1800.14/1054.92	c 
1800.14/1054.92	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-2696882-1278047145/watcher-2696882-1278047145 -o /tmp/evaluation-result-2696882-1278047145/solver-2696882-1278047145 -C 1800 -W 2000 -M 1800 run HOME/instance-2696882-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 1462
/proc/meminfo: memFree=1351608/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) R 1460 1462 1429 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104828821 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0

[startup+0.0408241 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 1462
/proc/meminfo: memFree=1351608/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100821 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 1462
/proc/meminfo: memFree=1351608/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30481 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 1462
/proc/meminfo: memFree=1351608/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701366 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 1462
/proc/meminfo: memFree=1351608/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50142 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 1467
/proc/meminfo: memFree=1343896/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=33304 CPUtime=2.2
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 8902 0 0 0 213 7 0 0 17 0 2 0 146009916 34103296 2983 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 8326 2983 1072 2985 0 4868 0
[pid=1463/tid=1467] ppid=1462 vsize=33304 CPUtime=0.67
/proc/1463/task/1467/stat : 1467 (pb_cplex) R 1462 1462 1429 0 -1 4202560 1931 0 0 0 66 1 0 0 17 0 2 0 146009983 34103296 2983 1992294400 134512640 146736320 4286939056 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 42004

[startup+3.10152 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 1467
/proc/meminfo: memFree=1342160/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=36164 CPUtime=5.06
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 18585 0 0 0 491 15 0 0 17 0 2 0 146009916 37031936 3611 1992294400 134512640 146736320 4286939056 18446744073709551615 136476102 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1463/statm: 9041 3611 1074 2985 0 5583 0
[pid=1463/tid=1467] ppid=1462 vsize=36164 CPUtime=2.1
/proc/1463/task/1467/stat : 1467 (pb_cplex) R 1462 1462 1429 0 -1 4202560 7057 0 0 0 204 6 0 0 17 0 2 0 146009983 37031936 3611 1992294400 134512640 146736320 4286939056 18446744073709551615 135453306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 44864

[startup+6.30073 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 1467
/proc/meminfo: memFree=1337820/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=43352 CPUtime=10.52
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 30587 0 0 0 1023 29 0 0 16 0 2 0 146009916 44392448 5154 1992294400 134512640 146736320 4286939056 18446744073709551615 139023109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 10838 5162 1074 2985 0 7380 0
[pid=1463/tid=1467] ppid=1462 vsize=43352 CPUtime=4.81
/proc/1463/task/1467/stat : 1467 (pb_cplex) R 1462 1462 1429 0 -1 4202560 12860 0 0 0 468 13 0 0 16 0 2 0 146009983 44392448 5169 1992294400 134512640 146736320 4286939056 18446744073709551615 135854543 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (KiB) 52052

[startup+12.7021 s]
/proc/loadavg: 0.37 0.08 0.03 3/109 1467
/proc/meminfo: memFree=1331744/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=46232 CPUtime=20.93
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 42160 0 0 0 2053 40 0 0 16 0 2 0 146009916 47341568 5888 1992294400 134512640 146736320 4286939056 18446744073709551615 136382023 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 11558 5888 1074 2985 0 8100 0
[pid=1463/tid=1467] ppid=1462 vsize=46232 CPUtime=10.18
/proc/1463/task/1467/stat : 1467 (pb_cplex) S 1462 1462 1429 0 -1 4202560 14557 0 0 0 1001 17 0 0 17 0 2 0 146009983 47341568 5888 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 2 4096 16387 18446604437828404480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.93
Current children cumulated vsize (KiB) 54932

[startup+25.5009 s]
/proc/loadavg: 0.62 0.14 0.05 3/109 1469
/proc/meminfo: memFree=1327404/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=50488 CPUtime=41.12
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 71582 0 0 0 4047 65 0 0 17 0 2 0 146009916 51699712 6965 1992294400 134512640 146736320 4286939056 18446744073709551615 136730181 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 12622 6965 1074 2985 0 9164 0
[pid=1463/tid=1467] ppid=1462 vsize=50488 CPUtime=19.93
/proc/1463/task/1467/stat : 1467 (pb_cplex) R 1462 1462 1429 0 -1 4202560 33378 0 0 0 1961 32 0 0 16 0 2 0 146009983 51699712 6965 1992294400 134512640 146736320 4286939056 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.12
Current children cumulated vsize (KiB) 59188

[startup+51.1015 s]
/proc/loadavg: 0.88 0.26 0.09 2/109 1469
/proc/meminfo: memFree=1320708/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=55392 CPUtime=78.74
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 100687 0 0 0 7781 93 0 0 15 0 2 0 146009916 56721408 8296 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 13848 8296 1074 2985 0 10390 0
[pid=1463/tid=1467] ppid=1462 vsize=55392 CPUtime=35.99
/proc/1463/task/1467/stat : 1467 (pb_cplex) R 1462 1462 1429 0 -1 4202560 54174 0 0 0 3548 51 0 0 16 0 2 0 146009983 56721408 8296 1992294400 134512640 146736320 4286939056 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.74
Current children cumulated vsize (KiB) 64092

[startup+102.31 s]
/proc/loadavg: 1.37 0.49 0.17 3/109 1472
/proc/meminfo: memFree=1316864/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=60656 CPUtime=162.51
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 234620 0 0 0 16050 201 0 0 16 0 2 0 146009916 62111744 9447 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 15164 9447 1121 2985 0 11706 0
[pid=1463/tid=1470] ppid=1462 vsize=60656 CPUtime=29.63
/proc/1463/task/1470/stat : 1470 (pb_cplex) S 1462 1462 1429 0 -1 4202560 37267 0 0 0 2928 35 0 0 16 0 2 0 146016305 62111744 9447 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 2 4096 16387 18446604437828404480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 69356

[startup+162.301 s]
/proc/loadavg: 1.51 0.69 0.26 3/109 1472
/proc/meminfo: memFree=1315376/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=62268 CPUtime=264.78
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 363783 0 0 0 26122 356 0 0 17 0 2 0 146009916 63762432 9877 1992294400 134512640 146736320 4286939056 18446744073709551615 139023088 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1463/statm: 15567 9877 1121 2985 0 12109 0
[pid=1463/tid=1470] ppid=1462 vsize=62268 CPUtime=80.76
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 104448 0 0 0 7958 118 0 0 16 0 2 0 146016305 63762432 9877 1992294400 134512640 146736320 4286939056 18446744073709551615 135850008 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 264.78
Current children cumulated vsize (KiB) 70968

[startup+222.301 s]
/proc/loadavg: 1.76 0.91 0.36 2/109 1474
/proc/meminfo: memFree=1308184/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=69740 CPUtime=367.65
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 553385 0 0 0 36190 575 0 0 16 0 2 0 146009916 71413760 11634 1992294400 134512640 146736320 4286939056 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 17435 11634 1121 2985 0 13977 0
[pid=1463/tid=1470] ppid=1462 vsize=69740 CPUtime=131.88
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 205852 0 0 0 12953 235 0 0 17 0 2 0 146016305 71413760 11634 1992294400 134512640 146736320 4286939056 18446744073709551615 139028328 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 367.65
Current children cumulated vsize (KiB) 78440

[startup+282.302 s]
/proc/loadavg: 1.76 1.06 0.44 2/109 1476
/proc/meminfo: memFree=1309176/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=69612 CPUtime=466.96
/proc/1463/stat : 1463 (pb_cplex) S 1462 1462 1429 0 -1 4202496 608082 0 0 0 46002 694 0 0 16 0 2 0 146009916 71282688 11678 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 17403 11678 1122 2985 0 13945 0
[pid=1463/tid=1470] ppid=1462 vsize=69612 CPUtime=180.49
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 234448 0 0 0 17752 297 0 0 16 0 2 0 146016305 71282688 11678 1992294400 134512640 146736320 4286939056 18446744073709551615 137460202 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 466.96
Current children cumulated vsize (KiB) 78312

[startup+342.301 s]
/proc/loadavg: 1.67 1.15 0.51 3/109 1478
/proc/meminfo: memFree=1306448/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=1463] ppid=1462 vsize=82432 CPUtime=768.88
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 904594 0 0 0 75689 1199 0 0 16 0 2 0 146009916 84410368 14975 1992294400 134512640 146736320 4286939056 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 20608 14975 1122 2985 0 17150 0
[pid=1463/tid=1470] ppid=1462 vsize=82432 CPUtime=328.62
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 385394 0 0 0 32309 553 0 0 16 0 2 0 146016305 84410368 14975 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 768.88
Current children cumulated vsize (KiB) 91132

[startup+522.302 s]
/proc/loadavg: 1.53 1.33 0.69 2/109 1482
/proc/meminfo: memFree=1293304/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=84272 CPUtime=866.13
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 963822 0 0 0 85287 1326 0 0 16 0 2 0 146009916 86294528 15355 1992294400 134512640 146736320 4286939056 18446744073709551615 135850466 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 21068 15355 1122 2985 0 17610 0
[pid=1463/tid=1470] ppid=1462 vsize=84272 CPUtime=375.25
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 428698 0 0 0 36899 626 0 0 16 0 2 0 146016305 86294528 15355 1992294400 134512640 146736320 4286939056 18446744073709551615 136015692 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 866.13
Current children cumulated vsize (KiB) 92972

[startup+582.301 s]
/proc/loadavg: 1.51 1.36 0.74 2/109 1484
/proc/meminfo: memFree=1288964/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=88392 CPUtime=955.32
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1095510 0 0 0 94067 1465 0 0 15 0 2 0 146009916 90513408 16408 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 22098 16408 1122 2985 0 18640 0
[pid=1463/tid=1470] ppid=1462 vsize=88392 CPUtime=416.79
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 496700 0 0 0 40983 696 0 0 16 0 2 0 146016305 90513408 16408 1992294400 134512640 146736320 4286939056 18446744073709551615 135468621 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 955.32
Current children cumulated vsize (KiB) 97092

[startup+642.301 s]
/proc/loadavg: 1.63 1.43 0.80 3/109 1486
/proc/meminfo: memFree=1287848/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=89684 CPUtime=1062.61
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1180906 0 0 0 104623 1638 0 0 18 0 2 0 146009916 91836416 16628 1992294400 134512640 146736320 4286939056 18446744073709551615 138374177 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1463/statm: 22421 16628 1122 2985 0 18963 0
[pid=1463/tid=1470] ppid=1462 vsize=89684 CPUtime=470.33
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 560853 0 0 0 46229 804 0 0 16 0 2 0 146016305 91836416 16628 1992294400 134512640 146736320 4286939056 18446744073709551615 135850737 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.61
Current children cumulated vsize (KiB) 98384

[startup+702.302 s]
/proc/loadavg: 1.63 1.47 0.85 2/109 1488
/proc/meminfo: memFree=1288096/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=89524 CPUtime=1170.49
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1256915 0 0 0 115232 1817 0 0 18 0 2 0 146009916 91672576 16589 1992294400 134512640 146736320 4286939056 18446744073709551615 135526711 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 22381 16589 1122 2985 0 18923 0
[pid=1463/tid=1470] ppid=1462 vsize=89524 CPUtime=524.16
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 605798 0 0 0 51516 900 0 0 17 0 2 0 146016305 91672576 16589 1992294400 134512640 146736320 4286939056 18446744073709551615 135845851 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1170.49
Current children cumulated vsize (KiB) 98224

[startup+762.309 s]
/proc/loadavg: 1.70 1.53 0.91 3/109 1488
/proc/meminfo: memFree=1287476/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=89936 CPUtime=1277.86
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1340920 0 0 0 125792 1994 0 0 17 0 2 0 146009916 92094464 16763 1992294400 134512640 146736320 4286939056 18446744073709551615 136385265 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1463/statm: 22484 16763 1122 2985 0 19026 0
[pid=1463/tid=1470] ppid=1462 vsize=89936 CPUtime=577.8
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 657838 0 0 0 56782 998 0 0 16 0 2 0 146016305 92094464 16763 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1277.86
Current children cumulated vsize (KiB) 98636

[startup+822.301 s]
/proc/loadavg: 1.74 1.57 0.96 3/109 1490
/proc/meminfo: memFree=1287228/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=89900 CPUtime=1384.98
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1379408 0 0 0 136361 2137 0 0 18 0 2 0 146009916 92057600 16775 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 22475 16775 1122 2985 0 19017 0
[pid=1463/tid=1470] ppid=1462 vsize=89900 CPUtime=631.39
/proc/1463/task/1470/stat : 1470 (pb_cplex) S 1462 1462 1429 0 -1 4202560 679226 0 0 0 62066 1073 0 0 16 0 2 0 146016305 92057600 16775 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 2 4096 16387 18446604437828404480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1384.98
Current children cumulated vsize (KiB) 98600

[startup+882.302 s]
/proc/loadavg: 1.69 1.58 1.00 3/109 1492
/proc/meminfo: memFree=1287228/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=89928 CPUtime=1492.47
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1415042 0 0 0 146971 2276 0 0 17 0 2 0 146009916 92086272 16786 1992294400 134512640 146736320 4286939056 18446744073709551615 136015696 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1463/statm: 22482 16786 1122 2985 0 19024 0
[pid=1463/tid=1470] ppid=1462 vsize=89928 CPUtime=685.29
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 698063 0 0 0 67385 1144 0 0 16 0 2 0 146016305 92086272 16786 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1492.47
Current children cumulated vsize (KiB) 98628

[startup+942.302 s]
/proc/loadavg: 1.87 1.64 1.05 2/109 1494
/proc/meminfo: memFree=1287228/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=89928 CPUtime=1599.35
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1453425 0 0 0 157509 2426 0 0 16 0 2 0 146009916 92086272 16786 1992294400 134512640 146736320 4286939056 18446744073709551615 135468718 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 22482 16786 1122 2985 0 19024 0
[pid=1463/tid=1470] ppid=1462 vsize=89928 CPUtime=738.53
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 721153 0 0 0 72628 1225 0 0 17 0 2 0 146016305 92086272 16786 1992294400 134512640 146736320 4286939056 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1599.35
Current children cumulated vsize (KiB) 98628

[startup+1002.3 s]
/proc/loadavg: 1.87 1.67 1.10 3/109 1496
/proc/meminfo: memFree=1288344/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=88916 CPUtime=1706.47
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1499560 0 0 0 168066 2581 0 0 16 0 2 0 146009916 91049984 16497 1992294400 134512640 146736320 4286939056 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1463/statm: 22229 16497 1122 2985 0 18771 0
[pid=1463/tid=1470] ppid=1462 vsize=88916 CPUtime=791.99
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 747332 0 0 0 77897 1302 0 0 16 0 2 0 146016305 91049984 16497 1992294400 134512640 146736320 4286939056 18446744073709551615 137369166 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.47
Current children cumulated vsize (KiB) 97616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1054.91 s]
/proc/loadavg: 2.02 1.73 1.14 2/109 1496
/proc/meminfo: memFree=1288096/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=90184 CPUtime=1800.14
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1518561 0 0 0 177316 2698 0 0 16 0 2 0 146009916 92348416 16706 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1463/statm: 22546 16706 1122 2985 0 19088 0
[pid=1463/tid=1470] ppid=1462 vsize=90184 CPUtime=838.34
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 756478 0 0 0 82476 1358 0 0 16 0 2 0 146016305 92348416 16706 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 98884

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

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

[startup+1054.91 s]
/proc/loadavg: 2.02 1.73 1.14 2/109 1496
/proc/meminfo: memFree=1288096/2059040 swapFree=4138588/4192956
[pid=1462] ppid=1460 vsize=8700 CPUtime=0
/proc/1462/stat : 1462 (run) S 1460 1462 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009916 8908800 249 1992294400 4194304 4922060 140733457518432 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1462/statm: 2175 249 208 178 0 68 0
[pid=1463] ppid=1462 vsize=90184 CPUtime=1800.14
/proc/1463/stat : 1463 (pb_cplex) R 1462 1462 1429 0 -1 4202496 1518561 0 0 0 177316 2698 0 0 16 0 2 0 146009916 92348416 16706 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1463/statm: 22546 16706 1122 2985 0 19088 0
[pid=1463/tid=1470] ppid=1462 vsize=90184 CPUtime=838.34
/proc/1463/task/1470/stat : 1470 (pb_cplex) R 1462 1462 1429 0 -1 4202560 756478 0 0 0 82476 1358 0 0 16 0 2 0 146016305 92348416 16706 1992294400 134512640 146736320 4286939056 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 98884

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1054.93
CPU time (s): 1800.18
CPU user time (s): 1773.18
CPU system time (s): 26.9939
CPU usage (%): 170.644
Max. virtual memory (cumulated for all children) (KiB): 109100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.18
system time used= 26.9939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1518928
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= 562561
involuntary context switches= 28257

runsolver used 2.13867 second user time and 5.51416 second system time

The end

Launcher Data

Begin job on node029 at 2010-07-02 07:05:45
IDJOB=2696882
IDBENCH=47916
IDSOLVER=1209
FILE ID=node029/2696882-1278047145
PBS_JOBID= 11198861
Free space on /tmp= 62532 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=89-P1=37-P2=43-P3=47-P4=41-P5=107-P6=127-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696882-1278047145/watcher-2696882-1278047145 -o /tmp/evaluation-result-2696882-1278047145/solver-2696882-1278047145 -C 1800 -W 2000 -M 1800  run HOME/instance-2696882-1278047145.opb

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

MD5SUM BENCH= 59a5e5c0509fa3a2bc4b2a05a02d5b79
RANDOM SEED=1685767235

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1354072 kB
Buffers:        147896 kB
Cached:         446320 kB
SwapCached:       7896 kB
Active:         200732 kB
Inactive:       408344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1354072 kB
SwapTotal:     4192956 kB
SwapFree:      4138588 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       13028 kB
Mapped:          12020 kB
Slab:            73980 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184368 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-2696882-1278047145.opb

Free space on /tmp at the end= 62516 MiB
End job on node029 at 2010-07-02 07:23:22