Trace number 3350344

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: contrasat 2011-03-02? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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

running on 2 cores: 0,2

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: 2.28 1.83 2.52 5/362 2743
/proc/meminfo: memFree=6033048/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=11796 CPUtime=0 cores=0,2
/proc/2743/stat : 2743 (runsolver) R 2741 2743 2035 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 608711424 12079104 49 33554432000 4194304 5432360 140734363314848 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/2743/statm: 2949 49 30 303 0 2643 0

[startup+0.0218039 s]
/proc/loadavg: 2.28 1.83 2.52 5/362 2743
/proc/meminfo: memFree=6033048/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=22048 CPUtime=0.01 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 1550 0 0 0 1 0 0 0 25 0 1 0 608711424 22577152 1410 33554432000 4194304 4298156 140734913058032 18446744073709551615 4200635 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 5512 1411 216 26 0 2144 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22048

[startup+0.100847 s]
/proc/loadavg: 2.28 1.83 2.52 5/362 2743
/proc/meminfo: memFree=6033048/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=33252 CPUtime=0.08 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 5161 0 0 0 8 0 0 0 25 0 1 0 608711424 34050048 4513 33554432000 4194304 4298156 140734913058032 18446744073709551615 4234657 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 8313 4514 224 26 0 4945 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33252

[startup+0.300809 s]
/proc/loadavg: 2.28 1.83 2.52 5/362 2743
/proc/meminfo: memFree=6033048/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=37204 CPUtime=0.28 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 8021 0 0 0 27 1 0 0 25 0 1 0 608711424 38096896 5624 33554432000 4194304 4298156 140734913058032 18446744073709551615 4233567 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 9301 5624 225 26 0 5933 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37204

[startup+0.700733 s]
/proc/loadavg: 2.28 1.83 2.52 5/362 2743
/proc/meminfo: memFree=6033048/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=36356 CPUtime=0.69 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 9444 0 0 0 67 2 0 0 25 0 1 0 608711424 37228544 5258 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 9089 5258 244 26 0 5721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36356

[startup+1.50058 s]
/proc/loadavg: 2.42 1.87 2.53 5/363 2744
/proc/meminfo: memFree=6010984/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=40708 CPUtime=1.49 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 9757 0 0 0 147 2 0 0 25 0 1 0 608711424 41684992 5535 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 10177 5535 244 26 0 6809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40708

[startup+3.10026 s]
/proc/loadavg: 2.42 1.87 2.53 5/363 2744
/proc/meminfo: memFree=6000444/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=42384 CPUtime=3.08 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 11562 0 0 0 306 2 0 0 25 0 1 0 608711424 43401216 7008 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 10596 7008 244 26 0 7228 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42384

[startup+6.30062 s]
/proc/loadavg: 2.55 1.90 2.54 5/363 2744
/proc/meminfo: memFree=5971040/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=52216 CPUtime=6.29 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 14502 0 0 0 626 3 0 0 25 0 1 0 608711424 53469184 9543 33554432000 4194304 4298156 140734913058032 18446744073709551615 4255591 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 13054 9543 244 26 0 9686 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52216

[startup+12.7003 s]
/proc/loadavg: 2.66 1.94 2.55 5/363 2744
/proc/meminfo: memFree=5946664/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=65740 CPUtime=12.68 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 22796 0 0 0 1264 4 0 0 25 0 1 0 608711424 67317760 12322 33554432000 4194304 4298156 140734913058032 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 16435 12322 244 26 0 13067 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65740

[startup+25.5008 s]
/proc/loadavg: 2.96 2.04 2.57 5/363 2744
/proc/meminfo: memFree=5933684/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=72920 CPUtime=25.49 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 41373 0 0 0 2542 7 0 0 25 0 1 0 608711424 74670080 13649 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 18230 13649 244 26 0 14862 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72920

[startup+51.1007 s]
/proc/loadavg: 3.31 2.19 2.60 5/363 2745
/proc/meminfo: memFree=5870256/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=91776 CPUtime=51.08 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 47152 0 0 0 5100 8 0 0 25 0 1 0 608711424 93978624 19078 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 22944 19078 244 26 0 19576 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 91776

