Trace number 3434031

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
minisat hack: MiniSAT 2.2.0-agile-26UNSAT 290.612 290.612

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.068
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

290.59/290.60	WARNING: for repeatability, setting FPU to use double precision
290.59/290.60	============================[ Problem Statistics ]=============================
290.59/290.60	|                                                                             |
290.59/290.60	|  Number of variables:         34510                                         |
290.59/290.60	|  Number of clauses:          701694                                         |
290.59/290.60	|  Parse time:                   0.26 s                                       |
290.59/290.60	|  Eliminated clauses:           0.11 Mb                                      |
290.59/290.60	|  Simplification time:          1.03 s                                       |
290.59/290.60	|                                                                             |
290.59/290.60	============================[ Search Statistics ]=================================
290.59/290.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
290.59/290.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
290.59/290.60	==================================================================================
290.59/290.60	|       100 |   31260   635766  2372553 |   233114       97     14 |  0.026 % 19 |
290.59/290.60	|       250 |   31260   635766  2372553 |   256425      247     13 |  0.026 % 23 |
290.59/290.60	|       475 |   31260   635766  2372553 |   282068      472     12 |  0.026 % 20 |
290.59/290.60	|       812 |   31260   635766  2372553 |   310275      809     12 |  0.026 % 18 |
290.59/290.60	|      1318 |   31260   635766  2372553 |   341302     1315     12 |  0.026 % 26 |
290.59/290.60	|      2077 |   31260   635766  2372553 |   375432     2074     13 |  0.026 % 20 |
290.59/290.60	|      3216 |   31260   635766  2372553 |   412976     3213     14 |  0.026 % 19 |
290.59/290.60	|      4924 |   31260   635766  2372553 |   454273     4921     15 |  0.026 % 22 |
290.59/290.60	|      7486 |   31260   635766  2372553 |   499700     7483     15 |  0.026 % 26 |
290.59/290.60	|     11330 |   31260   635361  2371397 |   549671    11325     15 |  0.026 % 14 |
290.59/290.60	|     17096 |   31260   635361  2371397 |   604638    17091     16 |  0.026 % 19 |
290.59/290.60	|     25745 |   31260   635361  2371397 |   665102    25740     16 |  0.026 % 21 |
290.59/290.60	|     38719 |   31260   635361  2371397 |   731612    38714     16 |  0.026 % 21 |
290.59/290.60	|     58180 |   31260   635361  2371397 |   804773    58175     17 |  0.026 % 21 |
290.59/290.60	|     87372 |   31260   635361  2371397 |   885250    87367     17 |  0.026 % 21 |
290.59/290.60	|    131161 |   31260   635361  2371397 |   973775   131156     18 |  0.026 % 21 |
290.59/290.60	|    196845 |   31260   635361  2371397 |  1071153   196840     18 |  0.026 % 18 |
290.59/290.60	|    295371 |   31260   635361  2371397 |  1178268   295366     19 |  0.026 % 18 |
290.59/290.60	|    443160 |   31260   635361  2371397 |  1296095   443155     19 |  0.026 % 23 |
290.59/290.60	|    664843 |   31260   635361  2371397 |  1425705   664838     20 |  0.026 % 21 |
290.59/290.60	===============================================================================
290.59/290.60	restarts              : 1974
290.59/290.60	skipped               : 258
290.59/290.60	conflicts             : 904070         (3112 /sec)
290.59/290.60	decisions             : 1080385        (0.00 % random) (3719 /sec)
290.59/290.60	propagations          : 207978325      (716014 /sec)
290.59/290.60	conflict literals     : 18713337       (51.82 % deleted)
290.59/290.60	Memory used           : 211.00 MB
290.59/290.60	CPU time              : 290.467 s
290.59/290.60	
290.59/290.60	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3434031-1306877511/watcher-3434031-1306877511 -o /tmp/evaluation-result-3434031-1306877511/solver-3434031-1306877511 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434031-1306877511.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.31 0.07 0.02 2/526 8151
/proc/meminfo: memFree=5736644/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=20584 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 958 0 0 0 0 0 0 0 21 0 1 0 780167036 21078016 899 33554432000 4194304 4291235 140736072460848 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 5146 900 215 24 0 1780 0

