Trace number 2696971

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.07 1037.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=17-P1=11-P2=61-P3=5-P4=53-P5=7-P6=37-P7=7-B.opb
MD5SUM4c4368f6ede6fe3469b61db6ee1d3ae2
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.593909
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 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 constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)252
Sum of products size (including duplicates)504
Number of different products252
Sum of products size504

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696971-1278048202.opb.
0.00/0.00	c Instance file HOME/instance-2696971-1278048202.opb
0.00/0.00	c File size is 18837 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
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:      378                                                 |
0.00/0.01	c |  Number Constraints:    519                                                 |
0.00/0.01	c ===============================================================================
1800.04/1037.51	c Remaining time 1799.99 sec.
1800.04/1037.51	c 
1800.04/1037.51	c *** INTERRUPTED ***
1800.04/1037.51	s UNKNOWN
1800.04/1037.51	c Total CPU time              : 1774.48 s
1800.04/1037.51	c Memory used           : 60.73 MB
1800.04/1037.51	c CPU time              : 1774.48 s
1800.04/1037.51	c 
1800.04/1037.51	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-2696971-1278048202/watcher-2696971-1278048202 -o /tmp/evaluation-result-2696971-1278048202/solver-2696971-1278048202 -C 1800 -W 2000 -M 1800 run HOME/instance-2696971-1278048202.opb 

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


[startup+0 s]
/proc/loadavg: 1.86 1.70 1.14 3/106 1534
/proc/meminfo: memFree=1351176/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) R 1532 1534 1429 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104828821 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0

[startup+0.013319 s]
/proc/loadavg: 1.86 1.70 1.14 3/106 1534
/proc/meminfo: memFree=1351176/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105247 s]
/proc/loadavg: 1.86 1.70 1.14 3/106 1534
/proc/meminfo: memFree=1351176/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301522 s]
/proc/loadavg: 1.86 1.70 1.14 3/106 1534
/proc/meminfo: memFree=1351176/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700371 s]
/proc/loadavg: 1.86 1.70 1.14 3/106 1534
/proc/meminfo: memFree=1351176/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/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: 1.86 1.70 1.14 2/109 1539
/proc/meminfo: memFree=1344332/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=32652 CPUtime=2.28
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 12255 0 0 0 221 7 0 0 17 0 2 0 146115644 33435648 2751 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 8163 2751 1071 2985 0 4705 0
[pid=1535/tid=1539] ppid=1534 vsize=32652 CPUtime=0.6
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 6176 0 0 0 58 2 0 0 17 0 2 0 146115722 33435648 2751 1992294400 134512640 146736320 4292908848 18446744073709551615 137461426 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 41352

[startup+3.10152 s]
/proc/loadavg: 1.86 1.70 1.14 3/109 1539
/proc/meminfo: memFree=1342224/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=36268 CPUtime=4.94
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 25150 0 0 0 479 15 0 0 16 0 2 0 146115644 37138432 3561 1992294400 134512640 146736320 4292908848 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 9067 3561 1074 2985 0 5609 0
[pid=1535/tid=1539] ppid=1534 vsize=36268 CPUtime=1.92
/proc/1535/task/1539/stat : 1539 (pb_cplex) S 1534 1534 1429 0 -1 4202560 13580 0 0 0 186 6 0 0 17 0 2 0 146115722 37138432 3561 1992294400 134512640 146736320 4292908848 18446744073709551615 144580073 0 2 4096 16387 18446604437804066880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 44968

[startup+6.30172 s]
/proc/loadavg: 1.95 1.72 1.15 3/109 1539
/proc/meminfo: memFree=1338752/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=37940 CPUtime=10.37
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 32204 0 0 0 1014 23 0 0 16 0 2 0 146115644 38850560 3972 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 9485 3972 1074 2985 0 6027 0
[pid=1535/tid=1539] ppid=1534 vsize=37940 CPUtime=4.58
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 15649 0 0 0 448 10 0 0 16 0 2 0 146115722 38850560 3972 1992294400 134512640 146736320 4292908848 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 46640

