Trace number 2696977

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.05 976.018

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=5-P1=11-P2=79-P3=109-B.opb
MD5SUM0a27d79e1432beae6ac37c69ce20353c
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.32395
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 variables63
Total number of constraints7
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 constraints7
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)147
Sum of products size (including duplicates)294
Number of different products147
Sum of products size294

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696977-1278048218.opb.
0.00/0.00	c Instance file HOME/instance-2696977-1278048218.opb
0.00/0.00	c File size is 10836 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      210                                                 |
0.00/0.01	c |  Number Constraints:    301                                                 |
0.00/0.01	c ===============================================================================
1800.02/976.01	c Remaining time 1799.99 sec.
1800.02/976.01	c 
1800.02/976.01	c *** INTERRUPTED ***
1800.02/976.01	s UNKNOWN
1800.02/976.01	c Total CPU time              : 1769.11 s
1800.02/976.01	c Memory used           : 47.27 MB
1800.02/976.01	c CPU time              : 1769.11 s
1800.02/976.01	c 
1800.02/976.01	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-2696977-1278048218/watcher-2696977-1278048218 -o /tmp/evaluation-result-2696977-1278048218/solver-2696977-1278048218 -C 1800 -W 2000 -M 1800 run HOME/instance-2696977-1278048218.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.63 1.69 1.19 3/106 28978
/proc/meminfo: memFree=1671772/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) R 28976 28978 28870 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420772245 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0

[startup+0.110438 s]
/proc/loadavg: 1.63 1.69 1.19 3/106 28978
/proc/meminfo: memFree=1671772/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.205217 s]
/proc/loadavg: 1.63 1.69 1.19 3/106 28978
/proc/meminfo: memFree=1671772/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.307212 s]
/proc/loadavg: 1.63 1.69 1.19 3/106 28978
/proc/meminfo: memFree=1671772/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700193 s]
/proc/loadavg: 1.63 1.69 1.19 3/106 28978
/proc/meminfo: memFree=1671772/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50015 s]
/proc/loadavg: 1.63 1.69 1.19 3/109 28985
/proc/meminfo: memFree=1665548/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=33672 CPUtime=2.38
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 10070 0 0 0 228 10 0 0 17 0 2 0 146116858 34480128 2832 1992294400 134512640 146736320 4286701136 18446744073709551615 138373526 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 8418 2832 1074 2985 0 4960 0
[pid=28979/tid=28985] ppid=28978 vsize=33672 CPUtime=0.95
/proc/28979/task/28985/stat : 28985 (pb_cplex) R 28978 28978 28870 0 -1 4202560 4334 0 0 0 92 3 0 0 20 0 2 0 146116906 34480128 2832 1992294400 134512640 146736320 4286701136 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 42372

[startup+3.10008 s]
/proc/loadavg: 1.66 1.70 1.20 3/109 28985
/proc/meminfo: memFree=1662200/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=36908 CPUtime=5.21
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 17624 0 0 0 503 18 0 0 17 0 2 0 146116858 37793792 3656 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 9227 3656 1074 2985 0 5769 0
[pid=28979/tid=28985] ppid=28978 vsize=36908 CPUtime=2.36
/proc/28979/task/28985/stat : 28985 (pb_cplex) R 28978 28978 28870 0 -1 4202560 7789 0 0 0 229 7 0 0 22 0 2 0 146116906 37793792 3656 1992294400 134512640 146736320 4286701136 18446744073709551615 135844448 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 45608

[startup+6.30193 s]
/proc/loadavg: 1.66 1.70 1.20 3/109 28985
/proc/meminfo: memFree=1656496/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=43336 CPUtime=10.85
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 29759 0 0 0 1054 31 0 0 17 0 2 0 146116858 44376064 4814 1992294400 134512640 146736320 4286701136 18446744073709551615 139023093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10834 4814 1076 2985 0 7376 0
[pid=28979/tid=28985] ppid=28978 vsize=43336 CPUtime=5.15
/proc/28979/task/28985/stat : 28985 (pb_cplex) R 28978 28978 28870 0 -1 4202560 15492 0 0 0 501 14 0 0 17 0 2 0 146116906 44376064 4814 1992294400 134512640 146736320 4286701136 18446744073709551615 137373566 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 52036

