Trace number 1875427

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 NameAnswerobjCPU timeWall clock time
wbo 1.0? (TO) 1800.27 1801.2

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_3.opb
MD5SUM29cda419af6adbdf14450bbe70fbdfc2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1797.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Solver Data

0.00/0.00	c This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1875427-1245210587.opb.
0.00/0.00	c Instance file HOME/instance-1875427-1245210587.opb
0.00/0.00	c File size is 259160 bytes.
0.00/0.03	c Highest Coefficient sum: 200
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      3290                                                |
0.00/0.03	c |  Number Clauses:        3290                                                |
0.00/0.03	c |  Number Cardinality:    202                                                 |
0.00/0.03	c |  Number PB Constraints: 3090                                                |
0.00/0.03	c core #1
0.00/0.03	c Core size: 201	Core Weight: 1	Total Weight: -99
0.00/0.03	c Elapsed CPU time: 0.034994 s	Remaining CPU time: 1799.97 s
0.00/0.04	c ============================[ Search Statistics ]==============================
0.00/0.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.04	c ===============================================================================
0.00/0.04	c |         0 |    3390     6583    25620 |     5000        0    nan |  0.000 % |
0.04/0.06	c |       100 |    3390     6583    25620 |     5500      100     34 |  1.151 % |
0.04/0.07	c ===============================================================================
0.04/0.07	c core #2
0.04/0.07	c Core size: 284	Core Weight: 1	Total Weight: -98
0.04/0.07	c Elapsed CPU time: 0.067989 s	Remaining CPU time: 1799.93 s
0.04/0.08	c Learning 32 hard constraints
0.04/0.08	c ============================[ Search Statistics ]==============================
0.04/0.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.08	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.04/0.08	c ===============================================================================
0.04/0.08	c |         0 |    3479     6616    25893 |     5000        0    nan |  0.000 % |
0.09/0.10	c |       101 |    3479     6616    25893 |     5500      101     59 |  0.029 % |
0.09/0.13	c |       256 |    3478     6616    25893 |     6050      255     52 |  0.977 % |
0.09/0.19	c |       509 |    3412     6616    25893 |     6655      360     70 |  1.927 % |
0.19/0.25	c |       850 |    3412     6616    25893 |     7320      701     60 |  1.926 % |
0.29/0.37	c |      1364 |    3163     6616    25893 |     8052     1031     67 |  9.085 % |
0.49/0.55	c |      2123 |    2725     6616    25893 |     8857     1417     75 | 21.674 % |
0.89/0.90	c |      3262 |    2212     6616    25893 |     9743     1873     81 | 44.898 % |
0.89/0.92	c ===============================================================================
0.89/0.95	c core #3
0.89/0.95	c Core size: 503	Core Weight: 1	Total Weight: -97
0.89/0.95	c Elapsed CPU time: 0.928858 s	Remaining CPU time: 1799.07 s
0.89/0.96	c Learning 28 hard constraints
0.89/0.96	c ============================[ Search Statistics ]==============================
0.89/0.96	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.96	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.89/0.96	c ===============================================================================
0.89/0.96	c |         0 |    3579     6645    27338 |     5000        0    nan |  0.000 % |
0.89/0.99	c |       100 |    3579     6645    27338 |     5500      100    114 |  0.000 % |
1.00/1.02	c |       250 |    3579     6645    27338 |     6050      250     84 |  0.000 % |
1.00/1.08	c |       512 |    3579     6645    27338 |     6655      512     71 |  0.000 % |
1.10/1.16	c |       849 |    3579     6645    27338 |     7320      849     69 |  0.000 % |
1.29/1.30	c |      1355 |    3579     6645    27338 |     8052     1355     64 |  0.001 % |
1.39/1.48	c |      2114 |    3579     6645    27338 |     8857     2114     68 |  0.001 % |
1.69/1.79	c |      3255 |    3579     6645    27338 |     9743     3255     68 |  0.002 % |
2.19/2.27	c |      4964 |    3579     6645    27338 |    10717     4964     68 |  0.009 % |
3.08/3.16	c |      7526 |    3537     6645    27338 |    11789     4143     66 |  1.174 % |
4.49/4.57	c |     11370 |    3537     6645    27338 |    12968     7987     64 |  1.184 % |
6.59/6.63	c |     17136 |    3468     6645    27338 |    14265    11468     65 | 14.311 % |
7.79/7.88	c ===============================================================================
8.08/8.19	c core #4
8.08/8.19	c Core size: 1474	Core Weight: 1	Total Weight: -96
8.08/8.19	c Elapsed CPU time: 8.09177 s	Remaining CPU time: 1791.91 s
8.18/8.23	c Learning 1100 hard constraints
8.18/8.23	c ============================[ Search Statistics ]==============================
8.18/8.23	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.18/8.23	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
8.18/8.23	c ===============================================================================
8.18/8.23	c |         0 |    3679     7746    49654 |     5000        0    nan |  0.000 % |
8.18/8.26	c |       100 |    3679     7746    49654 |     5500      100    149 |  0.000 % |
8.28/8.33	c |       250 |    3679     7746    49654 |     6050      250     96 |  0.000 % |
8.28/8.40	c |       475 |    3679     7746    49654 |     6655      475     92 |  0.000 % |
8.39/8.48	c |       814 |    3679     7746    49654 |     7320      814     92 |  0.000 % |
8.59/8.61	c |      1321 |    3679     7746    49654 |     8052     1321     83 |  0.000 % |
8.79/8.85	c |      2080 |    3679     7746    49654 |     8857     2080     79 |  0.000 % |
9.28/9.31	c |      3219 |    3679     7746    49654 |     9743     3219     78 |  0.000 % |
10.08/10.14	c |      4931 |    3679     7746    49654 |    10717     4931     85 |  0.000 % |
11.09/11.16	c |      7493 |    3679     7746    49654 |    11789     7493     93 |  0.000 % |
12.88/12.91	c |     11340 |    3679     7746    49654 |    12968    11340     94 |  0.000 % |
15.48/15.57	c |     17108 |    3679     7746    49654 |    14265     9668     80 |  0.000 % |
19.38/19.49	c |     25762 |    3679     7746    49654 |    15692    10781     78 |  0.000 % |
26.17/26.27	c |     38737 |    3679     7746    49654 |    17261    15749     66 |  0.000 % |
35.97/36.10	c |     58198 |    3649     7746    49654 |    18987    16144     66 |  0.818 % |
44.07/44.18	c ===============================================================================
45.47/45.58	c core #5
45.47/45.58	c Core size: 2998	Core Weight: 1	Total Weight: -95
45.47/45.58	c Elapsed CPU time: 45.2171 s	Remaining CPU time: 1754.78 s
45.67/45.70	c Learning 2071 hard constraints
45.67/45.70	c ============================[ Search Statistics ]==============================
45.67/45.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.67/45.70	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
45.67/45.70	c ===============================================================================
45.67/45.70	c |         0 |    3778     9818   198691 |     5000        0    nan |  0.000 % |
45.67/45.76	c |       100 |    3778     9818   198691 |     5500      100    170 |  0.000 % |
45.76/45.82	c |       250 |    3778     9818   198691 |     6050      250    140 |  0.000 % |
45.76/45.83	c |       476 |    3778     9818   198691 |     6655      476     81 |  0.000 % |
45.86/45.97	c |       813 |    3778     9818   198691 |     7320      813    102 |  0.000 % |
45.96/46.09	c |      1319 |    3778     9818   198691 |     8052     1319    109 |  0.000 % |
46.07/46.17	c |      2079 |    3778     9818   198691 |     8857     2079     74 |  0.000 % |
46.57/46.65	c |      3218 |    3778     9818   198691 |     9743     3218     88 |  0.000 % |
47.26/47.30	c |      4931 |    3778     9818   198691 |    10717     4931     78 |  0.000 % |
48.16/48.20	c |      7494 |    3778     9818   198691 |    11789     7494     79 |  0.000 % |
50.06/50.13	c |     11343 |    3778     9818   198691 |    12968    11343     86 |  0.000 % |
52.56/52.67	c |     17110 |    3778     9818   198691 |    14265     9878     92 |  0.000 % |
56.66/56.75	c |     25764 |    3778     9818   198691 |    15692    10078     84 |  0.000 % |
61.46/61.57	c |     38740 |    3778     9818   198691 |    17261    13770     85 |  0.000 % |
71.95/72.01	c |     58201 |    3778     9818   198691 |    18987    14913     79 |  0.000 % |
90.34/90.40	c |     87394 |    3778     9818   198691 |    20886    13187     83 |  0.000 % |
110.83/110.93	c |    131184 |    3778     9818   198691 |    22974    20035     82 |  0.000 % |
143.93/144.02	c |    196868 |    3778     9818   198691 |    25272    19698     93 |  0.000 % |
198.69/198.80	c |    295394 |    3778     9818   198691 |    27799    26119     98 |  0.000 % |
281.06/281.26	c |    443183 |    3778     9818   198691 |    30579    14622     90 |  0.000 % |
415.59/415.89	c |    664868 |    3778     9818   198691 |    33637    15649     90 |  0.000 % |
608.00/608.31	c |    997394 |    3778     9818   198691 |    37001    24775     91 |  0.000 % |
956.34/956.80	c |   1496184 |    3778     9818   198691 |    40701    24513     98 |  0.004 % |
1531.83/1532.69	c |   2244370 |    3599     9818   198691 |    44771    30204     92 |  4.738 % |
1617.19/1618.01	c ===============================================================================
1643.75/1644.63	c core #6
1643.75/1644.63	c Core size: 4404	Core Weight: 1	Total Weight: -94
1643.75/1644.63	c Elapsed CPU time: 1634.98 s	Remaining CPU time: 165.019 s
1646.25/1647.10	c Learning 8267 hard constraints
1646.25/1647.10	c ============================[ Search Statistics ]==============================
1646.25/1647.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1646.25/1647.10	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1646.25/1647.10	c ===============================================================================
1646.25/1647.10	c |         0 |    3875    18086   940434 |     6028        0    nan |  0.000 % |
1646.75/1647.60	c |       100 |    3875    18086   940434 |     6631      100    207 |  0.000 % |
1646.75/1647.66	c |       252 |    3875    18086   940434 |     7294      252    171 |  0.000 % |
1646.75/1647.68	c |       479 |    3875    18086   940434 |     8024      479     99 |  0.000 % |
1646.95/1647.83	c |       818 |    3875    18086   940434 |     8826      818    121 |  0.000 % |
1646.95/1647.87	c |      1324 |    3875    18086   940434 |     9709     1324     83 |  0.000 % |
1647.54/1648.44	c |      2084 |    3875    18086   940434 |    10680     2084     83 |  0.000 % |
1648.04/1648.91	c |      3223 |    3875    18086   940434 |    11748     3223     72 |  0.000 % |
1648.74/1649.64	c |      4932 |    3875    18086   940434 |    12922     4932     67 |  0.000 % |
1649.84/1650.76	c |      7494 |    3875    18086   940434 |    14215     7494     66 |  0.000 % |
1651.95/1652.88	c |     11338 |    3875    18086   940434 |    15636    11338     71 |  0.000 % |
1653.94/1654.86	c |     17105 |    3875    18086   940434 |    17200    17105     71 |  0.000 % |
1662.44/1663.38	c |     25754 |    3875    18086   940434 |    18920    17002     75 |  0.000 % |
1674.73/1675.60	c |     38728 |    3875    18086   940434 |    20812    10302     76 |  0.000 % |
1692.81/1693.76	c |     58192 |    3875    18086   940434 |    22893    17586     90 |  0.000 % |
1728.19/1729.14	c |     87384 |    3875    18086   940434 |    25183    22690     89 |  0.000 % |
1773.27/1774.24	c |    131174 |    3875    18086   940434 |    27701    25263     70 |  0.000 % |

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-1875427-1245210587/watcher-1875427-1245210587 -o /tmp/evaluation-result-1875427-1245210587/solver-1875427-1245210587 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1875427-1245210587.opb 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11337
/proc/meminfo: memFree=1767264/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=3108 CPUtime=0
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 73791644 3182592 263 1992294400 134512640 135709839 4294956240 18446744073709551615 134570352 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 777 264 126 292 0 418 0

