Trace number 2696949

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.08 1069.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=6-P0=47-P1=29-P2=11-P3=29-P4=53-B.opb
MD5SUM3b1480a2f2bf2b248b154d021617acb0
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.38794
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 variables72
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a 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)144
Sum of products size (including duplicates)288
Number of different products144
Sum of products size288

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696949-1278048179.opb.
0.00/0.00	c Instance file HOME/instance-2696949-1278048179.opb
0.00/0.00	c File size is 10692 bytes.
0.00/0.00	c Highest Coefficient sum: 8064
0.00/0.00	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:      216                                                 |
0.00/0.01	c |  Number Constraints:    297                                                 |
0.00/0.01	c ===============================================================================
1800.06/1069.22	c Remaining time 1799.99 sec.
1800.06/1069.22	c 
1800.06/1069.22	c *** INTERRUPTED ***
1800.06/1069.22	s UNKNOWN
1800.06/1069.22	c Total CPU time              : 1762.4 s
1800.06/1069.22	c Memory used           : 43.18 MB
1800.06/1069.22	c CPU time              : 1762.4 s
1800.06/1069.22	c 
1800.06/1069.22	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-2696949-1278048179/watcher-2696949-1278048179 -o /tmp/evaluation-result-2696949-1278048179/solver-2696949-1278048179 -C 1800 -W 2000 -M 1800 run HOME/instance-2696949-1278048179.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.95 1.81 1.22 3/105 1269
/proc/meminfo: memFree=1750480/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) R 1267 1269 1164 0 -1 4202496 347 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540988309 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0

[startup+0.079633 s]
/proc/loadavg: 1.95 1.81 1.22 3/105 1269
/proc/meminfo: memFree=1750480/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102062 s]
/proc/loadavg: 1.95 1.81 1.22 3/105 1269
/proc/meminfo: memFree=1750480/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.31193 s]
/proc/loadavg: 1.95 1.81 1.22 3/105 1269
/proc/meminfo: memFree=1750480/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.702714 s]
/proc/loadavg: 1.95 1.81 1.22 3/105 1269
/proc/meminfo: memFree=1750480/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50183 s]
/proc/loadavg: 1.95 1.81 1.22 3/108 1276
/proc/meminfo: memFree=1744008/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=32224 CPUtime=2.37
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 11768 0 0 0 226 11 0 0 17 0 2 0 146111110 32997376 2706 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1270/statm: 8056 2706 1073 2985 0 4598 0
[pid=1270/tid=1276] ppid=1269 vsize=32224 CPUtime=0.92
/proc/1270/task/1276/stat : 1276 (pb_cplex) R 1269 1269 1164 0 -1 4202560 4742 0 0 0 89 3 0 0 18 0 2 0 146111157 32997376 2706 1992294400 134512640 146736320 4288143616 18446744073709551615 135526881 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 40924

[startup+3.10203 s]
/proc/loadavg: 1.95 1.81 1.22 3/108 1276
/proc/meminfo: memFree=1742148/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=35980 CPUtime=5.31
/proc/1270/stat : 1270 (pb_cplex) S 1269 1269 1164 0 -1 4202496 27045 0 0 0 510 21 0 0 18 0 2 0 146111110 36843520 3608 1992294400 134512640 146736320 4288143616 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1270/statm: 8995 3608 1107 2985 0 5537 0
[pid=1270/tid=1276] ppid=1269 vsize=35980 CPUtime=2.38
/proc/1270/task/1276/stat : 1276 (pb_cplex) R 1269 1269 1164 0 -1 4202560 13033 0 0 0 229 9 0 0 18 0 2 0 146111157 36843520 3608 1992294400 134512640 146736320 4288143616 18446744073709551615 136019070 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 44680