[startup+12.7016 s]
/proc/loadavg: 1.69 1.70 1.20 3/109 28985
/proc/meminfo: memFree=1655628/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=42196 CPUtime=21.99
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 46191 0 0 0 2147 52 0 0 16 0 2 0 146116858 43208704 4806 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10549 4806 1074 2985 0 7091 0
[pid=28979/tid=28985] ppid=28978 vsize=42196 CPUtime=11
/proc/28979/task/28985/stat : 28985 (pb_cplex) R 28978 28978 28870 0 -1 4202560 23341 0 0 0 1075 25 0 0 23 0 2 0 146116906 43208704 4806 1992294400 134512640 146736320 4286701136 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 50896

[startup+25.5 s]
/proc/loadavg: 1.76 1.72 1.21 3/109 28989
/proc/meminfo: memFree=1657984/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=40148 CPUtime=44.49
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 74906 0 0 0 4350 99 0 0 16 0 2 0 146116858 41111552 4339 1992294400 134512640 146736320 4286701136 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10037 4339 1095 2985 0 6579 0
[pid=28979/tid=28987] ppid=28978 vsize=40148 CPUtime=8.84
/proc/28979/task/28987/stat : 28987 (pb_cplex) R 28978 28978 28870 0 -1 4202560 17590 0 0 0 864 20 0 0 23 0 2 0 146118459 41111552 4339 1992294400 134512640 146736320 4286701136 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.49
Current children cumulated vsize (KiB) 48848

[startup+51.1008 s]
/proc/loadavg: 1.76 1.72 1.23 3/109 28989
/proc/meminfo: memFree=1656124/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=41324 CPUtime=89.58
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 130693 0 0 0 8775 183 0 0 16 0 2 0 146116858 42315776 4633 1992294400 134512640 146736320 4286701136 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10331 4633 1095 2985 0 6873 0
[pid=28979/tid=28987] ppid=28978 vsize=41324 CPUtime=32.9
/proc/28979/task/28987/stat : 28987 (pb_cplex) R 28978 28978 28870 0 -1 4202560 69075 0 0 0 3218 72 0 0 25 0 2 0 146118459 42315776 4633 1992294400 134512640 146736320 4286701136 18446744073709551615 139041219 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 89.58
Current children cumulated vsize (KiB) 50024

[startup+102.3 s]
/proc/loadavg: 1.86 1.75 1.26 3/109 28991
/proc/meminfo: memFree=1656868/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=40092 CPUtime=182.23
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 200840 0 0 0 17871 352 0 0 16 0 2 0 146116858 41054208 4452 1992294400 134512640 146736320 4286701136 18446744073709551615 136364182 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10023 4452 1116 2985 0 6565 0
[pid=28979/tid=28987] ppid=28978 vsize=40092 CPUtime=80.56
/proc/28979/task/28987/stat : 28987 (pb_cplex) R 28978 28978 28870 0 -1 4202560 107520 0 0 0 7896 160 0 0 25 0 2 0 146118459 41054208 4452 1992294400 134512640 146736320 4286701136 18446744073709551615 135526316 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 182.23
Current children cumulated vsize (KiB) 48792

[startup+162.301 s]
/proc/loadavg: 1.99 1.81 1.31 3/109 28991
/proc/meminfo: memFree=1656124/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=40416 CPUtime=290.2
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 311389 0 0 0 28459 561 0 0 17 0 2 0 146116858 41385984 4571 1992294400 134512640 146736320 4286701136 18446744073709551615 135454073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10104 4571 1116 2985 0 6646 0
[pid=28979/tid=28987] ppid=28978 vsize=40416 CPUtime=135.4
/proc/28979/task/28987/stat : 28987 (pb_cplex) R 28978 28978 28870 0 -1 4202560 152527 0 0 0 13275 265 0 0 22 0 2 0 146118459 41385984 4571 1992294400 134512640 146736320 4286701136 18446744073709551615 139041161 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 290.2
Current children cumulated vsize (KiB) 49116

