Trace number 1875797

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 NameAnswerCPU timeWall clock time
wbo 1.0? (MO) 627.464 627.688

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM321349c7a7114538010c83c600c72ae9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark33.2019
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-1875797-1245113477.opb.
0.00/0.00	c Instance file HOME/instance-1875797-1245113477.opb
0.00/0.00	c File size is 740666 bytes.
0.09/0.12	c Highest Coefficient sum: 171
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.12	c |  Parsing time:          0.12         s                                      |
0.09/0.12	c |  Number Variables:      8281                                                |
0.09/0.12	c |  Number Clauses:        364                                                 |
0.09/0.12	c |  Number Cardinality:    462                                                 |
0.09/0.12	c |  Number PB Constraints: 0                                                   |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |    8281      826    82810 |     5000        0    nan |  0.000 % |
0.09/0.14	c |       100 |    8281      826    82810 |     5500      100    260 |  0.000 % |
0.09/0.17	c |       250 |    8281      826    82810 |     6050      250    232 |  0.000 % |
0.19/0.23	c |       475 |    8281      826    82810 |     6655      475    434 |  0.000 % |
0.29/0.34	c |       813 |    8281      826    82810 |     7320      813    475 |  0.000 % |
0.49/0.59	c |      1321 |    8281      826    82810 |     8052     1321    711 |  0.000 % |
0.79/0.83	c |      2081 |    8281      826    82810 |     8857     2081    676 |  0.000 % |
1.89/1.90	c |      3222 |    8281      826    82810 |     9743     3222   1095 |  0.000 % |
2.69/2.72	c |      4930 |    8281      826    82810 |    10717     4930   1029 |  0.000 % |
4.09/4.14	c |      7492 |    8281      826    82810 |    11789     7492    994 |  0.000 % |
7.89/7.96	c |     11337 |    8281      826    82810 |    12968    11337   1125 |  0.000 % |
14.18/14.22	c |     17103 |    8281      826    82810 |    14265    17103   1298 |  0.000 % |
30.28/30.39	c |     25753 |    8281      826    82810 |    15692    17202   1801 |  0.000 % |
53.57/53.69	c |     38728 |    8281      826    82810 |    17261    21576   1927 |  0.000 % |
90.26/90.33	c |     58189 |    8281      826    82810 |    18987    17327   1591 |  0.000 % |
169.53/169.67	c |     87384 |    8281      826    82810 |    20886    17774   2579 |  0.000 % |
325.88/326.05	c |    131174 |    8281      826    82810 |    22974    15712   2570 |  0.000 % |
525.81/526.10	c |    196860 |    8281      826    82810 |    25272    14567   2091 |  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-1875797-1245113477/watcher-1875797-1245113477 -o /tmp/evaluation-result-1875797-1245113477/solver-1875797-1245113477 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1875797-1245113477.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.78 0.67 1.22 3/64 7165
/proc/meminfo: memFree=1803768/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=3384 CPUtime=0
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 227 0 0 0 0 0 0 0 18 0 1 0 178948506 3465216 211 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 846 217 126 292 0 370 0

[startup+0.100722 s]
/proc/loadavg: 0.78 0.67 1.22 3/64 7165
/proc/meminfo: memFree=1803768/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=5460 CPUtime=0.09
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 881 0 0 0 9 0 0 0 18 0 1 0 178948506 5591040 865 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 1365 865 269 292 0 889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5460

[startup+0.201739 s]
/proc/loadavg: 0.78 0.67 1.22 3/64 7165
/proc/meminfo: memFree=1803768/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=6068 CPUtime=0.19
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 1238 0 0 0 19 0 0 0 19 0 1 0 178948506 6213632 1041 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 1517 1041 135 292 0 1222 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6068

[startup+0.301758 s]
/proc/loadavg: 0.78 0.67 1.22 3/64 7165
/proc/meminfo: memFree=1803768/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=6872 CPUtime=0.29
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 1453 0 0 0 29 0 0 0 19 0 1 0 178948506 7036928 1256 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 1718 1256 135 292 0 1423 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6872

