Trace number 3274880

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.02 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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:  2115                                                 |
0.00/0.00	c |  Number of clauses:    356340                                               |
0.09/0.10	c |  Parsing time:         0.10         s                                       |
19.09/19.15	c ============================[ Search Statistics ]==============================
19.09/19.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.09/19.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.09/19.15	c ===============================================================================
19.09/19.15	c |         0 |    2070   354225   976499 |   118075        0    nan |  0.000 % |
19.09/19.17	c |       100 |    2070   354225   976499 |   129882      100    320 |  0.000 % |
19.09/19.18	c |       252 |    2070   354225   976499 |   142870      252    297 |  0.000 % |
19.19/19.21	c |       477 |    2070   354225   976499 |   157157      477    287 |  0.000 % |
19.19/19.25	c |       815 |    2070   354225   976499 |   172873      815    281 |  0.000 % |
19.29/19.36	c |      1324 |    2070   354225   976499 |   190160     1324    296 |  0.000 % |
19.49/19.53	c |      2084 |    2070   354225   976499 |   209177     2084    321 |  0.000 % |
19.79/19.86	c |      3224 |    2070   354225   976499 |   230094     3224    338 |  0.000 % |
20.68/20.71	c |      4933 |    2070   354225   976499 |   253104     4933    350 |  0.000 % |
21.59/21.68	c |      7495 |    2070   354225   976499 |   278414     7495    342 |  0.000 % |
23.38/23.44	c |     11343 |    2070   354225   976499 |   306256    11343    351 |  0.000 % |
27.28/27.32	c |     17110 |    2070   354225   976499 |   336881    17110    334 |  0.000 % |
36.49/36.51	c |     25761 |    2070   354225   976499 |   370569    25761    322 |  0.000 % |
57.49/57.56	c |     38736 |    2070   354225   976499 |   407626    38736    312 |  0.000 % |
81.79/81.82	c |     58197 |    2070   354225   976499 |   448389    58197    300 |  0.000 % |
159.19/159.26	c |     87391 |    2070   354225   976499 |   493228    87391    305 |  0.000 % |
378.68/378.71	c |    131182 |    2070   354225   976499 |   542551   131182    316 |  0.000 % |
934.28/934.30	c |    196866 |    2070   354225   976499 |   596806   196866    318 |  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-3274880-1303610533/watcher-3274880-1303610533 -o /tmp/evaluation-result-3274880-1303610533/solver-3274880-1303610533 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274880-1303610533.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: 0.99 1.00 1.08 5/189 6391
/proc/meminfo: memFree=20311036/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=2152 CPUtime=0 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 476 0 0 0 0 0 0 0 21 0 1 0 472653011 2203648 432 33554432000 134512640 135048876 4292074192 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 538 433 50 131 0 405 0

[startup+0.08386 s]
/proc/loadavg: 0.99 1.00 1.08 5/189 6391
/proc/meminfo: memFree=20311036/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=16256 CPUtime=0.07 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 3917 0 0 0 7 0 0 0 21 0 1 0 472653011 16646144 3873 33554432000 134512640 135048876 4292074192 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 4064 3875 50 131 0 3931 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16256

[startup+0.100855 s]
/proc/loadavg: 0.99 1.00 1.08 5/189 6391
/proc/meminfo: memFree=20311036/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=19980 CPUtime=0.09 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 4679 0 0 0 9 0 0 0 21 0 1 0 472653011 20459520 4635 33554432000 134512640 135048876 4292074192 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 4995 4635 50 131 0 4862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19980

[startup+0.300819 s]
/proc/loadavg: 0.99 1.00 1.08 5/189 6391
/proc/meminfo: memFree=20311036/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=21032 CPUtime=0.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 4984 0 0 0 29 0 0 0 22 0 1 0 472653011 21536768 4940 33554432000 134512640 135048876 4292074192 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 5258 4940 62 131 0 5125 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21032

