Trace number 3274838

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
SAT07 reference solver: minisat SAT 2007? (TO) 1300.06 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
MD5SUM4b4e8a8187c1b8536d6b504b16289d38
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.732887
Satisfiable
(Un)Satisfiability was proved
Number of variables1106
Number of clauses129272
Sum of the clauses size259580
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2129237
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1106                                                 |
0.00/0.00	c |  Number of clauses:    129272                                               |
0.00/0.03	c |  Parsing time:         0.04         s                                       |
3.19/3.25	c ============================[ Search Statistics ]==============================
3.19/3.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.25	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.25	c ===============================================================================
3.19/3.25	c |         0 |    1071   128166   348927 |    42722        0    nan |  0.000 % |
3.19/3.26	c |       100 |    1071   128166   348927 |    46994      100    115 |  0.000 % |
3.19/3.27	c |       250 |    1071   128166   348927 |    51693      250    112 |  0.000 % |
3.19/3.28	c |       475 |    1071   128166   348927 |    56862      475    113 |  0.000 % |
3.30/3.31	c |       812 |    1071   128166   348927 |    62549      812    111 |  0.000 % |
3.30/3.35	c |      1320 |    1071   128166   348927 |    68804     1320    112 |  0.000 % |
3.40/3.45	c |      2080 |    1071   128166   348927 |    75684     2080    115 |  0.000 % |
3.49/3.57	c |      3219 |    1071   128166   348927 |    83253     3219    119 |  0.000 % |
3.69/3.77	c |      4929 |    1071   128166   348927 |    91578     4929    122 |  0.000 % |
4.29/4.31	c |      7493 |    1071   128166   348927 |   100736     7493    125 |  0.000 % |
5.09/5.17	c |     11340 |    1071   128166   348927 |   110809    11340    123 |  0.000 % |
6.09/6.19	c |     17106 |    1071   128166   348927 |   121890    17106    127 |  0.000 % |
8.89/8.96	c |     25756 |    1071   128166   348927 |   134079    25756    127 |  0.000 % |
15.49/15.52	c |     38733 |    1071   128166   348927 |   147487    38733    126 |  0.000 % |
40.49/40.58	c |     58194 |    1071   128166   348927 |   162236    58194    127 |  0.000 % |
73.70/73.71	c |     87387 |    1071   128166   348927 |   178460    87387    124 |  0.000 % |
108.90/108.98	c |    131176 |    1071   128166   348927 |   196306   131176    124 |  0.000 % |
151.39/151.43	c |    196861 |    1071   128166   348927 |   215937   196861    124 |  0.000 % |
232.59/232.61	c |    295388 |    1071   128166   348927 |   237530   100996    125 |  0.000 % |
545.51/545.53	c |    443179 |    1071   128166   348927 |   261283    31098    113 |  0.000 % |
862.12/862.17	c |    664863 |    1071   128166   348927 |   287412   252782    131 |  0.000 % |

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: 935)

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-3274838-1303610399/watcher-3274838-1303610399 -o /tmp/evaluation-result-3274838-1303610399/solver-3274838-1303610399 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274838-1303610399.cnf 

running on 2 cores: 5,7

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.76 2.92 2.80 4/189 27043
/proc/meminfo: memFree=26026664/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=3112 CPUtime=0 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 720 0 0 0 0 0 0 0 23 0 1 0 551270604 3186688 677 33554432000 134512640 135048876 4294401168 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 778 678 50 131 0 645 0

[startup+0.10594 s]
/proc/loadavg: 2.76 2.92 2.80 4/189 27043
/proc/meminfo: memFree=26026664/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=8552 CPUtime=0.1 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 2071 0 0 0 10 0 0 0 24 0 1 0 551270604 8757248 2028 33554432000 134512640 135048876 4294401168 18446744073709551615 134529439 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 2138 2028 62 131 0 2005 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8552

[startup+0.200922 s]
/proc/loadavg: 2.76 2.92 2.80 4/189 27043
/proc/meminfo: memFree=26026664/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=8552 CPUtime=0.19 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 2071 0 0 0 19 0 0 0 25 0 1 0 551270604 8757248 2028 33554432000 134512640 135048876 4294401168 18446744073709551615 134529445 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 2138 2028 62 131 0 2005 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8552