[startup+222.309 s]
/proc/loadavg: 1.85 1.80 1.34 4/109 28993
/proc/meminfo: memFree=1655752/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=40416 CPUtime=399.96
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 403214 0 0 0 39221 775 0 0 18 0 2 0 146116858 41385984 4676 1992294400 134512640 146736320 4286701136 18446744073709551615 136402282 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10104 4676 1116 2985 0 6646 0
[pid=28979/tid=28987] ppid=28978 vsize=40416 CPUtime=191.83
/proc/28979/task/28987/stat : 28987 (pb_cplex) R 28978 28978 28870 0 -1 4202560 199274 0 0 0 18809 374 0 0 16 0 2 0 146118459 41385984 4676 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 49116

[startup+282.301 s]
/proc/loadavg: 1.95 1.83 1.37 3/109 28995
/proc/meminfo: memFree=1654760/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=42572 CPUtime=509.23
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 455113 0 0 0 49949 974 0 0 18 0 2 0 146116858 43593728 5037 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28979/statm: 10643 5037 1116 2985 0 7185 0
[pid=28979/tid=28987] ppid=28978 vsize=42572 CPUtime=245.94
/proc/28979/task/28987/stat : 28987 (pb_cplex) R 28978 28978 28870 0 -1 4202560 220587 0 0 0 24124 470 0 0 18 0 2 0 146118459 43593728 5037 1992294400 134512640 146736320 4286701136 18446744073709551615 137342089 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 509.23
Current children cumulated vsize (KiB) 51272

[startup+342.301 s]
/proc/loadavg: 1.82 1.80 1.39 4/109 28997
/proc/meminfo: memFree=1653892/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=28979] ppid=28978 vsize=43048 CPUtime=729.37
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 534918 0 0 0 71591 1346 0 0 18 0 2 0 146116858 44081152 5156 1992294400 134512640 146736320 4286701136 18446744073709551615 139041156 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10762 5156 1116 2985 0 7304 0
[pid=28979/tid=28987] ppid=28978 vsize=43048 CPUtime=354.91
/proc/28979/task/28987/stat : 28987 (pb_cplex) R 28978 28978 28870 0 -1 4202560 261753 0 0 0 34833 658 0 0 16 0 2 0 146118459 44081152 5156 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 729.37
Current children cumulated vsize (KiB) 51748

[startup+462.301 s]
/proc/loadavg: 1.98 1.85 1.45 3/109 29000
/proc/meminfo: memFree=1653272/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=43848 CPUtime=840.07
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 570568 0 0 0 82475 1532 0 0 18 0 2 0 146116858 44900352 5417 1992294400 134512640 146736320 4286701136 18446744073709551615 136364660 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 10962 5417 1116 2985 0 7504 0
[pid=28979/tid=29000] ppid=28978 vsize=43848 CPUtime=23.75
/proc/28979/task/29000/stat : 29000 (pb_cplex) R 28978 28978 28870 0 -1 4202560 5007 0 0 0 2333 42 0 0 19 0 2 0 146160506 44900352 5417 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 840.07
Current children cumulated vsize (KiB) 52548

[startup+522.301 s]
/proc/loadavg: 1.94 1.86 1.48 3/109 29005
/proc/meminfo: memFree=1651536/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=45332 CPUtime=951.88
/proc/28979/stat : 28979 (pb_cplex) S 28978 28978 28870 0 -1 4202496 602149 0 0 0 93466 1722 0 0 17 0 2 0 146116858 46419968 5682 1992294400 134512640 146736320 4286701136 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 11333 5682 1116 2985 0 7875 0
[pid=28979/tid=29000] ppid=28978 vsize=45332 CPUtime=79.26
/proc/28979/task/29000/stat : 29000 (pb_cplex) R 28978 28978 28870 0 -1 4202560 23345 0 0 0 7788 138 0 0 18 0 2 0 146160506 46419968 5682 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 951.88
Current children cumulated vsize (KiB) 54032

[startup+582.301 s]
/proc/loadavg: 1.87 1.85 1.50 3/109 29007
/proc/meminfo: memFree=1651536/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=44772 CPUtime=1063.94
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 625566 0 0 0 104485 1909 0 0 19 0 2 0 146116858 45846528 5686 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28979/statm: 11193 5686 1116 2985 0 7735 0
[pid=28979/tid=29000] ppid=28978 vsize=44772 CPUtime=134.63
/proc/28979/task/29000/stat : 29000 (pb_cplex) R 28978 28978 28870 0 -1 4202560 36402 0 0 0 13233 230 0 0 18 0 2 0 146160506 45846528 5686 1992294400 134512640 146736320 4286701136 18446744073709551615 135454070 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1063.94
Current children cumulated vsize (KiB) 53472