[startup+0.700743 s]
/proc/loadavg: 0.99 1.00 1.08 5/189 6391
/proc/meminfo: memFree=20311036/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=21032 CPUtime=0.69 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 4984 0 0 0 69 0 0 0 23 0 1 0 472653011 21536768 4940 33554432000 134512640 135048876 4292074192 18446744073709551615 134529886 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 5258 4940 62 131 0 5125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21032

[startup+1.50058 s]
/proc/loadavg: 0.99 1.00 1.08 5/190 6392
/proc/meminfo: memFree=20284864/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=21428 CPUtime=1.49 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 5110 0 0 0 149 0 0 0 25 0 1 0 472653011 21942272 5066 33554432000 134512640 135048876 4292074192 18446744073709551615 134529686 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 5357 5066 62 131 0 5224 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21428

[startup+3.10028 s]
/proc/loadavg: 0.99 1.00 1.08 5/190 6392
/proc/meminfo: memFree=20280556/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=24860 CPUtime=3.09 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 5973 0 0 0 309 0 0 0 25 0 1 0 472653011 25456640 5929 33554432000 134512640 135048876 4292074192 18446744073709551615 134529889 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 6215 5929 62 131 0 6082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24860

[startup+6.30067 s]
/proc/loadavg: 1.23 1.05 1.10 5/190 6392
/proc/meminfo: memFree=20262252/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=27140 CPUtime=6.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 6337 0 0 0 629 0 0 0 25 0 1 0 472653011 27791360 6293 33554432000 134512640 135048876 4292074192 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 6785 6293 62 131 0 6652 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27140

[startup+12.7005 s]
/proc/loadavg: 1.45 1.10 1.11 5/190 6393
/proc/meminfo: memFree=20244788/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=27140 CPUtime=12.69 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 6374 0 0 0 1269 0 0 0 25 0 1 0 472653011 27791360 6330 33554432000 134512640 135048876 4292074192 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 6785 6330 62 131 0 6652 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27140

[startup+25.501 s]
/proc/loadavg: 2.01 1.24 1.16 5/190 6393
/proc/meminfo: memFree=20207608/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=39060 CPUtime=25.49 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 10374 0 0 0 2547 2 0 0 25 0 1 0 472653011 39997440 9564 33554432000 134512640 135048876 4292074192 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 9765 9564 67 131 0 9632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39060

[startup+51.1011 s]
/proc/loadavg: 2.69 1.46 1.23 5/190 6394
/proc/meminfo: memFree=20154644/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=65528 CPUtime=51.08 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 16981 0 0 0 5104 4 0 0 25 0 1 0 472653011 67100672 16171 33554432000 134512640 135048876 4292074192 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 16382 16171 67 131 0 16249 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65528

[startup+102.306 s]
/proc/loadavg: 3.43 1.85 1.38 5/190 6424
/proc/meminfo: memFree=20080284/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=105080 CPUtime=102.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 26666 0 0 0 10221 8 0 0 25 0 1 0 472653011 107601920 25856 33554432000 134512640 135048876 4292074192 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 26270 25856 67 131 0 26137 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 105080

[startup+162.301 s]
/proc/loadavg: 3.79 2.24 1.54 5/190 6427
/proc/meminfo: memFree=19904316/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=137240 CPUtime=162.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 34659 0 0 0 16217 12 0 0 25 0 1 0 472653011 140533760 33849 33554432000 134512640 135048876 4292074192 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 34310 33849 67 131 0 34177 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 137240

[startup+222.3 s]
/proc/loadavg: 3.99 2.57 1.69 5/190 6428
/proc/meminfo: memFree=19783276/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=157784 CPUtime=222.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 39653 0 0 0 22214 14 0 0 25 0 1 0 472653011 161570816 38843 33554432000 134512640 135048876 4292074192 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 39446 38843 67 131 0 39313 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 157784