[startup+0.300903 s]
/proc/loadavg: 2.76 2.92 2.80 4/189 27043
/proc/meminfo: memFree=26026664/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=8552 CPUtime=0.29 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 2071 0 0 0 29 0 0 0 25 0 1 0 551270604 8757248 2028 33554432000 134512640 135048876 4294401168 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 2138 2028 62 131 0 2005 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8552

[startup+0.700831 s]
/proc/loadavg: 2.76 2.92 2.80 4/189 27043
/proc/meminfo: memFree=26026664/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=10808 CPUtime=0.69 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 2613 0 0 0 69 0 0 0 25 0 1 0 551270604 11067392 2570 33554432000 134512640 135048876 4294401168 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 2702 2570 62 131 0 2569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10808

[startup+1.50068 s]
/proc/loadavg: 2.86 2.94 2.81 5/190 27044
/proc/meminfo: memFree=26015040/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=10808 CPUtime=1.49 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 2626 0 0 0 149 0 0 0 25 0 1 0 551270604 11067392 2583 33554432000 134512640 135048876 4294401168 18446744073709551615 134529671 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 2702 2583 62 131 0 2569 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10808

[startup+3.10039 s]
/proc/loadavg: 2.86 2.94 2.81 5/190 27044
/proc/meminfo: memFree=26014172/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=10808 CPUtime=3.09 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 2642 0 0 0 309 0 0 0 25 0 1 0 551270604 11067392 2599 33554432000 134512640 135048876 4294401168 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 2702 2599 62 131 0 2569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10808

[startup+6.3008 s]
/proc/loadavg: 2.95 2.96 2.82 5/190 27044
/proc/meminfo: memFree=26009560/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=17528 CPUtime=6.29 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 4983 0 0 0 629 0 0 0 25 0 1 0 551270604 17948672 4293 33554432000 134512640 135048876 4294401168 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 4382 4293 67 131 0 4249 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17528

[startup+12.7006 s]
/proc/loadavg: 3.03 2.97 2.82 5/190 27044
/proc/meminfo: memFree=25996872/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=27248 CPUtime=12.69 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 7376 0 0 0 1269 0 0 0 25 0 1 0 551270604 27901952 6686 33554432000 134512640 135048876 4294401168 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 6812 6686 67 131 0 6679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27248

[startup+25.5003 s]
/proc/loadavg: 3.18 3.01 2.83 5/190 27044
/proc/meminfo: memFree=25987204/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=36232 CPUtime=25.49 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 9553 0 0 0 2548 1 0 0 25 0 1 0 551270604 37101568 8863 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 9058 8863 67 131 0 8925 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36232

[startup+51.1006 s]
/proc/loadavg: 3.50 3.10 2.87 5/190 27072
/proc/meminfo: memFree=25935280/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=47980 CPUtime=51.09 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 12434 0 0 0 5107 2 0 0 25 0 1 0 551270604 49131520 11744 33554432000 134512640 135048876 4294401168 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 11995 11744 67 131 0 11862 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47980

[startup+102.3 s]
/proc/loadavg: 3.78 3.24 2.93 5/190 27082
/proc/meminfo: memFree=25840324/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=77628 CPUtime=102.3 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 19738 0 0 0 10225 5 0 0 25 0 1 0 551270604 79491072 19048 33554432000 134512640 135048876 4294401168 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 19407 19048 67 131 0 19274 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77628

[startup+162.3 s]
/proc/loadavg: 3.92 3.37 2.99 5/190 27584
/proc/meminfo: memFree=25665348/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=121944 CPUtime=162.3 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 30719 0 0 0 16221 9 0 0 25 0 1 0 551270604 124870656 30029 33554432000 134512640 135048876 4294401168 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 30486 30029 67 131 0 30353 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 121944