[startup+12.7011 s]
/proc/loadavg: 1.88 1.71 1.15 3/109 1541
/proc/meminfo: memFree=1334536/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=41644 CPUtime=20.58
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 52456 0 0 0 2019 39 0 0 15 0 2 0 146115644 42643456 4923 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 10411 4923 1074 2985 0 6953 0
[pid=1535/tid=1539] ppid=1534 vsize=41644 CPUtime=9.71
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 25997 0 0 0 953 18 0 0 16 0 2 0 146115722 42643456 4923 1992294400 134512640 146736320 4292908848 18446744073709551615 135526140 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 50344

[startup+25.5009 s]
/proc/loadavg: 1.75 1.69 1.15 3/109 1541
/proc/meminfo: memFree=1329328/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=46280 CPUtime=41.72
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 87463 0 0 0 4109 63 0 0 17 0 2 0 146115644 47390720 6079 1992294400 134512640 146736320 4292908848 18446744073709551615 136008647 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 11570 6079 1074 2985 0 8112 0
[pid=1535/tid=1539] ppid=1534 vsize=46280 CPUtime=19.71
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 46930 0 0 0 1939 32 0 0 16 0 2 0 146115722 47390720 6079 1992294400 134512640 146736320 4292908848 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.72
Current children cumulated vsize (KiB) 54980

[startup+51.1005 s]
/proc/loadavg: 1.61 1.66 1.16 2/109 1541
/proc/meminfo: memFree=1327964/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=48744 CPUtime=79.53
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 111526 0 0 0 7859 94 0 0 16 0 2 0 146115644 49913856 6522 1992294400 134512640 146736320 4292908848 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1535/statm: 12186 6522 1082 2985 0 8728 0
[pid=1535/tid=1539] ppid=1534 vsize=48744 CPUtime=34.97
/proc/1535/task/1539/stat : 1539 (pb_cplex) S 1534 1534 1429 0 -1 4202560 61307 0 0 0 3449 48 0 0 17 0 2 0 146115722 49913856 6522 1992294400 134512640 146736320 4292908848 18446744073709551615 144580073 0 2 4096 16387 18446604437804066880 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 79.53
Current children cumulated vsize (KiB) 57444

[startup+102.309 s]
/proc/loadavg: 1.80 1.70 1.19 2/109 1543
/proc/meminfo: memFree=1326724/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=50328 CPUtime=168.22
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 183363 0 0 0 16609 213 0 0 17 0 2 0 146115644 51535872 6897 1992294400 134512640 146736320 4292908848 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1535/statm: 12582 6897 1082 2985 0 9124 0
[pid=1535/tid=1539] ppid=1534 vsize=50328 CPUtime=78.58
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 102987 0 0 0 7746 112 0 0 16 0 2 0 146115722 51535872 6897 1992294400 134512640 146736320 4292908848 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 168.22
Current children cumulated vsize (KiB) 59028

[startup+162.301 s]
/proc/loadavg: 1.96 1.75 1.24 3/109 1545
/proc/meminfo: memFree=1322756/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=53184 CPUtime=270.74
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 312724 0 0 0 26684 390 0 0 16 0 2 0 146115644 54460416 7767 1992294400 134512640 146736320 4292908848 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 13296 7767 1082 2985 0 9838 0
[pid=1535/tid=1539] ppid=1534 vsize=53184 CPUtime=129.85
/proc/1535/task/1539/stat : 1539 (pb_cplex) S 1534 1534 1429 0 -1 4202560 162152 0 0 0 12785 200 0 0 16 0 2 0 146115722 54460416 7767 1992294400 134512640 146736320 4292908848 18446744073709551615 144580073 0 2 4096 16387 18446604437804066880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 270.74
Current children cumulated vsize (KiB) 61884

[startup+222.301 s]
/proc/loadavg: 1.77 1.73 1.27 3/109 1545
/proc/meminfo: memFree=1322260/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=54732 CPUtime=374.98
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 388254 0 0 0 36950 548 0 0 16 0 2 0 146115644 56045568 7955 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 13683 7955 1082 2985 0 10225 0
[pid=1535/tid=1539] ppid=1534 vsize=54732 CPUtime=181.28
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 193347 0 0 0 17853 275 0 0 17 0 2 0 146115722 56045568 7955 1992294400 134512640 146736320 4292908848 18446744073709551615 135846485 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 374.98
Current children cumulated vsize (KiB) 63432