[startup+6.30141 s]
/proc/loadavg: 1.96 1.82 1.23 3/108 1276
/proc/meminfo: memFree=1736940/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=38668 CPUtime=11.01
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 36811 0 0 0 1069 32 0 0 16 0 2 0 146111110 39596032 4168 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1270/statm: 9667 4168 1073 2985 0 6209 0
[pid=1270/tid=1276] ppid=1269 vsize=38668 CPUtime=5.35
/proc/1270/task/1276/stat : 1276 (pb_cplex) R 1269 1269 1164 0 -1 4202560 18571 0 0 0 520 15 0 0 17 0 2 0 146111157 39596032 4168 1992294400 134512640 146736320 4288143616 18446744073709551615 137374953 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 47368

[startup+12.7022 s]
/proc/loadavg: 1.96 1.82 1.23 3/108 1276
/proc/meminfo: memFree=1737684/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=38956 CPUtime=22.02
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 42015 0 0 0 2153 49 0 0 16 0 2 0 146111110 39890944 4264 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1270/statm: 9739 4264 1073 2985 0 6281 0
[pid=1270/tid=1276] ppid=1269 vsize=38956 CPUtime=10.67
/proc/1270/task/1276/stat : 1276 (pb_cplex) R 1269 1269 1164 0 -1 4202560 20445 0 0 0 1044 23 0 0 16 0 2 0 146111157 39890944 4264 1992294400 134512640 146736320 4288143616 18446744073709551615 135850737 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.02
Current children cumulated vsize (KiB) 47656

[startup+25.5008 s]
/proc/loadavg: 1.90 1.81 1.24 3/108 1279
/proc/meminfo: memFree=1733716/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=42508 CPUtime=42.67
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 56337 0 0 0 4181 86 0 0 16 0 2 0 146111110 43528192 5151 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1270/statm: 10627 5151 1096 2985 0 7169 0
[pid=1270/tid=1277] ppid=1269 vsize=42508 CPUtime=6.91
/proc/1270/task/1277/stat : 1277 (pb_cplex) R 1269 1269 1164 0 -1 4202560 2779 0 0 0 679 12 0 0 17 0 2 0 146112869 43528192 5151 1992294400 134512640 146736320 4288143616 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.67
Current children cumulated vsize (KiB) 51208

[startup+51.1009 s]
/proc/loadavg: 1.81 1.79 1.25 3/108 1281
/proc/meminfo: memFree=1738676/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=37636 CPUtime=87.44
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 89051 0 0 0 8566 178 0 0 18 0 2 0 146111110 38539264 4075 1992294400 134512640 146736320 4288143616 18446744073709551615 137718700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9409 4075 1101 2985 0 5951 0
[pid=1270/tid=1281] ppid=1269 vsize=37636 CPUtime=3.61
/proc/1270/task/1281/stat : 1281 (pb_cplex) S 1269 1269 1164 0 -1 4202560 11270 0 0 0 352 9 0 0 16 0 2 0 146115736 38539264 4075 1992294400 134512640 146736320 4288143616 18446744073709551615 144580073 0 2 4096 16387 18446604437827682624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.44
Current children cumulated vsize (KiB) 46336

[startup+102.309 s]
/proc/loadavg: 1.57 1.72 1.25 3/108 1283
/proc/meminfo: memFree=1737808/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=37452 CPUtime=170.05
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 119950 0 0 0 16667 338 0 0 16 0 2 0 146111110 38350848 3964 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9363 3964 1101 2985 0 5905 0
[pid=1270/tid=1281] ppid=1269 vsize=37452 CPUtime=44.17
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 33973 0 0 0 4326 91 0 0 16 0 2 0 146115736 38350848 3964 1992294400 134512640 146736320 4288143616 18446744073709551615 139028328 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (KiB) 46152

[startup+162.302 s]
/proc/loadavg: 1.57 1.70 1.27 3/108 1283
/proc/meminfo: memFree=1737188/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=38616 CPUtime=275.51
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 146577 0 0 0 26993 558 0 0 16 0 2 0 146111110 39542784 4236 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9654 4236 1120 2985 0 6196 0
[pid=1270/tid=1281] ppid=1269 vsize=38616 CPUtime=95.76
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 44685 0 0 0 9378 198 0 0 16 0 2 0 146115736 39542784 4236 1992294400 134512640 146736320 4288143616 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 275.51
Current children cumulated vsize (KiB) 47316