[startup+222.307 s]
/proc/loadavg: 3.97 3.48 3.05 5/190 27586
/proc/meminfo: memFree=25562676/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=130380 CPUtime=222.3 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 32738 0 0 0 22221 9 0 0 25 0 1 0 551270604 133509120 32048 33554432000 134512640 135048876 4294401168 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 32595 32048 67 131 0 32462 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130380

[startup+282.3 s]
/proc/loadavg: 3.99 3.58 3.11 5/190 27587
/proc/meminfo: memFree=25498416/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=130460 CPUtime=282.29 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 32762 0 0 0 28220 9 0 0 25 0 1 0 551270604 133591040 32072 33554432000 134512640 135048876 4294401168 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 32615 32072 67 131 0 32482 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 130460

[startup+342.3 s]
/proc/loadavg: 3.99 3.65 3.16 5/190 27589
/proc/meminfo: memFree=25442724/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=130460 CPUtime=342.3 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 32768 0 0 0 34221 9 0 0 25 0 1 0 551270604 133591040 32078 33554432000 134512640 135048876 4294401168 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 32615 32078 67 131 0 32482 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 130460

[startup+402.3 s]
/proc/loadavg: 4.12 3.74 3.22 5/190 27590
/proc/meminfo: memFree=25395204/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=130460 CPUtime=402.3 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 32776 0 0 0 40221 9 0 0 25 0 1 0 551270604 133591040 32086 33554432000 134512640 135048876 4294401168 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 32615 32086 67 131 0 32482 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 130460

[startup+462.3 s]
/proc/loadavg: 4.04 3.79 3.27 5/190 27592
/proc/meminfo: memFree=25333816/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=136592 CPUtime=462.3 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 34265 0 0 0 46220 10 0 0 25 0 1 0 551270604 139870208 33575 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 34148 33575 67 131 0 34015 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 136592

[startup+522.3 s]
/proc/loadavg: 4.06 3.84 3.31 5/190 27594
/proc/meminfo: memFree=25280100/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=145952 CPUtime=522.31 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 36600 0 0 0 52219 12 0 0 25 0 1 0 551270604 149454848 35910 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 36488 35910 67 131 0 36355 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 145952

[startup+582.3 s]
/proc/loadavg: 4.02 3.86 3.36 5/190 27595
/proc/meminfo: memFree=25235312/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=148592 CPUtime=582.31 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 37276 0 0 0 58219 12 0 0 25 0 1 0 551270604 152158208 36586 33554432000 134512640 135048876 4294401168 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 37148 36586 67 131 0 37015 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 148592

[startup+642.3 s]
/proc/loadavg: 4.00 3.89 3.39 5/190 27597
/proc/meminfo: memFree=25195000/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=148592 CPUtime=642.31 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 37304 0 0 0 64219 12 0 0 25 0 1 0 551270604 152158208 36614 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 37148 36614 67 131 0 37015 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 148592

[startup+702.3 s]
/proc/loadavg: 4.00 3.90 3.43 5/190 27598
/proc/meminfo: memFree=25160244/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=149808 CPUtime=702.31 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 37555 0 0 0 70219 12 0 0 25 0 1 0 551270604 153403392 36865 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 37452 36865 67 131 0 37319 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 149808

[startup+762.3 s]
/proc/loadavg: 4.00 3.92 3.46 5/190 27600
/proc/meminfo: memFree=25113232/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=151080 CPUtime=762.32 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 37836 0 0 0 76220 12 0 0 25 0 1 0 551270604 154705920 37146 33554432000 134512640 135048876 4294401168 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 37770 37146 67 131 0 37637 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 151080

[startup+822.3 s]
/proc/loadavg: 4.00 3.93 3.49 5/190 27602
/proc/meminfo: memFree=25063752/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=160380 CPUtime=822.31 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 40096 0 0 0 82217 14 0 0 25 0 1 0 551270604 164229120 39398 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 40095 39398 67 131 0 39962 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 160380

[startup+882.307 s]
/proc/loadavg: 4.00 3.94 3.52 5/190 27603
/proc/meminfo: memFree=25014724/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=175776 CPUtime=882.32 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 43744 0 0 0 88216 16 0 0 25 0 1 0 551270604 179994624 43038 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 43944 43038 67 131 0 43811 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 175776