[startup+282.301 s]
/proc/loadavg: 1.66 1.70 1.28 2/109 1547
/proc/meminfo: memFree=1321640/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=55356 CPUtime=478.57
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 452618 0 0 0 47151 706 0 0 17 0 2 0 146115644 56684544 8106 1992294400 134512640 146736320 4292908848 18446744073709551615 139041149 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1535/statm: 13839 8106 1082 2985 0 10381 0
[pid=1535/tid=1539] ppid=1534 vsize=55356 CPUtime=231.78
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 217487 0 0 0 22825 353 0 0 16 0 2 0 146115722 56684544 8106 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 478.57
Current children cumulated vsize (KiB) 64056

[startup+342.301 s]
/proc/loadavg: 1.77 1.73 1.31 3/109 1549
/proc/meminfo: memFree=1320276/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=1535] ppid=1534 vsize=58668 CPUtime=788.46
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 654892 0 0 0 77683 1163 0 0 16 0 2 0 146115644 60076032 9089 1992294400 134512640 146736320 4292908848 18446744073709551615 135468172 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 14667 9089 1103 2985 0 11209 0
[pid=1535/tid=1539] ppid=1534 vsize=58668 CPUtime=383.67
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 307346 0 0 0 37792 575 0 0 16 0 2 0 146115722 60076032 9089 1992294400 134512640 146736320 4292908848 18446744073709551615 136002916 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 788.46
Current children cumulated vsize (KiB) 67368

[startup+522.301 s]
/proc/loadavg: 1.95 1.80 1.41 3/109 1556
/proc/meminfo: memFree=1317044/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=60000 CPUtime=893.15
/proc/1535/stat : 1535 (pb_cplex) S 1534 1534 1429 0 -1 4202496 695284 0 0 0 88004 1311 0 0 16 0 2 0 146115644 61440000 9244 1992294400 134512640 146736320 4292908848 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15000 9244 1103 2985 0 11542 0
[pid=1535/tid=1539] ppid=1534 vsize=60000 CPUtime=435.14
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 319228 0 0 0 42873 641 0 0 16 0 2 0 146115722 61440000 9244 1992294400 134512640 146736320 4292908848 18446744073709551615 139023043 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 893.15
Current children cumulated vsize (KiB) 68700

[startup+582.301 s]
/proc/loadavg: 1.89 1.80 1.43 4/109 1558
/proc/meminfo: memFree=1316052/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=59728 CPUtime=997.59
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 752996 0 0 0 98299 1460 0 0 16 0 2 0 146115644 61161472 9428 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 14932 9428 1103 2985 0 11474 0
[pid=1535/tid=1539] ppid=1534 vsize=59728 CPUtime=485.85
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 352242 0 0 0 47868 717 0 0 16 0 2 0 146115722 61161472 9428 1992294400 134512640 146736320 4292908848 18446744073709551615 135526874 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 997.59
Current children cumulated vsize (KiB) 68428

[startup+642.301 s]
/proc/loadavg: 1.84 1.79 1.45 3/109 1560
/proc/meminfo: memFree=1315556/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=61112 CPUtime=1102.65
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 788020 0 0 0 108663 1602 0 0 16 0 2 0 146115644 62578688 9559 1992294400 134512640 146736320 4292908848 18446744073709551615 135455219 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15278 9559 1103 2985 0 11820 0
[pid=1535/tid=1539] ppid=1534 vsize=61112 CPUtime=537.18
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 368956 0 0 0 52931 787 0 0 16 0 2 0 146115722 62578688 9559 1992294400 134512640 146736320 4292908848 18446744073709551615 135655984 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1102.65
Current children cumulated vsize (KiB) 69812