[startup+642.301 s]
/proc/loadavg: 1.92 1.87 1.52 3/109 29009
/proc/meminfo: memFree=1650420/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=46144 CPUtime=1175.9
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 648623 0 0 0 115514 2076 0 0 18 0 2 0 146116858 47251456 5966 1992294400 134512640 146736320 4286701136 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 11536 5966 1116 2985 0 8078 0
[pid=28979/tid=29000] ppid=28978 vsize=46144 CPUtime=190.52
/proc/28979/task/29000/stat : 29000 (pb_cplex) R 28978 28978 28870 0 -1 4202560 47620 0 0 0 18742 310 0 0 18 0 2 0 146160506 47251456 5966 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1175.9
Current children cumulated vsize (KiB) 54844

[startup+702.301 s]
/proc/loadavg: 1.94 1.88 1.55 3/109 29011
/proc/meminfo: memFree=1650916/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=45408 CPUtime=1287.99
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 664943 0 0 0 126540 2259 0 0 18 0 2 0 146116858 46497792 5841 1992294400 134512640 146736320 4286701136 18446744073709551615 135454096 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 11352 5841 1116 2985 0 7894 0
[pid=28979/tid=29000] ppid=28978 vsize=45408 CPUtime=246.74
/proc/28979/task/29000/stat : 29000 (pb_cplex) R 28978 28978 28870 0 -1 4202560 55096 0 0 0 24269 405 0 0 18 0 2 0 146160506 46497792 5841 1992294400 134512640 146736320 4286701136 18446744073709551615 135453259 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1287.99
Current children cumulated vsize (KiB) 54108

[startup+762.301 s]
/proc/loadavg: 1.98 1.90 1.57 3/109 29011
/proc/meminfo: memFree=1651164/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=46076 CPUtime=1400.26
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 678720 0 0 0 137587 2439 0 0 18 0 2 0 146116858 47181824 5855 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28979/statm: 11519 5855 1116 2985 0 8061 0
[pid=28979/tid=29000] ppid=28978 vsize=46076 CPUtime=302.43
/proc/28979/task/29000/stat : 29000 (pb_cplex) R 28978 28978 28870 0 -1 4202560 58491 0 0 0 29752 491 0 0 17 0 2 0 146160506 47181824 5855 1992294400 134512640 146736320 4286701136 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1400.26
Current children cumulated vsize (KiB) 54776

[startup+822.301 s]
/proc/loadavg: 1.89 1.88 1.58 3/109 29014
/proc/meminfo: memFree=1648560/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=49428 CPUtime=1512.4
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 705369 0 0 0 148616 2624 0 0 17 0 2 0 146116858 50614272 6399 1992294400 134512640 146736320 4286701136 18446744073709551615 136000534 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 12357 6399 1116 2985 0 8899 0
[pid=28979/tid=29014] ppid=28978 vsize=49428 CPUtime=4.24
/proc/28979/task/29014/stat : 29014 (pb_cplex) R 28978 28978 28870 0 -1 4202560 0 0 0 0 417 7 0 0 18 0 2 0 146198633 50614272 6399 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1512.4
Current children cumulated vsize (KiB) 58128

[startup+882.309 s]
/proc/loadavg: 2.00 1.92 1.62 3/109 29016
/proc/meminfo: memFree=1648560/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=48404 CPUtime=1624.75
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 715332 0 0 0 159677 2798 0 0 18 0 2 0 146116858 49565696 6431 1992294400 134512640 146736320 4286701136 18446744073709551615 135921213 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28979/statm: 12101 6431 1116 2985 0 8643 0
[pid=28979/tid=29014] ppid=28978 vsize=48404 CPUtime=59.86
/proc/28979/task/29014/stat : 29014 (pb_cplex) R 28978 28978 28870 0 -1 4202560 2814 0 0 0 5894 92 0 0 18 0 2 0 146198633 49565696 6431 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.75
Current children cumulated vsize (KiB) 57104