[startup+282.301 s]
/proc/loadavg: 4.03 2.84 1.84 5/190 6430
/proc/meminfo: memFree=19676968/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=172940 CPUtime=282.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 43469 0 0 0 28212 16 0 0 25 0 1 0 472653011 177090560 42659 33554432000 134512640 135048876 4292074192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/6391/statm: 43235 42659 67 131 0 43102 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 172940

[startup+342.301 s]
/proc/loadavg: 4.01 3.05 1.97 5/190 6431
/proc/meminfo: memFree=19584432/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=187132 CPUtime=342.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 47008 0 0 0 34211 18 0 0 25 0 1 0 472653011 191623168 46198 33554432000 134512640 135048876 4292074192 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 46783 46198 67 131 0 46650 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 187132

[startup+402.301 s]
/proc/loadavg: 4.00 3.22 2.10 5/190 6433
/proc/meminfo: memFree=19513480/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=204072 CPUtime=402.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 51211 0 0 0 40208 20 0 0 25 0 1 0 472653011 208969728 50401 33554432000 134512640 135048876 4292074192 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 51018 50401 67 131 0 50885 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 204072

[startup+462.301 s]
/proc/loadavg: 4.04 3.37 2.22 5/190 6435
/proc/meminfo: memFree=19463360/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=215260 CPUtime=462.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 53883 0 0 0 46207 21 0 0 25 0 1 0 472653011 220426240 53073 33554432000 134512640 135048876 4292074192 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 53815 53073 67 131 0 53682 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 215260

[startup+522.3 s]
/proc/loadavg: 4.06 3.50 2.33 5/190 6436
/proc/meminfo: memFree=19418056/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=223680 CPUtime=522.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 55953 0 0 0 52205 23 0 0 25 0 1 0 472653011 229048320 55143 33554432000 134512640 135048876 4292074192 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 55920 55143 67 131 0 55787 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 223680

[startup+582.301 s]
/proc/loadavg: 4.02 3.59 2.43 5/190 6438
/proc/meminfo: memFree=19377856/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=233896 CPUtime=582.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 58477 0 0 0 58204 25 0 0 25 0 1 0 472653011 239509504 57667 33554432000 134512640 135048876 4292074192 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 58474 57667 67 131 0 58341 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 233896

[startup+642.3 s]
/proc/loadavg: 4.01 3.66 2.53 5/190 6439
/proc/meminfo: memFree=19347204/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=243472 CPUtime=642.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 60876 0 0 0 64202 27 0 0 25 0 1 0 472653011 249315328 60066 33554432000 134512640 135048876 4292074192 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 60868 60066 67 131 0 60735 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 243472

[startup+702.301 s]
/proc/loadavg: 4.00 3.72 2.62 5/190 6441
/proc/meminfo: memFree=19320996/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=249848 CPUtime=702.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 62471 0 0 0 70200 28 0 0 25 0 1 0 472653011 255844352 61661 33554432000 134512640 135048876 4292074192 18446744073709551615 134546988 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 62462 61661 67 131 0 62329 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 249848

[startup+762.306 s]
/proc/loadavg: 4.15 3.81 2.72 5/190 6443
/proc/meminfo: memFree=19283268/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=261788 CPUtime=762.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 65450 0 0 0 76199 30 0 0 25 0 1 0 472653011 268070912 64640 33554432000 134512640 135048876 4292074192 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 65447 64640 67 131 0 65314 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 261788

[startup+822.301 s]
/proc/loadavg: 4.06 3.84 2.80 5/190 6444
/proc/meminfo: memFree=19236488/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=270792 CPUtime=822.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 67660 0 0 0 82197 31 0 0 25 0 1 0 472653011 277291008 66850 33554432000 134512640 135048876 4292074192 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 67698 66850 67 131 0 67565 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 270792

