Trace number 3318151

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 333.571 333.562

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 benchmark110.799
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

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

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-3318151-1304901864/watcher-3318151-1304901864 -o /tmp/evaluation-result-3318151-1304901864/solver-3318151-1304901864 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318151-1304901864.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.86 2.74 4/361 29000
/proc/meminfo: memFree=8192792/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=24016 CPUtime=0.01 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 1828 0 0 0 1 0 0 0 21 0 1 0 582602010 24592384 1769 33554432000 4194304 4291235 140736016277024 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 6004 1771 215 24 0 2638 0

[startup+0.0417181 s]
/proc/loadavg: 0.94 1.86 2.74 4/361 29000
/proc/meminfo: memFree=8192792/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=29068 CPUtime=0.03 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 3561 0 0 0 3 0 0 0 21 0 1 0 582602010 29765632 3342 33554432000 4194304 4291235 140736016277024 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 7267 3343 215 24 0 3901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29068

[startup+0.100702 s]
/proc/loadavg: 0.94 1.86 2.74 4/361 29000
/proc/meminfo: memFree=8192792/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=38520 CPUtime=0.09 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 6552 0 0 0 9 0 0 0 21 0 1 0 582602010 39444480 5784 33554432000 4194304 4291235 140736016277024 18446744073709551615 4200626 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 9630 5785 215 24 0 6264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38520

[startup+0.300668 s]
/proc/loadavg: 0.94 1.86 2.74 4/361 29000
/proc/meminfo: memFree=8192792/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=74524 CPUtime=0.29 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 17056 0 0 0 27 2 0 0 22 0 1 0 582602010 76312576 14394 33554432000 4194304 4291235 140736016277024 18446744073709551615 4215147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 18631 14394 236 24 0 15265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74524

[startup+0.700595 s]
/proc/loadavg: 0.94 1.86 2.74 4/361 29000
/proc/meminfo: memFree=8192792/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=74524 CPUtime=0.69 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 17059 0 0 0 67 2 0 0 24 0 1 0 582602010 76312576 14397 33554432000 4194304 4291235 140736016277024 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 18631 14397 237 24 0 15265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74524

[startup+1.50045 s]
/proc/loadavg: 0.94 1.86 2.74 5/365 29007
/proc/meminfo: memFree=7985624/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=69956 CPUtime=1.49 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 20868 0 0 0 146 3 0 0 25 0 1 0 582602010 71634944 12308 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 17489 12308 258 24 0 14123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69956

[startup+3.10015 s]
/proc/loadavg: 0.94 1.86 2.74 5/365 29007
/proc/meminfo: memFree=7927992/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=69956 CPUtime=3.09 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 21068 0 0 0 306 3 0 0 25 0 1 0 582602010 71634944 12492 33554432000 4194304 4291235 140736016277024 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 17489 12492 258 24 0 14123 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69956

[startup+6.30058 s]
/proc/loadavg: 1.19 1.89 2.75 5/368 29013
/proc/meminfo: memFree=7679132/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=69956 CPUtime=6.29 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 21470 0 0 0 626 3 0 0 25 0 1 0 582602010 71634944 12873 33554432000 4194304 4291235 140736016277024 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 17489 12873 258 24 0 14123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69956

[startup+12.7004 s]
/proc/loadavg: 1.41 1.93 2.76 5/368 29013
/proc/meminfo: memFree=7706344/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=69956 CPUtime=12.69 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 22261 0 0 0 1266 3 0 0 25 0 1 0 582602010 71634944 13633 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 17489 13633 258 24 0 14123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69956

[startup+25.501 s]
/proc/loadavg: 1.99 2.03 2.77 5/368 29040
/proc/meminfo: memFree=7939108/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=82752 CPUtime=25.49 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 23905 0 0 0 2545 4 0 0 25 0 1 0 582602010 84738048 15215 33554432000 4194304 4291235 140736016277024 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 20688 15215 258 24 0 17322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82752

[startup+51.1004 s]
/proc/loadavg: 2.84 2.22 2.82 5/368 29041
/proc/meminfo: memFree=7897504/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=105248 CPUtime=51.09 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 27073 0 0 0 5103 6 0 0 25 0 1 0 582602010 107773952 18275 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 26312 18275 258 24 0 22946 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105248

[startup+102.314 s]
/proc/loadavg: 3.49 2.49 2.88 5/368 29042
/proc/meminfo: memFree=7817816/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=113096 CPUtime=102.3 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 32333 0 0 0 10222 8 0 0 25 0 1 0 582602010 115810304 23400 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 28274 23400 258 24 0 24908 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 113096

[startup+162.301 s]
/proc/loadavg: 3.84 2.78 2.95 5/368 29071
/proc/meminfo: memFree=7840644/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=151348 CPUtime=162.3 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 37763 0 0 0 16219 11 0 0 25 0 1 0 582602010 154980352 28686 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 37837 28686 258 24 0 34471 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 151348

[startup+222.301 s]
/proc/loadavg: 3.94 3.00 3.01 5/368 29073
/proc/meminfo: memFree=7787912/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=158780 CPUtime=222.29 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 42367 0 0 0 22217 12 0 0 25 0 1 0 582602010 162590720 33163 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 39695 33163 258 24 0 36329 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158780