[startup+0.701831 s]
/proc/loadavg: 0.78 0.67 1.22 3/64 7165
/proc/meminfo: memFree=1803768/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=10516 CPUtime=0.69
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 2341 0 0 0 68 1 0 0 22 0 1 0 178948506 10768384 2144 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 2629 2144 135 292 0 2334 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10516

[startup+1.50198 s]
/proc/loadavg: 0.78 0.67 1.22 2/65 7166
/proc/meminfo: memFree=1791920/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=17076 CPUtime=1.49
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 3995 0 0 0 146 3 0 0 25 0 1 0 178948506 17485824 3798 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 4269 3798 135 292 0 3974 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17076

[startup+3.10127 s]
/proc/loadavg: 0.78 0.67 1.22 2/65 7166
/proc/meminfo: memFree=1783152/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=28796 CPUtime=3.09
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 6929 0 0 0 303 6 0 0 25 0 1 0 178948506 29487104 6732 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 7199 6732 135 292 0 6904 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28796

[startup+6.30187 s]
/proc/loadavg: 0.79 0.67 1.22 2/65 7166
/proc/meminfo: memFree=1759984/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=51276 CPUtime=6.29
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 12529 0 0 0 619 10 0 0 25 0 1 0 178948506 52506624 12332 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 12819 12332 135 292 0 12524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51276

[startup+12.701 s]
/proc/loadavg: 0.81 0.68 1.22 2/65 7166
/proc/meminfo: memFree=1719280/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=89488 CPUtime=12.69
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 22095 0 0 0 1253 16 0 0 25 0 1 0 178948506 91635712 21898 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 22372 21898 135 292 0 22077 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89488

[startup+25.5014 s]
/proc/loadavg: 0.85 0.69 1.21 2/65 7166
/proc/meminfo: memFree=1655600/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=150972 CPUtime=25.49
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 37457 0 0 0 2523 26 0 0 25 0 1 0 178948506 154595328 37260 1992294400 134512640 135709839 4294956240 18446744073709551615 134573929 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 37743 37260 135 292 0 37448 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150972

[startup+51.1011 s]
/proc/loadavg: 0.90 0.72 1.20 2/65 7166
/proc/meminfo: memFree=1548720/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=258696 CPUtime=51.07
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 64397 0 0 0 5068 39 0 0 25 0 1 0 178948506 264904704 64200 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 64674 64200 135 292 0 64379 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 258696

[startup+102.302 s]
/proc/loadavg: 0.95 0.76 1.19 2/65 7166
/proc/meminfo: memFree=1349808/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=455128 CPUtime=102.25
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 113515 0 0 0 10152 73 0 0 25 0 1 0 178948506 466051072 113318 1992294400 134512640 135709839 4294956240 18446744073709551615 134517521 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 113782 113318 135 292 0 113487 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 455128

[startup+162.302 s]
/proc/loadavg: 0.98 0.80 1.18 2/65 7166
/proc/meminfo: memFree=1183088/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=623328 CPUtime=162.23
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 155569 0 0 0 16128 95 0 0 25 0 1 0 178948506 638287872 155372 1992294400 134512640 135709839 4294956240 18446744073709551615 134573921 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 155832 155372 135 292 0 155537 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 623328

[startup+222.306 s]
/proc/loadavg: 0.99 0.83 1.16 2/65 7166
/proc/meminfo: memFree=948400/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=856092 CPUtime=222.22
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 213729 0 0 0 22095 127 0 0 25 0 1 0 178948506 876638208 213532 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 214023 213532 135 292 0 213728 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 856092

[startup+282.303 s]
/proc/loadavg: 1.06 0.88 1.16 2/65 7166
/proc/meminfo: memFree=785392/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=1019784 CPUtime=282.19
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 254651 0 0 0 28069 150 0 0 25 0 1 0 178948506 1044258816 254454 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 254946 254454 135 292 0 254651 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1019784