[startup+702.301 s]
/proc/loadavg: 1.86 1.81 1.47 3/109 1566
/proc/meminfo: memFree=1315556/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=61112 CPUtime=1208.37
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 840076 0 0 0 119085 1752 0 0 16 0 2 0 146115644 62578688 9559 1992294400 134512640 146736320 4292908848 18446744073709551615 135453309 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15278 9559 1103 2985 0 11820 0
[pid=1535/tid=1539] ppid=1534 vsize=61112 CPUtime=588.94
/proc/1535/task/1539/stat : 1539 (pb_cplex) S 1534 1534 1429 0 -1 4202560 392638 0 0 0 58035 859 0 0 16 0 2 0 146115722 62578688 9559 1992294400 134512640 146736320 4292908848 18446744073709551615 144580073 0 2 4096 16387 18446604437804066880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1208.37
Current children cumulated vsize (KiB) 69812

[startup+762.308 s]
/proc/loadavg: 1.89 1.83 1.50 3/109 1568
/proc/meminfo: memFree=1315432/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=61112 CPUtime=1314.32
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 914401 0 0 0 129514 1918 0 0 16 0 2 0 146115644 62578688 9559 1992294400 134512640 146736320 4292908848 18446744073709551615 135983228 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15278 9559 1103 2985 0 11820 0
[pid=1535/tid=1539] ppid=1534 vsize=61112 CPUtime=640.87
/proc/1535/task/1539/stat : 1539 (pb_cplex) S 1534 1534 1429 0 -1 4202560 422995 0 0 0 63153 934 0 0 16 0 2 0 146115722 62578688 9559 1992294400 134512640 146736320 4292908848 18446744073709551615 144580073 0 2 4096 16387 18446604437804066880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1314.32
Current children cumulated vsize (KiB) 69812

[startup+822.301 s]
/proc/loadavg: 1.72 1.79 1.51 3/109 1568
/proc/meminfo: memFree=1314192/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=61724 CPUtime=1419.89
/proc/1535/stat : 1535 (pb_cplex) S 1534 1534 1429 0 -1 4202496 964255 0 0 0 139930 2059 0 0 16 0 2 0 146115644 63205376 9877 1992294400 134512640 146736320 4292908848 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15431 9877 1117 2985 0 11973 0
[pid=1535/tid=1539] ppid=1534 vsize=61724 CPUtime=692.82
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 452202 0 0 0 68275 1007 0 0 16 0 2 0 146115722 63205376 9877 1992294400 134512640 146736320 4292908848 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1419.89
Current children cumulated vsize (KiB) 70424

[startup+882.301 s]
/proc/loadavg: 1.67 1.77 1.51 3/109 1570
/proc/meminfo: memFree=1313580/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=62496 CPUtime=1525.72
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 1014779 0 0 0 150365 2207 0 0 16 0 2 0 146115644 63995904 9999 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15624 9999 1103 2985 0 12166 0
[pid=1535/tid=1539] ppid=1534 vsize=62496 CPUtime=745.21
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 473872 0 0 0 73443 1078 0 0 16 0 2 0 146115722 63995904 9999 1992294400 134512640 146736320 4292908848 18446744073709551615 137014888 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1525.72
Current children cumulated vsize (KiB) 71196

[startup+942.302 s]
/proc/loadavg: 1.53 1.70 1.51 3/109 1572
/proc/meminfo: memFree=1314076/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=62548 CPUtime=1631.9
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 1027814 0 0 0 160848 2342 0 0 16 0 2 0 146115644 64049152 10015 1992294400 134512640 146736320 4292908848 18446744073709551615 135454073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15637 10015 1103 2985 0 12179 0
[pid=1535/tid=1539] ppid=1534 vsize=62548 CPUtime=797.58
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 481646 0 0 0 78613 1145 0 0 16 0 2 0 146115722 64049152 10015 1992294400 134512640 146736320 4292908848 18446744073709551615 139041219 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1631.9
Current children cumulated vsize (KiB) 71248