[startup+882.3 s]
/proc/loadavg: 4.02 3.87 2.87 5/190 6446
/proc/meminfo: memFree=19211052/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=280948 CPUtime=882.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 70199 0 0 0 88196 32 0 0 25 0 1 0 472653011 287690752 69389 33554432000 134512640 135048876 4292074192 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 70237 69389 67 131 0 70104 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 280948

[startup+942.301 s]
/proc/loadavg: 4.00 3.89 2.94 5/190 6447
/proc/meminfo: memFree=19182624/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=289480 CPUtime=942.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 72291 0 0 0 94194 34 0 0 25 0 1 0 472653011 296427520 71481 33554432000 134512640 135048876 4292074192 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 72370 71481 67 131 0 72237 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 289480

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.00 5/190 6449
/proc/meminfo: memFree=19160412/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=297328 CPUtime=1002.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 74206 0 0 0 100193 35 0 0 25 0 1 0 472653011 304463872 73396 33554432000 134512640 135048876 4292074192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 74332 73396 67 131 0 74199 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 297328

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.06 5/190 6451
/proc/meminfo: memFree=19142168/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=306548 CPUtime=1062.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 76410 0 0 0 106192 37 0 0 25 0 1 0 472653011 313905152 75600 33554432000 134512640 135048876 4292074192 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 76637 75600 67 131 0 76504 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 306548

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.12 5/190 6452
/proc/meminfo: memFree=19113612/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=317744 CPUtime=1122.29 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 79171 0 0 0 112190 39 0 0 25 0 1 0 472653011 325369856 78361 33554432000 134512640 135048876 4292074192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 79436 78361 67 131 0 79303 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 317744

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.17 5/190 6454
/proc/meminfo: memFree=19075132/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=327428 CPUtime=1182.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 81560 0 0 0 118188 40 0 0 25 0 1 0 472653011 335286272 80750 33554432000 134512640 135048876 4292074192 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 81857 80750 67 131 0 81724 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 327428

[startup+1242.3 s]
/proc/loadavg: 4.60 4.13 3.28 5/190 12209
/proc/meminfo: memFree=19044180/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=335672 CPUtime=1242.28 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 83635 0 0 0 124187 41 0 0 25 0 1 0 472653011 343728128 82825 33554432000 134512640 135048876 4292074192 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 83918 82825 67 131 0 83785 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 335672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.22 4.11 3.32 3/187 12213
/proc/meminfo: memFree=19300880/32950928 swapFree=67111524/67111528
[pid=6391] ppid=6389 vsize=344964 CPUtime=1299.99 cores=5,7
/proc/6391/stat : 6391 (minisat_noasser) R 6389 6391 4557 0 -1 4202496 85925 0 0 0 129956 43 0 0 25 0 1 0 472653011 353243136 85115 33554432000 134512640 135048876 4292074192 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/6391/statm: 86241 85115 67 131 0 86108 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 344964

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.02
CPU user time (s): 1299.57
CPU system time (s): 0.448931
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 344964

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

runsolver used 2.06669 second user time and 5.03923 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-24 04:02:13
IDJOB=3274880
IDBENCH=88216
IDSOLVER=1676
FILE ID=node127/3274880-1303610533
RUNJOBID= node127-1303610533-6352
PBS_JOBID= 13150615
Free space on /tmp= 71424 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274880-1303610533/watcher-3274880-1303610533 -o /tmp/evaluation-result-3274880-1303610533/solver-3274880-1303610533 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274880-1303610533.cnf

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=1681941412

node127.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.823
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.64
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.823
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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20311308 kB
Buffers:       2387964 kB
Cached:        9620548 kB
SwapCached:          4 kB
Active:        8242268 kB
Inactive:      3847008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20311308 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           18384 kB
Writeback:           0 kB
AnonPages:       79760 kB
Mapped:          15260 kB
Slab:           485036 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   264364 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= 71424 MiB
End job on node127 at 2011-04-24 04:23:55