[startup+0.0339029 s]
/proc/loadavg: 0.31 0.07 0.02 2/526 8151
/proc/meminfo: memFree=5736644/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=28116 CPUtime=0.02 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 3200 0 0 0 2 0 0 0 21 0 1 0 780167036 28790784 2999 33554432000 4194304 4291235 140736072460848 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 7029 3002 215 24 0 3663 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28116

[startup+0.100918 s]
/proc/loadavg: 0.31 0.07 0.02 2/526 8151
/proc/meminfo: memFree=5736644/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=38652 CPUtime=0.09 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 6617 0 0 0 9 0 0 0 21 0 1 0 780167036 39579648 5847 33554432000 4194304 4291235 140736072460848 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 9663 5852 215 24 0 6297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38652

[startup+0.300888 s]
/proc/loadavg: 0.31 0.07 0.02 2/526 8151
/proc/meminfo: memFree=5736644/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=74524 CPUtime=0.29 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 17056 0 0 0 27 2 0 0 22 0 1 0 780167036 76312576 14394 33554432000 4194304 4291235 140736072460848 18446744073709551615 4215464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 18631 14394 236 24 0 15265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74524

[startup+0.700822 s]
/proc/loadavg: 0.31 0.07 0.02 2/526 8151
/proc/meminfo: memFree=5736644/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=74524 CPUtime=0.69 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 17060 0 0 0 67 2 0 0 23 0 1 0 780167036 76312576 14398 33554432000 4194304 4291235 140736072460848 18446744073709551615 4229782 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 18631 14398 237 24 0 15265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74524

[startup+1.50067 s]
/proc/loadavg: 0.31 0.07 0.02 4/527 8152
/proc/meminfo: memFree=5678736/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=69956 CPUtime=1.49 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 20871 0 0 0 146 3 0 0 25 0 1 0 780167036 71634944 12311 33554432000 4194304 4291235 140736072460848 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 17489 12311 258 24 0 14123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69956

[startup+3.10038 s]
/proc/loadavg: 0.31 0.07 0.02 4/527 8152
/proc/meminfo: memFree=5685996/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=69956 CPUtime=3.09 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 21078 0 0 0 306 3 0 0 25 0 1 0 780167036 71634944 12502 33554432000 4194304 4291235 140736072460848 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 17489 12502 258 24 0 14123 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69956

[startup+6.30081 s]
/proc/loadavg: 0.52 0.11 0.04 4/527 8152
/proc/meminfo: memFree=5669964/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=69956 CPUtime=6.29 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 21518 0 0 0 626 3 0 0 25 0 1 0 780167036 71634944 12920 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 17489 12920 258 24 0 14123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69956

[startup+12.7007 s]
/proc/loadavg: 0.64 0.14 0.05 4/527 8152
/proc/meminfo: memFree=5661416/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=69956 CPUtime=12.69 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 22345 0 0 0 1266 3 0 0 25 0 1 0 780167036 71634944 13715 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 17489 13715 258 24 0 14123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69956

[startup+25.5003 s]
/proc/loadavg: 0.94 0.24 0.08 4/527 8153
/proc/meminfo: memFree=5647068/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=82752 CPUtime=25.48 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 24045 0 0 0 2545 3 0 0 25 0 1 0 780167036 84738048 15346 33554432000 4194304 4291235 140736072460848 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 20688 15346 258 24 0 17322 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82752

[startup+51.1007 s]
/proc/loadavg: 1.30 0.38 0.13 4/527 8153
/proc/meminfo: memFree=5637364/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=106240 CPUtime=51.08 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 27700 0 0 0 5104 4 0 0 25 0 1 0 780167036 108789760 18890 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 26560 18890 258 24 0 23194 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 106240

[startup+102.32 s]
/proc/loadavg: 1.79 0.65 0.23 3/527 8182
/proc/meminfo: memFree=5638604/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=116144 CPUtime=102.3 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 33491 0 0 0 10224 6 0 0 25 0 1 0 780167036 118931456 24542 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255618 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 29036 24542 258 24 0 25670 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116144

[startup+162.301 s]
/proc/loadavg: 1.97 0.91 0.35 3/527 8183
/proc/meminfo: memFree=5596524/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=153568 CPUtime=162.29 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 39465 0 0 0 16220 9 0 0 25 0 1 0 780167036 157253632 30349 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 38392 30349 258 24 0 35026 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 153568