[startup+942.3 s]
/proc/loadavg: 4.00 3.95 3.55 5/190 27605
/proc/meminfo: memFree=24974268/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=189196 CPUtime=942.32 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 46808 0 0 0 94214 18 0 0 25 0 1 0 551270604 193736704 46062 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 47299 46062 67 131 0 47166 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 189196

[startup+1002.3 s]
/proc/loadavg: 4.04 3.97 3.58 5/190 27606
/proc/meminfo: memFree=24936320/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=198464 CPUtime=1002.32 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 49127 0 0 0 100213 19 0 0 25 0 1 0 551270604 203227136 48381 33554432000 134512640 135048876 4294401168 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 49616 48381 67 131 0 49483 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 198464

[startup+1062.3 s]
/proc/loadavg: 4.07 3.99 3.61 5/190 27608
/proc/meminfo: memFree=24896612/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=198992 CPUtime=1062.32 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 49251 0 0 0 106213 19 0 0 25 0 1 0 551270604 203767808 48505 33554432000 134512640 135048876 4294401168 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 49748 48505 67 131 0 49615 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 198992

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.64 5/190 27610
/proc/meminfo: memFree=24869680/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=198992 CPUtime=1122.32 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 49266 0 0 0 112213 19 0 0 25 0 1 0 551270604 203767808 48520 33554432000 134512640 135048876 4294401168 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 49748 48520 67 131 0 49615 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 198992

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.65 5/190 27611
/proc/meminfo: memFree=24829844/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=199656 CPUtime=1182.32 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 49372 0 0 0 118213 19 0 0 25 0 1 0 551270604 204447744 48626 33554432000 134512640 135048876 4294401168 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 49914 48626 67 131 0 49781 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 199656

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.67 5/190 27613
/proc/meminfo: memFree=24798204/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=199820 CPUtime=1242.33 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 49409 0 0 0 124214 19 0 0 25 0 1 0 551270604 204615680 48663 33554432000 134512640 135048876 4294401168 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 49955 48663 67 131 0 49822 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 199820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.69 4/188 27615
/proc/meminfo: memFree=24781572/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=202744 CPUtime=1300.04 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 50104 0 0 0 129984 20 0 0 25 0 1 0 551270604 207609856 49358 33554432000 134512640 135048876 4294401168 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 50686 49358 67 131 0 50553 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 202744

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.69 4/188 27615
/proc/meminfo: memFree=24781572/32950928 swapFree=67071984/67111528
[pid=27043] ppid=27041 vsize=202744 CPUtime=1300.04 cores=5,7
/proc/27043/stat : 27043 (minisat_noasser) R 27041 27043 25767 0 -1 4202496 50104 0 0 0 129984 20 0 0 25 0 1 0 551270604 207609856 49358 33554432000 134512640 135048876 4294401168 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/27043/statm: 50686 49358 67 131 0 50553 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 202744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.84
CPU system time (s): 0.211967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 202744

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

runsolver used 2.06169 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-24 03:59:59
IDJOB=3274838
IDBENCH=88202
IDSOLVER=1676
FILE ID=node116/3274838-1303610399
RUNJOBID= node116-1303610399-27004
PBS_JOBID= 13150580
Free space on /tmp= 72608 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274838-1303610399/watcher-3274838-1303610399 -o /tmp/evaluation-result-3274838-1303610399/solver-3274838-1303610399 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274838-1303610399.cnf

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

MD5SUM BENCH= 4b4e8a8187c1b8536d6b504b16289d38
RANDOM SEED=563362992

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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:      26026944 kB
Buffers:       1832056 kB
Cached:        4637136 kB
SwapCached:       9728 kB
Active:        3001656 kB
Inactive:      3509368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26026944 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            7868 kB
Writeback:           0 kB
AnonPages:       35032 kB
Mapped:          14656 kB
Slab:           350316 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   256136 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= 72668 MiB
End job on node116 at 2011-04-24 04:21:41