[startup+942.301 s]
/proc/loadavg: 1.94 1.90 1.63 3/109 29018
/proc/meminfo: memFree=1648064/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=49428 CPUtime=1736.88
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 729572 0 0 0 170701 2987 0 0 18 0 2 0 146116858 50614272 6519 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28979/statm: 12357 6519 1117 2985 0 8899 0
[pid=28979/tid=29014] ppid=28978 vsize=49428 CPUtime=115.55
/proc/28979/task/29014/stat : 29014 (pb_cplex) R 28978 28978 28870 0 -1 4202560 8906 0 0 0 11368 187 0 0 18 0 2 0 146198633 50614272 6519 1992294400 134512640 146736320 4286701136 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1736.88
Current children cumulated vsize (KiB) 58128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+976.001 s]
/proc/loadavg: 1.96 1.91 1.64 3/109 29018
/proc/meminfo: memFree=1648808/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=48404 CPUtime=1800.02
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 737944 0 0 0 176910 3092 0 0 18 0 2 0 146116858 49565696 6308 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28979/statm: 12101 6308 1116 2985 0 8643 0
[pid=28979/tid=29014] ppid=28978 vsize=48404 CPUtime=146.79
/proc/28979/task/29014/stat : 29014 (pb_cplex) R 28978 28978 28870 0 -1 4202560 11746 0 0 0 14443 236 0 0 18 0 2 0 146198633 49565696 6308 1992294400 134512640 146736320 4286701136 18446744073709551615 136015579 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 57104

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

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

[startup+976.001 s]
/proc/loadavg: 1.96 1.91 1.64 3/109 29018
/proc/meminfo: memFree=1648808/2059040 swapFree=4139216/4192956
[pid=28978] ppid=28976 vsize=8700 CPUtime=0
/proc/28978/stat : 28978 (run) S 28976 28978 28870 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146116858 8908800 248 1992294400 4194304 4922060 140734470458368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28978/statm: 2175 248 208 178 0 68 0
[pid=28979] ppid=28978 vsize=48404 CPUtime=1800.02
/proc/28979/stat : 28979 (pb_cplex) R 28978 28978 28870 0 -1 4202496 737944 0 0 0 176910 3092 0 0 18 0 2 0 146116858 49565696 6308 1992294400 134512640 146736320 4286701136 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28979/statm: 12101 6308 1116 2985 0 8643 0
[pid=28979/tid=29014] ppid=28978 vsize=48404 CPUtime=146.79
/proc/28979/task/29014/stat : 29014 (pb_cplex) R 28978 28978 28870 0 -1 4202560 11746 0 0 0 14443 236 0 0 18 0 2 0 146198633 49565696 6308 1992294400 134512640 146736320 4286701136 18446744073709551615 136015579 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 57104

Child status: 0
Real time (s): 976.018
CPU time (s): 1800.05
CPU user time (s): 1769.12
CPU system time (s): 30.9323
CPU usage (%): 184.428
Max. virtual memory (cumulated for all children) (KiB): 59152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.12
system time used= 30.9323
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 738318
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= 600497
involuntary context switches= 29763

runsolver used 1.84472 second user time and 5.2592 second system time

The end

Launcher Data

Begin job on node034 at 2010-07-02 07:23:38
IDJOB=2696977
IDBENCH=48011
IDSOLVER=1209
FILE ID=node034/2696977-1278048218
PBS_JOBID= 11198857
Free space on /tmp= 62276 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=5-P1=11-P2=79-P3=109-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696977-1278048218/watcher-2696977-1278048218 -o /tmp/evaluation-result-2696977-1278048218/solver-2696977-1278048218 -C 1800 -W 2000 -M 1800  run HOME/instance-2696977-1278048218.opb

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

MD5SUM BENCH= 0a27d79e1432beae6ac37c69ce20353c
RANDOM SEED=812323010

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1672548 kB
Buffers:        120704 kB
Cached:         180604 kB
SwapCached:       7564 kB
Active:         177220 kB
Inactive:       138420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1672548 kB
SwapTotal:     4192956 kB
SwapFree:      4139216 kB
Dirty:           16664 kB
Writeback:           0 kB
AnonPages:       12200 kB
Mapped:          11972 kB
Slab:            48900 kB
PageTables:       4232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182404 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-2696977-1278048218.opb

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