[startup+102.313 s]
/proc/loadavg: 3.83 2.50 2.69 5/363 2746
/proc/meminfo: memFree=5878324/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=91776 CPUtime=102.3 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 47578 0 0 0 10222 8 0 0 25 0 1 0 608711424 93978624 19488 33554432000 4194304 4298156 140734913058032 18446744073709551615 4263092 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 22944 19488 244 26 0 19576 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91776

[startup+162.3 s]
/proc/loadavg: 3.94 2.77 2.77 5/363 2758
/proc/meminfo: memFree=5767604/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=122420 CPUtime=162.29 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 120916 0 0 0 16211 18 0 0 25 0 1 0 608711424 125358080 22584 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 30605 22584 244 26 0 27237 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 122420

[startup+222.301 s]
/proc/loadavg: 3.98 2.99 2.84 5/363 2761
/proc/meminfo: memFree=5802032/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=73100 CPUtime=222.29 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 196406 0 0 0 22199 30 0 0 25 0 1 0 608711424 74854400 14819 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256491 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 18275 14819 244 26 0 14907 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 73100

[startup+282.301 s]
/proc/loadavg: 3.99 3.17 2.91 5/363 2762
/proc/meminfo: memFree=5709708/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=152888 CPUtime=282.3 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 260435 0 0 0 28190 40 0 0 25 0 1 0 608711424 156557312 34766 33554432000 4194304 4298156 140734913058032 18446744073709551615 4262624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 38222 34766 244 26 0 34854 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152888

[startup+342.301 s]
/proc/loadavg: 4.06 3.34 2.98 5/363 2767
/proc/meminfo: memFree=5662020/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=152888 CPUtime=342.3 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 260435 0 0 0 34190 40 0 0 25 0 1 0 608711424 156557312 34766 33554432000 4194304 4298156 140734913058032 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 38222 34766 244 26 0 34854 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152888

[startup+402.301 s]
/proc/loadavg: 4.22 3.50 3.06 5/363 2768
/proc/meminfo: memFree=5687968/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=122544 CPUtime=402.3 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 320827 0 0 0 40178 52 0 0 25 0 1 0 608711424 125485056 24613 33554432000 4194304 4298156 140734913058032 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 30636 24613 244 26 0 27268 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 122544

[startup+462.301 s]
/proc/loadavg: 4.08 3.59 3.11 5/363 2770
/proc/meminfo: memFree=5691908/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=122544 CPUtime=462.3 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 375017 0 0 0 46168 62 0 0 25 0 1 0 608711424 125485056 26315 33554432000 4194304 4298156 140734913058032 18446744073709551615 4261864 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 30636 26315 244 26 0 27268 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 122544

[startup+522.301 s]
/proc/loadavg: 4.07 3.68 3.17 5/363 2772
/proc/meminfo: memFree=5696212/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=122544 CPUtime=522.3 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 458396 0 0 0 52153 77 0 0 25 0 1 0 608711424 125485056 25124 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 30636 25124 244 26 0 27268 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 122544

[startup+582.301 s]
/proc/loadavg: 4.02 3.73 3.22 5/363 2773
/proc/meminfo: memFree=5700020/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=122544 CPUtime=582.31 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 513939 0 0 0 58143 88 0 0 25 0 1 0 608711424 125485056 25201 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 30636 25201 244 26 0 27268 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 122544

[startup+642.301 s]
/proc/loadavg: 4.04 3.79 3.27 5/363 2776
/proc/meminfo: memFree=5691560/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=122544 CPUtime=642.32 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 572502 0 0 0 64132 100 0 0 25 0 1 0 608711424 125485056 25108 33554432000 4194304 4298156 140734913058032 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 30636 25108 244 26 0 27268 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 122544

[startup+702.301 s]
/proc/loadavg: 4.01 3.83 3.31 5/363 2778
/proc/meminfo: memFree=5693744/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=122544 CPUtime=702.31 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 638274 0 0 0 70119 112 0 0 25 0 1 0 608711424 125485056 25280 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 30636 25280 244 26 0 27268 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 122544

[startup+762.314 s]
/proc/loadavg: 4.00 3.86 3.35 5/363 2780
/proc/meminfo: memFree=5716016/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=152924 CPUtime=762.34 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 701066 0 0 0 76111 123 0 0 25 0 1 0 608711424 156594176 31544 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 38231 31544 244 26 0 34863 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 152924

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.39 5/363 2782
/proc/meminfo: memFree=5643444/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=152924 CPUtime=822.32 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 761005 0 0 0 82097 135 0 0 25 0 1 0 608711424 156594176 33018 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 38231 33018 244 26 0 34863 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 152924