[startup+342.302 s]
/proc/loadavg: 1.08 0.91 1.15 2/65 7166
/proc/meminfo: memFree=621808/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=1182416 CPUtime=342.17
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 295315 0 0 0 34044 173 0 0 25 0 1 0 178948506 1210793984 295118 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 295604 295118 135 292 0 295309 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1182416

[startup+402.301 s]
/proc/loadavg: 1.09 0.94 1.14 2/65 7166
/proc/meminfo: memFree=467312/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=1338428 CPUtime=402.15
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 334331 0 0 0 40012 203 0 0 25 0 1 0 178948506 1370550272 334134 1992294400 134512640 135709839 4294956240 18446744073709551615 134572844 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 334607 334134 135 292 0 334312 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1338428

[startup+462.301 s]
/proc/loadavg: 1.08 0.96 1.14 2/65 7166
/proc/meminfo: memFree=310704/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=1492696 CPUtime=462.13
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 372893 0 0 0 45987 226 0 0 25 0 1 0 178948506 1528520704 372696 1992294400 134512640 135709839 4294956240 18446744073709551615 134573956 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 373174 372696 135 292 0 372879 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1492696

[startup+522.301 s]
/proc/loadavg: 1.08 0.98 1.13 2/65 7166
/proc/meminfo: memFree=174832/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=1629888 CPUtime=522.11
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 407182 0 0 0 51964 247 0 0 25 0 1 0 178948506 1669005312 406985 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 407472 406985 135 292 0 407177 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 1629888

[startup+582.301 s]
/proc/loadavg: 1.07 1.00 1.13 2/65 7166
/proc/meminfo: memFree=25328/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=1777440 CPUtime=582.09
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 444083 0 0 0 57937 272 0 0 25 0 1 0 178948506 1820098560 443886 1992294400 134512640 135709839 4294956240 18446744073709551615 134573904 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 444360 443886 135 292 0 444065 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1777440



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+627.402 s]
/proc/loadavg: 1.03 1.00 1.12 2/65 7172
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=1843216 CPUtime=627.17
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4194304 460531 0 0 0 62434 283 0 0 25 0 1 0 178948506 1887453184 460334 1992294400 134512640 135709839 4294956240 18446744073709551615 134517510 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 460804 460334 135 292 0 460509 0
Current children cumulated CPU time (s) 627.17
Current children cumulated vsize (KiB) 1843216

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

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

[startup+627.507 s]
/proc/loadavg: 1.03 1.00 1.12 2/65 7172
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=0 CPUtime=627.27
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4195332 460531 0 0 0 62434 293 0 0 25 0 1 0 178948506 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 627.27
Current children cumulated vsize (KiB) 0

[startup+627.603 s]
/proc/loadavg: 1.03 1.00 1.12 2/65 7172
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=7165] ppid=7163 vsize=0 CPUtime=627.36
/proc/7165/stat : 7165 (wbo) R 7163 7165 7057 0 -1 4195332 460531 0 0 0 62434 302 0 0 25 0 1 0 178948506 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/7165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 627.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 627.688
CPU time (s): 627.464
CPU user time (s): 624.349
CPU system time (s): 3.11453
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 1843216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.349
system time used= 3.11453
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460531
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= 807

runsolver used 0.58591 second user time and 1.18382 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-16 02:51:17
IDJOB=1875797
IDBENCH=1156
IDSOLVER=698
FILE ID=node7/1875797-1245113477
PBS_JOBID= 9363649
Free space on /tmp= 66272 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin14.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-1875797-1245113477/watcher-1875797-1245113477 -o /tmp/evaluation-result-1875797-1245113477/solver-1875797-1245113477 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1875797-1245113477.opb

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

MD5SUM BENCH= 321349c7a7114538010c83c600c72ae9
RANDOM SEED=1709263713

node7.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.274
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.274
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:       1804120 kB
Buffers:         21088 kB
Cached:         163056 kB
SwapCached:          0 kB
Active:          40816 kB
Inactive:       157180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            39700 kB
Committed_AS:   145476 kB
PageTables:       1444 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-1875797-1245113477.opb

Free space on /tmp at the end= 66268 MiB
End job on node7 at 2009-06-16 03:01:46