[startup+222.301 s]
/proc/loadavg: 1.54 1.68 1.29 2/108 1285
/proc/meminfo: memFree=1736816/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=39712 CPUtime=376.94
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 171367 0 0 0 36923 771 0 0 16 0 2 0 146111110 40665088 4442 1992294400 134512640 146736320 4288143616 18446744073709551615 136384800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9928 4442 1119 2985 0 6470 0
[pid=1270/tid=1281] ppid=1269 vsize=39712 CPUtime=146.86
/proc/1270/task/1281/stat : 1281 (pb_cplex) S 1269 1269 1164 0 -1 4202560 60803 0 0 0 14377 309 0 0 16 0 2 0 146115736 40665088 4442 1992294400 134512640 146736320 4288143616 18446744073709551615 144580073 0 2 4096 16387 18446604437827682624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 376.94
Current children cumulated vsize (KiB) 48412

[startup+282.301 s]
/proc/loadavg: 1.43 1.61 1.29 3/108 1287
/proc/meminfo: memFree=1736444/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=39416 CPUtime=479.65
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 182373 0 0 0 46986 979 0 0 16 0 2 0 146111110 40361984 4404 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9854 4404 1119 2985 0 6396 0
[pid=1270/tid=1281] ppid=1269 vsize=39416 CPUtime=198.25
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 63340 0 0 0 19413 412 0 0 16 0 2 0 146115736 40361984 4404 1992294400 134512640 146736320 4288143616 18446744073709551615 135196452 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 479.65
Current children cumulated vsize (KiB) 48116

[startup+342.302 s]
/proc/loadavg: 1.54 1.61 1.30 2/108 1289
/proc/meminfo: memFree=1737188/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=1270] ppid=1269 vsize=39236 CPUtime=778.33
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 212757 0 0 0 76235 1598 0 0 16 0 2 0 146111110 40177664 4309 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9809 4309 1120 2985 0 6351 0
[pid=1270/tid=1281] ppid=1269 vsize=39236 CPUtime=349.54
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 77225 0 0 0 34229 725 0 0 16 0 2 0 146115736 40177664 4309 1992294400 134512640 146736320 4288143616 18446744073709551615 136002760 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 778.33
Current children cumulated vsize (KiB) 47936

[startup+522.302 s]
/proc/loadavg: 1.68 1.61 1.35 3/108 1293
/proc/meminfo: memFree=1736196/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=39500 CPUtime=877.04
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 226405 0 0 0 85898 1806 0 0 16 0 2 0 146111110 40448000 4396 1992294400 134512640 146736320 4288143616 18446744073709551615 137343356 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9875 4396 1120 2985 0 6417 0
[pid=1270/tid=1281] ppid=1269 vsize=39500 CPUtime=399.76
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 83360 0 0 0 39145 831 0 0 16 0 2 0 146115736 40448000 4396 1992294400 134512640 146736320 4288143616 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 877.04
Current children cumulated vsize (KiB) 48200

[startup+582.301 s]
/proc/loadavg: 1.69 1.62 1.37 4/109 1298
/proc/meminfo: memFree=1734452/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=39588 CPUtime=976.68
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 241034 0 0 0 95655 2013 0 0 16 0 2 0 146111110 40538112 4381 1992294400 134512640 146736320 4288143616 18446744073709551615 135468517 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 9897 4381 1120 2985 0 6439 0
[pid=1270/tid=1281] ppid=1269 vsize=39588 CPUtime=449.5
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 94127 0 0 0 44015 935 0 0 16 0 2 0 146115736 40538112 4381 1992294400 134512640 146736320 4288143616 18446744073709551615 136387848 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 976.68
Current children cumulated vsize (KiB) 48288