[startup+1002.3 s]
/proc/loadavg: 1.57 1.68 1.51 3/109 1574
/proc/meminfo: memFree=1314200/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=61792 CPUtime=1738.08
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 1038825 0 0 0 171332 2476 0 0 16 0 2 0 146115644 63275008 9897 1992294400 134512640 146736320 4292908848 18446744073709551615 135468169 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15448 9897 1103 2985 0 11990 0
[pid=1535/tid=1539] ppid=1534 vsize=61792 CPUtime=849.91
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 486420 0 0 0 83779 1212 0 0 16 0 2 0 146115722 63275008 9897 1992294400 134512640 146736320 4292908848 18446744073709551615 135450447 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1738.08
Current children cumulated vsize (KiB) 70492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1037.5 s]
/proc/loadavg: 1.71 1.70 1.52 3/109 1574
/proc/meminfo: memFree=1315440/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=62180 CPUtime=1800.04
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 1050393 0 0 0 177446 2558 0 0 16 0 2 0 146115644 63672320 9852 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15545 9852 1103 2985 0 12087 0
[pid=1535/tid=1539] ppid=1534 vsize=62180 CPUtime=880.36
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 492505 0 0 0 86781 1255 0 0 16 0 2 0 146115722 63672320 9852 1992294400 134512640 146736320 4292908848 18446744073709551615 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 70880

Sending SIGTERM to process tree (bottom up)


[startup+olver just ended. Dumping a history of the last processes samples

1037.5 s]
/proc/loadavg: 1.71 1.70 1.52 3/109 1574
/proc/meminfo: memFree=1315440/2059040 swapFree=4138588/4192956
[pid=1534] ppid=1532 vsize=8700 CPUtime=0
/proc/1534/stat : 1534 (run) S 1532 1534 1429 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115643 8908800 249 1992294400 4194304 4922060 140734771664736 18446744073709551615 213104827525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1534/statm: 2175 249 208 178 0 68 0
[pid=1535] ppid=1534 vsize=62180 CPUtime=1800.04
/proc/1535/stat : 1535 (pb_cplex) R 1534 1534 1429 0 -1 4202496 1050393 0 0 0 177446 2558 0 0 16 0 2 0 146115644 63672320 9852 1992294400 134512640 146736320 4292908848 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1535/statm: 15545 9852 1103 2985 0 12087 0
[pid=1535/tid=1539] ppid=1534 vsize=62180 CPUtime=880.36
/proc/1535/task/1539/stat : 1539 (pb_cplex) R 1534 1534 1429 0 -1 4202560 492505 0 0 0 86781 1255 0 0 16 0 2 0 146115722 63672320 9852 1992294400 134512640 146736320 4292908848 18446744073709551615 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 70880

Child status: 0
Real time (s): 1037.52
CPU time (s): 1800.07
CPU user time (s): 1774.49
CPU system time (s): 25.5881
CPU usage (%): 173.498
Max. virtual memory (cumulated for all children) (KiB): 76236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.49
system time used= 25.5881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1050767
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= 725377
involuntary context switches= 26809

runsolver used 1.9967 second user time and 5.2622 second system time

The end

Launcher Data

Begin job on node029 at 2010-07-02 07:23:22
IDJOB=2696971
IDBENCH=48005
IDSOLVER=1209
FILE ID=node029/2696971-1278048202
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=6-P0=17-P1=11-P2=61-P3=5-P4=53-P5=7-P6=37-P7=7-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696971-1278048202/watcher-2696971-1278048202 -o /tmp/evaluation-result-2696971-1278048202/solver-2696971-1278048202 -C 1800 -W 2000 -M 1800  run HOME/instance-2696971-1278048202.opb

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

MD5SUM BENCH= 4c4368f6ede6fe3469b61db6ee1d3ae2
RANDOM SEED=812323010

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:       1351952 kB
Buffers:        148356 kB
Cached:         447820 kB
SwapCached:       7896 kB
Active:         201196 kB
Inactive:       409916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1351952 kB
SwapTotal:     4192956 kB
SwapFree:      4138588 kB
Dirty:           16660 kB
Writeback:           0 kB
AnonPages:       13104 kB
Mapped:          12044 kB
Slab:            73988 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183300 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-2696971-1278048202.opb

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