[startup+222.301 s]
/proc/loadavg: 1.99 1.11 0.45 3/527 8185
/proc/meminfo: memFree=5561376/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=161068 CPUtime=222.29 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 44866 0 0 0 22218 11 0 0 25 0 1 0 780167036 164933632 35591 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 40267 35591 258 24 0 36901 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 161068

[startup+282.3 s]
/proc/loadavg: 1.99 1.27 0.54 3/527 8186
/proc/meminfo: memFree=5543976/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=216104 CPUtime=282.29 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 49528 0 0 0 28216 13 0 0 25 0 1 0 780167036 221290496 40096 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 54026 40096 258 24 0 50660 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 216104

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

[startup+284.701 s]
/proc/loadavg: 1.99 1.27 0.54 3/527 8186
/proc/meminfo: memFree=5543476/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=216264 CPUtime=284.69 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 49696 0 0 0 28456 13 0 0 25 0 1 0 780167036 221454336 40262 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 54066 40262 258 24 0 50700 0
Current children cumulated CPU time (s) 284.69
Current children cumulated vsize (KiB) 216264

[startup+287.901 s]
/proc/loadavg: 1.99 1.28 0.55 3/527 8186
/proc/meminfo: memFree=5542360/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=216596 CPUtime=287.89 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 49940 0 0 0 28776 13 0 0 25 0 1 0 780167036 221794304 40497 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 54149 40497 258 24 0 50783 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 216596

[startup+289.501 s]
/proc/loadavg: 1.99 1.28 0.55 3/527 8187
/proc/meminfo: memFree=5541976/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=216596 CPUtime=289.49 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 50012 0 0 0 28936 13 0 0 25 0 1 0 780167036 221794304 40566 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 54149 40566 258 24 0 50783 0
Current children cumulated CPU time (s) 289.49
Current children cumulated vsize (KiB) 216596

[startup+290.301 s]
/proc/loadavg: 1.99 1.29 0.56 3/527 8187
/proc/meminfo: memFree=5541604/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=216596 CPUtime=290.3 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 50097 0 0 0 29017 13 0 0 25 0 1 0 780167036 221794304 40646 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 54149 40646 258 24 0 50783 0
Current children cumulated CPU time (s) 290.3
Current children cumulated vsize (KiB) 216596

[startup+290.501 s]
/proc/loadavg: 1.99 1.29 0.56 3/527 8187
/proc/meminfo: memFree=5541604/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=216596 CPUtime=290.49 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 50107 0 0 0 29036 13 0 0 25 0 1 0 780167036 221794304 40656 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 54149 40656 258 24 0 50783 0
Current children cumulated CPU time (s) 290.49
Current children cumulated vsize (KiB) 216596

[startup+290.601 s]
/proc/loadavg: 1.99 1.29 0.56 3/527 8187
/proc/meminfo: memFree=5541604/32951124 swapFree=64303760/67111528
[pid=8151] ppid=8149 vsize=216596 CPUtime=290.59 cores=0,2,4,6
/proc/8151/stat : 8151 (minisat) R 8149 8151 7978 0 -1 4202496 50122 0 0 0 29046 13 0 0 25 0 1 0 780167036 221794304 40671 33554432000 4194304 4291235 140736072460848 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8151/statm: 54149 40671 258 24 0 50783 0
Current children cumulated CPU time (s) 290.59
Current children cumulated vsize (KiB) 216596

Child status: 20
Real time (s): 290.612
CPU time (s): 290.612
CPU user time (s): 290.467
CPU system time (s): 0.144977
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 216596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.467
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50137
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= 6
involuntary context switches= 196

runsolver used 1.67175 second user time and 3.36349 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-31 23:31:52
IDJOB=3434031
IDBENCH=82496
IDSOLVER=1930
FILE ID=node145/3434031-1306877511
RUNJOBID= node145-1306877501-7996
PBS_JOBID= 13488431
Free space on /tmp= 54000 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434031-1306877511/watcher-3434031-1306877511 -o /tmp/evaluation-result-3434031-1306877511/solver-3434031-1306877511 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434031-1306877511.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=681071472

node145.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5736800 kB
Buffers:        132344 kB
Cached:       17327916 kB
SwapCached:       1188 kB
Active:       17527740 kB
Inactive:      8971584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5736800 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:           23152 kB
Writeback:           0 kB
AnonPages:     9038104 kB
Mapped:          34540 kB
Slab:           578488 kB
PageTables:      65932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153279252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 54004 MiB
End job on node145 at 2011-05-31 23:36:43