[startup+882.301 s]
/proc/loadavg: 4.05 3.91 3.43 5/363 2783
/proc/meminfo: memFree=5638064/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=152924 CPUtime=882.33 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 819557 0 0 0 88086 147 0 0 25 0 1 0 608711424 156594176 33461 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 38231 33461 244 26 0 34863 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 152924

[startup+942.301 s]
/proc/loadavg: 4.06 3.94 3.47 5/363 2785
/proc/meminfo: memFree=5619292/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=152924 CPUtime=942.32 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 881555 0 0 0 94073 159 0 0 25 0 1 0 608711424 156594176 33276 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 38231 33276 244 26 0 34863 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 152924

[startup+1002.3 s]
/proc/loadavg: 4.09 3.96 3.50 5/363 2815
/proc/meminfo: memFree=5682820/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=183744 CPUtime=1002.33 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 928367 0 0 0 100066 167 0 0 25 0 1 0 608711424 188153856 34791 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 45936 34791 244 26 0 42568 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 183744

[startup+1062.3 s]
/proc/loadavg: 4.03 3.97 3.53 5/363 2817
/proc/meminfo: memFree=5640008/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=183744 CPUtime=1062.33 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 979429 0 0 0 106056 177 0 0 25 0 1 0 608711424 188153856 35170 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 45936 35170 244 26 0 42568 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 183744

[startup+1122.3 s]
/proc/loadavg: 4.07 3.99 3.56 5/363 2819
/proc/meminfo: memFree=5651988/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=183744 CPUtime=1122.33 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 1029981 0 0 0 112046 187 0 0 25 0 1 0 608711424 188153856 35707 33554432000 4194304 4298156 140734913058032 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 45936 35707 244 26 0 42568 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 183744

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 3.59 5/363 2820
/proc/meminfo: memFree=5635952/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=233832 CPUtime=1182.33 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 1076150 0 0 0 118036 197 0 0 25 0 1 0 608711424 239443968 43246 33554432000 4194304 4298156 140734913058032 18446744073709551615 4254984 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 58458 43246 244 26 0 55090 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 233832

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.62 5/363 2822
/proc/meminfo: memFree=5637404/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=183744 CPUtime=1242.34 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 1158829 0 0 0 124021 213 0 0 25 0 1 0 608711424 188153856 38220 33554432000 4194304 4298156 140734913058032 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 45936 38220 244 26 0 42568 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 183744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.38 3.85 3.59 3/351 2867
/proc/meminfo: memFree=6027384/32950928 swapFree=45936960/67111528
[pid=2743] ppid=2741 vsize=183744 CPUtime=1300.04 cores=0,2
/proc/2743/stat : 2743 (contrasat_relea) R 2741 2743 2035 0 -1 4202496 1211926 0 0 0 129782 222 0 0 25 0 1 0 608711424 188153856 36187 33554432000 4194304 4298156 140734913058032 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/2743/statm: 45936 36187 244 26 0 42568 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 183744

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1297.83
CPU system time (s): 2.23666
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 313972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.83
system time used= 2.23666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1211926
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= 5
involuntary context switches= 4250

runsolver used 4.93625 second user time and 10.3774 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 21:59:07
IDJOB=3350344
IDBENCH=82466
IDSOLVER=1816
FILE ID=node149/3350344-1304971147
RUNJOBID= node149-1304971111-2480
PBS_JOBID= 13285601
Free space on /tmp= 42480 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350344-1304971147/watcher-3350344-1304971147 -o /tmp/evaluation-result-3350344-1304971147/solver-3350344-1304971147 -C 2400 -W 1300 -M 7680  contrasat_release HOME/instance-3350344-1304971147.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1944438539

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:       6033080 kB
Buffers:        240320 kB
Cached:       21355944 kB
SwapCached:      21336 kB
Active:       11779556 kB
Inactive:     14380692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6033080 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           22736 kB
Writeback:           0 kB
AnonPages:     4555552 kB
Mapped:          14552 kB
Slab:           620084 kB
PageTables:      72820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80494088 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= 42496 MiB
End job on node149 at 2011-05-09 22:20:49