[startup+0.052528 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11337
/proc/meminfo: memFree=1767264/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=4708 CPUtime=0.04
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 803 0 0 0 4 0 0 0 18 0 1 0 73791644 4820992 723 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 1177 723 135 292 0 882 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4708

[startup+0.101538 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11337
/proc/meminfo: memFree=1767264/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=5308 CPUtime=0.09
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 952 0 0 0 9 0 0 0 18 0 1 0 73791644 5435392 872 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 1327 872 136 292 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5308

[startup+0.301577 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11337
/proc/meminfo: memFree=1767264/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=5436 CPUtime=0.29
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 1018 0 0 0 29 0 0 0 18 0 1 0 73791644 5566464 938 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 1392 939 136 292 0 1097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5436

[startup+0.701656 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11337
/proc/meminfo: memFree=1767264/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=6472 CPUtime=0.69
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 1265 0 0 0 68 1 0 0 22 0 1 0 73791644 6627328 1185 1992294400 134512640 135709839 4294956240 18446744073709551615 134562993 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 1618 1185 136 292 0 1323 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6472

[startup+1.50182 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1761688/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=7860 CPUtime=1.49
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 1617 0 0 0 147 2 0 0 25 0 1 0 73791644 8048640 1537 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 1965 1537 136 292 0 1670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7860

[startup+3.10114 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1760536/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=10720 CPUtime=3.08
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 2323 0 0 0 304 4 0 0 25 0 1 0 73791644 10977280 2243 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 2680 2243 136 292 0 2385 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10720

[startup+6.30178 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1754072/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=16584 CPUtime=6.28
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 3781 0 0 0 621 7 0 0 25 0 1 0 73791644 16982016 3701 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 4146 3701 136 292 0 3851 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16584

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1748568/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=20668 CPUtime=12.68
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 4793 0 0 0 1255 13 0 0 25 0 1 0 73791644 21164032 4713 1992294400 134512640 135709839 4294956240 18446744073709551615 134577421 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 5167 4713 136 292 0 4872 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20668

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1732568/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=37112 CPUtime=25.48
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 8909 0 0 0 2525 23 0 0 25 0 1 0 73791644 38002688 8829 1992294400 134512640 135709839 4294956240 18446744073709551615 134572715 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 9278 8829 136 292 0 8983 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37112

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1707864/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=61532 CPUtime=51.06
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 14999 0 0 0 5068 38 0 0 25 0 1 0 73791644 63008768 14919 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 15383 14919 136 292 0 15088 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 61532

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1670360/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=99012 CPUtime=102.24
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 24376 0 0 0 10155 69 0 0 25 0 1 0 73791644 101388288 24296 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 24753 24296 136 292 0 24458 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 99012

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1609240/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=160640 CPUtime=162.21
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 39748 0 0 0 16115 106 0 0 25 0 1 0 73791644 164495360 39668 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 40160 39668 136 292 0 39865 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 160640

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11338
/proc/meminfo: memFree=1551000/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=218164 CPUtime=222.18
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 54133 0 0 0 22075 143 0 0 25 0 1 0 73791644 223399936 54053 1992294400 134512640 135709839 4294956240 18446744073709551615 134569235 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 54541 54053 136 292 0 54246 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 218164

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11340
/proc/meminfo: memFree=1492120/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=277820 CPUtime=282.16
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 69037 0 0 0 28039 177 0 0 25 0 1 0 73791644 284487680 68957 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 69455 68957 136 292 0 69160 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 277820

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11340
/proc/meminfo: memFree=1440216/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=329052 CPUtime=342.12
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 81845 0 0 0 34000 212 0 0 25 0 1 0 73791644 336949248 81765 1992294400 134512640 135709839 4294956240 18446744073709551615 134572707 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 82263 81765 136 292 0 81968 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 329052

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11340
/proc/meminfo: memFree=1383768/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=385792 CPUtime=402.09
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 96010 0 0 0 39964 245 0 0 25 0 1 0 73791644 395051008 95930 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 96448 95930 136 292 0 96153 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 385792

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11340
/proc/meminfo: memFree=1325528/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=443676 CPUtime=462.07
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 110489 0 0 0 45928 279 0 0 25 0 1 0 73791644 454324224 110409 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 110919 110409 136 292 0 110624 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 443676

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11340
/proc/meminfo: memFree=1270424/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=499116 CPUtime=522.03
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 124319 0 0 0 51888 315 0 0 25 0 1 0 73791644 511094784 124239 1992294400 134512640 135709839 4294956240 18446744073709551615 134572733 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 124779 124239 136 292 0 124484 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 499116

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11340
/proc/meminfo: memFree=1216728/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=552344 CPUtime=582.02
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 137621 0 0 0 57851 351 0 0 25 0 1 0 73791644 565600256 137541 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 138086 137541 136 292 0 137791 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 552344

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11340
/proc/meminfo: memFree=1164696/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=603968 CPUtime=641.98
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 150516 0 0 0 63815 383 0 0 25 0 1 0 73791644 618463232 150436 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 150992 150436 136 292 0 150697 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 603968

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=966104/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=802260 CPUtime=881.87
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 200057 0 0 0 87667 520 0 0 25 0 1 0 73791644 821514240 199977 1992294400 134512640 135709839 4294956240 18446744073709551615 134572568 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 200565 199977 136 292 0 200270 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 802260

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=918232/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=850592 CPUtime=941.84
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 212122 0 0 0 93629 555 0 0 25 0 1 0 73791644 871006208 212042 1992294400 134512640 135709839 4294956240 18446744073709551615 134573921 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 212648 212042 136 292 0 212353 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 850592

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=871064/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=897380 CPUtime=1001.8
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 223792 0 0 0 99591 589 0 0 25 0 1 0 73791644 918917120 223712 1992294400 134512640 135709839 4294956240 18446744073709551615 134574278 0 0 4096 3 0 0 0 17 1 0 0
/proc/11337/statm: 224345 223712 136 292 0 224050 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 897380

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=829848/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=938528 CPUtime=1061.75
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 234094 0 0 0 105559 616 0 0 25 0 1 0 73791644 961052672 234014 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 234632 234014 136 292 0 234337 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 938528

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=782488/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=985628 CPUtime=1121.72
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 245855 0 0 0 111526 646 0 0 25 0 1 0 73791644 1009283072 245775 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 246407 245775 136 292 0 246112 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 985628

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=740888/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1028092 CPUtime=1181.7
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 256467 0 0 0 117497 673 0 0 25 0 1 0 73791644 1052766208 256387 1992294400 134512640 135709839 4294956240 18446744073709551615 134572844 0 0 4096 3 0 0 0 17 1 0 0
/proc/11337/statm: 257023 256387 136 292 0 256728 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 1028092

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=694424/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1073632 CPUtime=1241.66
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 267860 0 0 0 123464 702 0 0 25 0 1 0 73791644 1099399168 267780 1992294400 134512640 135709839 4294956240 18446744073709551615 134517505 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 268408 267780 136 292 0 268113 0
Current children cumulated CPU time (s) 1241.66
Current children cumulated vsize (KiB) 1073632

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=652568/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1115164 CPUtime=1301.64
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 278224 0 0 0 129435 729 0 0 25 0 1 0 73791644 1141927936 278144 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 278791 278144 136 292 0 278496 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 1115164

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=603480/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1164620 CPUtime=1361.6
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 290587 0 0 0 135400 760 0 0 25 0 1 0 73791644 1192570880 290507 1992294400 134512640 135709839 4294956240 18446744073709551615 134518518 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 291155 290507 136 292 0 290860 0
Current children cumulated CPU time (s) 1361.6
Current children cumulated vsize (KiB) 1164620

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=562008/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1205576 CPUtime=1421.59
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 300830 0 0 0 141369 790 0 0 25 0 1 0 73791644 1234509824 300750 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 301394 300750 136 292 0 301099 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 1205576

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=518936/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1248968 CPUtime=1481.56
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 311686 0 0 0 147337 819 0 0 25 0 1 0 73791644 1278943232 311606 1992294400 134512640 135709839 4294956240 18446744073709551615 134572733 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 312242 311606 136 292 0 311947 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 1248968

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=481368/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1285992 CPUtime=1541.53
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 320926 0 0 0 153310 843 0 0 25 0 1 0 73791644 1316855808 320846 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/11337/statm: 321498 320846 136 292 0 321203 0
Current children cumulated CPU time (s) 1541.53
Current children cumulated vsize (KiB) 1285992

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=443544/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1324548 CPUtime=1601.5
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 330581 0 0 0 159279 871 0 0 25 0 1 0 73791644 1356337152 330501 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 331137 330501 136 292 0 330842 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 1324548

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=400408/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1366472 CPUtime=1661.44
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 341117 0 0 0 165257 887 0 0 25 0 1 0 73791644 1399267328 340991 1992294400 134512640 135709839 4294956240 18446744073709551615 134518415 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 341618 340991 136 292 0 341323 0
Current children cumulated CPU time (s) 1661.44
Current children cumulated vsize (KiB) 1366472

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=400408/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1366472 CPUtime=1721.39
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 341126 0 0 0 171231 908 0 0 25 0 1 0 73791644 1399267328 341000 1992294400 134512640 135709839 4294956240 18446744073709551615 134572844 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 341618 341000 136 292 0 341323 0
Current children cumulated CPU time (s) 1721.39
Current children cumulated vsize (KiB) 1366472

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=400344/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1366472 CPUtime=1781.37
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 341135 0 0 0 177211 926 0 0 25 0 1 0 73791644 1399267328 341009 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 341618 341009 136 292 0 341323 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 1366472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=399832/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=1366472 CPUtime=1800.07
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4194304 341292 0 0 0 179075 932 0 0 25 0 1 0 73791644 1399267328 341166 1992294400 134512640 135709839 4294956240 18446744073709551615 134518144 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 341618 341166 136 292 0 341323 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1366472

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

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

[startup+1801.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11346
/proc/meminfo: memFree=399832/2055920 swapFree=4191900/4192956
[pid=11337] ppid=11335 vsize=0 CPUtime=1800.17
/proc/11337/stat : 11337 (wbo) R 11335 11337 10529 0 -1 4195332 341292 0 0 0 179075 942 0 0 25 0 1 0 73791644 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/11337/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.27
CPU user time (s): 1790.75
CPU system time (s): 9.51655
CPU usage (%): 99.9484
Max. virtual memory (cumulated for all children) (KiB): 1366716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.75
system time used= 9.51655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341292
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= 3
involuntary context switches= 5422

runsolver used 1.42278 second user time and 5.14322 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-17 05:49:47
IDJOB=1875427
IDBENCH=48267
IDSOLVER=698
FILE ID=node33/1875427-1245210587
PBS_JOBID= 9368357
Free space on /tmp= 65952 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_3.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1875427-1245210587/watcher-1875427-1245210587 -o /tmp/evaluation-result-1875427-1245210587/solver-1875427-1245210587 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1875427-1245210587.opb

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

MD5SUM BENCH= 29cda419af6adbdf14450bbe70fbdfc2
RANDOM SEED=746049184

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1768064 kB
Buffers:         59096 kB
Cached:         145200 kB
SwapCached:        384 kB
Active:          97844 kB
Inactive:       119780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768064 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            56332 kB
Committed_AS:   149956 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1875427-1245210587.opb

Free space on /tmp at the end= 65952 MiB
End job on node33 at 2009-06-17 06:19:50