[startup+642.301 s]
/proc/loadavg: 1.81 1.66 1.39 3/108 1300
/proc/meminfo: memFree=1734708/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=40232 CPUtime=1076.2
/proc/1270/stat : 1270 (pb_cplex) S 1269 1269 1164 0 -1 4202496 262788 0 0 0 105392 2228 0 0 15 0 2 0 146111110 41197568 4619 1992294400 134512640 146736320 4288143616 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 10058 4619 1123 2985 0 6600 0
[pid=1270/tid=1281] ppid=1269 vsize=40232 CPUtime=500.66
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 104998 0 0 0 49022 1044 0 0 16 0 2 0 146115736 41197568 4619 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1076.2
Current children cumulated vsize (KiB) 48932

[startup+702.302 s]
/proc/loadavg: 1.82 1.69 1.42 3/108 1302
/proc/meminfo: memFree=1734832/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=40232 CPUtime=1178.42
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 275445 0 0 0 115387 2455 0 0 16 0 2 0 146111110 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 10058 4690 1123 2985 0 6600 0
[pid=1270/tid=1281] ppid=1269 vsize=40232 CPUtime=551.83
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 111092 0 0 0 54027 1156 0 0 16 0 2 0 146115736 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 137117196 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1178.42
Current children cumulated vsize (KiB) 48932

[startup+762.309 s]
/proc/loadavg: 1.58 1.64 1.42 3/108 1302
/proc/meminfo: memFree=1734708/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=40232 CPUtime=1275
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 293141 0 0 0 124855 2645 0 0 16 0 2 0 146111110 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 10058 4690 1123 2985 0 6600 0
[pid=1270/tid=1281] ppid=1269 vsize=40232 CPUtime=601.25
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 116990 0 0 0 58871 1254 0 0 16 0 2 0 146115736 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 136476106 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1275
Current children cumulated vsize (KiB) 48932

[startup+822.301 s]
/proc/loadavg: 1.56 1.62 1.42 3/108 1304
/proc/meminfo: memFree=1734708/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=40232 CPUtime=1376.14
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 294522 0 0 0 134754 2860 0 0 16 0 2 0 146111110 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 10058 4690 1123 2985 0 6600 0
[pid=1270/tid=1281] ppid=1269 vsize=40232 CPUtime=651.58
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 117179 0 0 0 63800 1358 0 0 16 0 2 0 146115736 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 138799027 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1376.14
Current children cumulated vsize (KiB) 48932

[startup+882.302 s]
/proc/loadavg: 1.70 1.64 1.44 3/108 1306
/proc/meminfo: memFree=1734708/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=40232 CPUtime=1475.07
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 295299 0 0 0 144448 3059 0 0 16 0 2 0 146111110 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 10058 4690 1123 2985 0 6600 0
[pid=1270/tid=1281] ppid=1269 vsize=40232 CPUtime=701.38
/proc/1270/task/1281/stat : 1281 (pb_cplex) R 1269 1269 1164 0 -1 4202560 117515 0 0 0 68682 1456 0 0 16 0 2 0 146115736 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 136388115 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1475.07
Current children cumulated vsize (KiB) 48932

[startup+942.301 s]
/proc/loadavg: 1.64 1.63 1.45 3/108 1308
/proc/meminfo: memFree=1734708/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=40232 CPUtime=1574.92
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 295930 0 0 0 154226 3266 0 0 16 0 2 0 146111110 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 135846916 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1270/statm: 10058 4690 1123 2985 0 6600 0
[pid=1270/tid=1281] ppid=1269 vsize=40232 CPUtime=751.96
/proc/1270/task/1281/stat : 1281 (pb_cplex) S 1269 1269 1164 0 -1 4202560 118007 0 0 0 73636 1560 0 0 16 0 2 0 146115736 41197568 4690 1992294400 134512640 146736320 4288143616 18446744073709551615 144580073 0 2 4096 16387 18446604437827682624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1574.92
Current children cumulated vsize (KiB) 48932

[startup+1002.3 s]
/proc/loadavg: 1.83 1.67 1.47 3/108 1311
/proc/meminfo: memFree=1733096/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=43192 CPUtime=1676.67
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 300784 0 0 0 164191 3476 0 0 18 0 2 0 146111110 44228608 5181 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 10798 5181 1123 2985 0 7340 0
[pid=1270/tid=1309] ppid=1269 vsize=43192 CPUtime=36.33
/proc/1270/task/1309/stat : 1309 (pb_cplex) R 1269 1269 1164 0 -1 4202560 437 0 0 0 3551 82 0 0 17 0 2 0 146207380 44228608 5181 1992294400 134512640 146736320 4288143616 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1676.67
Current children cumulated vsize (KiB) 51892