[startup+282.301 s]
/proc/loadavg: 3.98 3.17 3.07 5/368 29074
/proc/meminfo: memFree=7726760/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=213276 CPUtime=282.3 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 46642 0 0 0 28216 14 0 0 25 0 1 0 582602010 218394624 37308 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 53319 37308 258 24 0 49953 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 213276

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

[startup+307.1 s]
/proc/loadavg: 3.98 3.24 3.10 5/368 29075
/proc/meminfo: memFree=7686948/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=215224 CPUtime=307.1 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 48493 0 0 0 30695 15 0 0 25 0 1 0 582602010 220389376 39097 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 53806 39097 258 24 0 50440 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 215224

[startup+319.901 s]
/proc/loadavg: 3.99 3.28 3.11 5/368 29075
/proc/meminfo: memFree=7669580/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=216104 CPUtime=319.9 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 49334 0 0 0 31974 16 0 0 25 0 1 0 582602010 221290496 39910 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 54026 39910 258 24 0 50660 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 216104

[startup+326.301 s]
/proc/loadavg: 3.99 3.29 3.11 5/368 29075
/proc/meminfo: memFree=7713220/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=216264 CPUtime=326.3 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 49667 0 0 0 32614 16 0 0 25 0 1 0 582602010 221454336 40234 33554432000 4194304 4291235 140736016277024 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 54066 40234 258 24 0 50700 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 216264

[startup+329.5 s]
/proc/loadavg: 3.99 3.30 3.12 5/368 29075
/proc/meminfo: memFree=7699452/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=216596 CPUtime=329.5 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 49894 0 0 0 32934 16 0 0 25 0 1 0 582602010 221794304 40453 33554432000 4194304 4291235 140736016277024 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 54149 40453 258 24 0 50783 0
Current children cumulated CPU time (s) 329.5
Current children cumulated vsize (KiB) 216596

[startup+331.114 s]
/proc/loadavg: 3.99 3.30 3.12 6/368 29075
/proc/meminfo: memFree=7695980/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=216596 CPUtime=331.12 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 49964 0 0 0 33096 16 0 0 25 0 1 0 582602010 221794304 40520 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 54149 40520 258 24 0 50783 0
Current children cumulated CPU time (s) 331.12
Current children cumulated vsize (KiB) 216596

[startup+332.701 s]
/proc/loadavg: 3.99 3.30 3.12 5/368 29076
/proc/meminfo: memFree=7693748/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=216596 CPUtime=332.7 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 50032 0 0 0 33254 16 0 0 25 0 1 0 582602010 221794304 40584 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 54149 40584 258 24 0 50783 0
Current children cumulated CPU time (s) 332.7
Current children cumulated vsize (KiB) 216596

[startup+333.101 s]
/proc/loadavg: 3.99 3.30 3.12 5/368 29076
/proc/meminfo: memFree=7693748/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=216596 CPUtime=333.1 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 50083 0 0 0 33294 16 0 0 25 0 1 0 582602010 221794304 40633 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 54149 40633 258 24 0 50783 0
Current children cumulated CPU time (s) 333.1
Current children cumulated vsize (KiB) 216596

[startup+333.501 s]
/proc/loadavg: 3.99 3.31 3.12 5/368 29076
/proc/meminfo: memFree=7691640/32951124 swapFree=65980216/67111528
[pid=29000] ppid=28998 vsize=216596 CPUtime=333.5 cores=1,3
/proc/29000/stat : 29000 (minisat) R 28998 29000 28499 0 -1 4202496 50109 0 0 0 33334 16 0 0 25 0 1 0 582602010 221794304 40658 33554432000 4194304 4291235 140736016277024 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29000/statm: 54149 40658 258 24 0 50783 0
Current children cumulated CPU time (s) 333.5
Current children cumulated vsize (KiB) 216596

Child status: 20
Real time (s): 333.562
CPU time (s): 333.571
CPU user time (s): 333.401
CPU system time (s): 0.169974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 216596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.401
system time used= 0.169974
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= 169

runsolver used 1.15682 second user time and 2.79458 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-09 02:44:25
IDJOB=3318151
IDBENCH=82496
IDSOLVER=1707
FILE ID=node142/3318151-1304901864
RUNJOBID= node142-1304901864-28972
PBS_JOBID= 13282129
Free space on /tmp= 47028 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-3318151-1304901864/watcher-3318151-1304901864 -o /tmp/evaluation-result-3318151-1304901864/solver-3318151-1304901864 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318151-1304901864.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1334573953

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8193568 kB
Buffers:        233888 kB
Cached:       19497616 kB
SwapCached:      11212 kB
Active:       11151544 kB
Inactive:     12840640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8193568 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           73028 kB
Writeback:           0 kB
AnonPages:     4257396 kB
Mapped:          20132 kB
Slab:           668312 kB
PageTables:      32452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77089264 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= 47048 MiB
End job on node142 at 2011-05-09 02:49:59