[startup+1062.3 s]
/proc/loadavg: 1.94 1.73 1.50 3/108 1311
/proc/meminfo: memFree=1731608/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=44216 CPUtime=1787.29
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 307457 0 0 0 174991 3738 0 0 18 0 2 0 146111110 45277184 5419 1992294400 134512640 146736320 4288143616 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 11054 5419 1123 2985 0 7596 0
[pid=1270/tid=1309] ppid=1269 vsize=44216 CPUtime=91.38
/proc/1270/task/1309/stat : 1309 (pb_cplex) S 1269 1269 1164 0 -1 4202560 1174 0 0 0 8924 214 0 0 17 0 2 0 146207380 45277184 5419 1992294400 134512640 146736320 4288143616 18446744073709551615 144580073 0 2 4096 16387 18446604437827682624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.29
Current children cumulated vsize (KiB) 52916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1069.21 s]
/proc/loadavg: 1.95 1.73 1.51 2/108 1311
/proc/meminfo: memFree=1731608/2059040 swapFree=4138960/4192956
[pid=1269] ppid=1267 vsize=8700 CPUtime=0
/proc/1269/stat : 1269 (run) S 1267 1269 1164 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 146111109 8908800 248 1992294400 4194304 4922060 140734736379664 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1269/statm: 2175 248 208 178 0 68 0
[pid=1270] ppid=1269 vsize=44216 CPUtime=1800.06
/proc/1270/stat : 1270 (pb_cplex) R 1269 1269 1164 0 -1 4202496 307480 0 0 0 176238 3768 0 0 17 0 2 0 146111110 45277184 5419 1992294400 134512640 146736320 4288143616 18446744073709551615 136402273 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1270/statm: 11054 5419 1123 2985 0 7596 0
[pid=1270/tid=1309] ppid=1269 vsize=44216 CPUtime=97.69
/proc/1270/task/1309/stat : 1309 (pb_cplex) R 1269 1269 1164 0 -1 4202560 1174 0 0 0 9541 228 0 0 17 0 2 0 146207380 45277184 5419 1992294400 134512640 146736320 4288143616 18446744073709551615 144580073 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) 52916

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

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

Child status: 0
Real time (s): 1069.23
CPU time (s): 1800.08
CPU user time (s): 1762.4
CPU system time (s): 37.6873
CPU usage (%): 168.354
Max. virtual memory (cumulated for all children) (KiB): 53940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1762.4
system time used= 37.6873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307853
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= 1175790
involuntary context switches= 28642

runsolver used 2.04869 second user time and 5.19021 second system time

The end

Launcher Data

Begin job on node080 at 2010-07-02 07:22:59
IDJOB=2696949
IDBENCH=47983
IDSOLVER=1209
FILE ID=node080/2696949-1278048179
PBS_JOBID= 11198835
Free space on /tmp= 62288 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=47-P1=29-P2=11-P3=29-P4=53-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696949-1278048179/watcher-2696949-1278048179 -o /tmp/evaluation-result-2696949-1278048179/solver-2696949-1278048179 -C 1800 -W 2000 -M 1800  run HOME/instance-2696949-1278048179.opb

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

MD5SUM BENCH= 3b1480a2f2bf2b248b154d021617acb0
RANDOM SEED=1179453004

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1751628 kB
Buffers:         78368 kB
Cached:         132896 kB
SwapCached:       7432 kB
Active:         135608 kB
Inactive:        90464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1751628 kB
SwapTotal:     4192956 kB
SwapFree:      4138960 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       13216 kB
Mapped:          12060 kB
Slab:            59580 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184348 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-2696949-1278048179.opb

Free space on /tmp at the end= 62272 MiB
End job on node080 at 2010-07-02 07:40:49