Trace number 3274895

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.09 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
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:  1981                                                 |
0.00/0.00	c |  Number of clauses:    333838                                               |
0.09/0.10	c |  Parsing time:         0.10         s                                       |
13.79/13.83	c ============================[ Search Statistics ]==============================
13.79/13.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.79/13.83	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.79/13.83	c ===============================================================================
13.79/13.83	c |         0 |    1936   331857   871839 |   110619        0    nan |  0.000 % |
13.79/13.84	c |       101 |    1936   331857   871839 |   121680      101    259 |  0.000 % |
13.79/13.86	c |       253 |    1936   331857   871839 |   133848      253    275 |  0.000 % |
13.79/13.88	c |       479 |    1936   331857   871839 |   147233      479    240 |  0.000 % |
13.89/13.93	c |       816 |    1936   331857   871839 |   161957      816    255 |  0.000 % |
13.99/14.02	c |      1322 |    1936   331857   871839 |   178153     1322    310 |  0.000 % |
14.09/14.10	c |      2081 |    1936   331857   871839 |   195968     2081    295 |  0.000 % |
14.29/14.38	c |      3221 |    1936   331857   871839 |   215565     3221    308 |  0.000 % |
14.79/14.82	c |      4935 |    1936   331857   871839 |   237121     4935    317 |  0.000 % |
15.48/15.53	c |      7497 |    1936   331857   871839 |   260833     7497    309 |  0.000 % |
16.59/16.61	c |     11341 |    1936   331857   871839 |   286917    11341    307 |  0.000 % |
18.70/18.75	c |     17107 |    1936   331857   871839 |   315608    17107    311 |  0.000 % |
21.78/21.89	c |     25757 |    1936   331857   871839 |   347169    25757    317 |  0.000 % |
27.29/27.39	c |     38731 |    1936   331857   871839 |   381886    38731    320 |  0.000 % |
36.09/36.12	c |     58197 |    1936   331857   871839 |   420075    58197    310 |  0.000 % |
69.99/70.07	c |     87392 |    1936   331857   871839 |   462083    87392    324 |  0.000 % |
108.99/109.01	c |    131181 |    1936   331857   871839 |   508291   131181    330 |  0.000 % |
178.29/178.33	c |    196867 |    1936   331857   871839 |   559120   196867    334 |  0.000 % |
318.10/318.11	c |    295394 |    1936   331857   871839 |   615032   295394    328 |  0.000 % |
999.72/999.76	c |    443185 |    1936   331857   871839 |   676535   443185    323 |  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-3274895-1303610623/watcher-3274895-1303610623 -o /tmp/evaluation-result-3274895-1303610623/solver-3274895-1303610623 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274895-1303610623.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
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: 3.33 1.78 1.35 5/189 6421
/proc/meminfo: memFree=20119288/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=2776 CPUtime=0 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 622 0 0 0 0 0 0 0 25 0 1 0 472661941 2842624 578 33554432000 134512640 135048876 4294266656 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 694 578 50 131 0 561 0

[startup+0.080634 s]
/proc/loadavg: 3.33 1.78 1.35 5/189 6421
/proc/meminfo: memFree=20119288/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=15080 CPUtime=0.07 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 3571 0 0 0 7 0 0 0 25 0 1 0 472661941 15441920 3527 33554432000 134512640 135048876 4294266656 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 3770 3529 50 131 0 3637 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15080

[startup+0.100604 s]
/proc/loadavg: 3.33 1.78 1.35 5/189 6421
/proc/meminfo: memFree=20119288/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=19200 CPUtime=0.09 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 4439 0 0 0 9 0 0 0 25 0 1 0 472661941 19660800 4395 33554432000 134512640 135048876 4294266656 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 4800 4397 50 131 0 4667 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19200

[startup+0.300623 s]
/proc/loadavg: 3.33 1.78 1.35 5/189 6421
/proc/meminfo: memFree=20119288/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=19988 CPUtime=0.29 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 4689 0 0 0 29 0 0 0 25 0 1 0 472661941 20467712 4645 33554432000 134512640 135048876 4294266656 18446744073709551615 134529226 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 4997 4645 62 131 0 4864 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19988

[startup+0.700518 s]
/proc/loadavg: 3.33 1.78 1.35 5/189 6421
/proc/meminfo: memFree=20119288/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=19988 CPUtime=0.69 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 4689 0 0 0 69 0 0 0 25 0 1 0 472661941 20467712 4645 33554432000 134512640 135048876 4294266656 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 4997 4645 62 131 0 4864 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19988

[startup+1.50037 s]
/proc/loadavg: 3.33 1.78 1.35 5/190 6422
/proc/meminfo: memFree=20099440/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=20648 CPUtime=1.49 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 4842 0 0 0 149 0 0 0 25 0 1 0 472661941 21143552 4798 33554432000 134512640 135048876 4294266656 18446744073709551615 134529889 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 5162 4798 62 131 0 5029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20648

[startup+3.10106 s]
/proc/loadavg: 3.33 1.78 1.35 5/190 6422
/proc/meminfo: memFree=20095104/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=24200 CPUtime=3.09 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 5850 0 0 0 309 0 0 0 25 0 1 0 472661941 24780800 5806 33554432000 134512640 135048876 4294266656 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 6050 5806 62 131 0 5917 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24200

[startup+6.30044 s]
/proc/loadavg: 3.38 1.81 1.36 5/190 6422
/proc/meminfo: memFree=20089028/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=24200 CPUtime=6.29 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 5862 0 0 0 629 0 0 0 25 0 1 0 472661941 24780800 5818 33554432000 134512640 135048876 4294266656 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 6050 5818 62 131 0 5917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24200

[startup+12.7002 s]
/proc/loadavg: 3.43 1.85 1.38 5/190 6422
/proc/meminfo: memFree=20081772/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=25568 CPUtime=12.69 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 5879 0 0 0 1269 0 0 0 25 0 1 0 472661941 26181632 5835 33554432000 134512640 135048876 4294266656 18446744073709551615 134529686 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 6392 5835 62 131 0 6259 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25568

[startup+25.5007 s]
/proc/loadavg: 3.56 1.95 1.42 5/190 6425
/proc/meminfo: memFree=20031796/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=60804 CPUtime=25.49 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 16280 0 0 0 2547 2 0 0 25 0 1 0 472661941 62263296 14984 33554432000 134512640 135048876 4294266656 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 15201 14984 67 131 0 15068 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60804

[startup+51.1008 s]
/proc/loadavg: 3.71 2.12 1.48 5/190 6426
/proc/meminfo: memFree=19956432/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=111508 CPUtime=51.09 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 28941 0 0 0 5103 6 0 0 25 0 1 0 472661941 114184192 27645 33554432000 134512640 135048876 4294266656 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 27877 27645 67 131 0 27744 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111508

[startup+102.307 s]
/proc/loadavg: 3.87 2.40 1.61 5/190 6427
/proc/meminfo: memFree=19834620/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=183788 CPUtime=102.3 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 46955 0 0 0 10219 11 0 0 25 0 1 0 472661941 188198912 45659 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 45947 45659 67 131 0 45814 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183788

[startup+162.301 s]
/proc/loadavg: 4.06 2.72 1.77 5/190 6429
/proc/meminfo: memFree=19736008/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=262660 CPUtime=162.29 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 66628 0 0 0 16212 17 0 0 25 0 1 0 472661941 268963840 65332 33554432000 134512640 135048876 4294266656 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 65665 65332 67 131 0 65532 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 262660

[startup+222.3 s]
/proc/loadavg: 4.02 2.95 1.91 5/190 6431
/proc/meminfo: memFree=19620160/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=331776 CPUtime=222.3 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 83831 0 0 0 22207 23 0 0 25 0 1 0 472661941 339738624 82535 33554432000 134512640 135048876 4294266656 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 82944 82535 67 131 0 82811 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 331776

[startup+282.301 s]
/proc/loadavg: 4.00 3.14 2.04 5/190 6432
/proc/meminfo: memFree=19543244/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=382284 CPUtime=282.3 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 96487 0 0 0 28202 28 0 0 25 0 1 0 472661941 391458816 95191 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 95571 95191 67 131 0 95438 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 382284

[startup+342.3 s]
/proc/loadavg: 4.06 3.31 2.16 5/190 6434
/proc/meminfo: memFree=19482848/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=428516 CPUtime=342.3 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 108026 0 0 0 34197 33 0 0 25 0 1 0 472661941 438800384 106730 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 107129 106730 67 131 0 106996 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 428516

[startup+402.301 s]
/proc/loadavg: 4.10 3.45 2.28 5/190 6435
/proc/meminfo: memFree=19445112/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=455776 CPUtime=402.31 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 114641 0 0 0 40194 37 0 0 25 0 1 0 472661941 466714624 113345 33554432000 134512640 135048876 4294266656 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 113944 113345 67 131 0 113811 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 455776

[startup+462.3 s]
/proc/loadavg: 4.04 3.55 2.38 5/190 6437
/proc/meminfo: memFree=19397704/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=480532 CPUtime=462.3 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 120793 0 0 0 46191 39 0 0 25 0 1 0 472661941 492064768 119497 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 120133 119497 67 131 0 120000 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 480532

[startup+522.301 s]
/proc/loadavg: 4.01 3.63 2.48 5/190 6439
/proc/meminfo: memFree=19361844/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=499784 CPUtime=522.31 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 125616 0 0 0 52190 41 0 0 25 0 1 0 472661941 511778816 124320 33554432000 134512640 135048876 4294266656 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 124946 124320 67 131 0 124813 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 499784

[startup+582.301 s]
/proc/loadavg: 4.00 3.69 2.57 5/190 6440
/proc/meminfo: memFree=19333056/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=518032 CPUtime=582.31 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 130188 0 0 0 58187 44 0 0 25 0 1 0 472661941 530464768 128892 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 129508 128892 67 131 0 129375 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 518032

[startup+642.301 s]
/proc/loadavg: 4.07 3.76 2.67 5/190 6442
/proc/meminfo: memFree=19308208/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=534240 CPUtime=642.32 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 134157 0 0 0 64185 47 0 0 25 0 1 0 472661941 547061760 132861 33554432000 134512640 135048876 4294266656 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 133560 132861 67 131 0 133427 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 534240

[startup+702.301 s]
/proc/loadavg: 4.09 3.83 2.76 5/190 6443
/proc/meminfo: memFree=19252500/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=548888 CPUtime=702.32 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 137772 0 0 0 70183 49 0 0 25 0 1 0 472661941 562061312 136476 33554432000 134512640 135048876 4294266656 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 137222 136476 67 131 0 137089 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 548888

[startup+762.307 s]
/proc/loadavg: 4.03 3.86 2.83 5/190 6445
/proc/meminfo: memFree=19224076/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=562264 CPUtime=762.32 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 141096 0 0 0 76182 50 0 0 25 0 1 0 472661941 575758336 139800 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 140566 139800 67 131 0 140433 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 562264

[startup+822.301 s]
/proc/loadavg: 4.01 3.88 2.90 5/190 6447
/proc/meminfo: memFree=19198508/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=578852 CPUtime=822.32 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 145253 0 0 0 82180 52 0 0 25 0 1 0 472661941 592744448 143957 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 144713 143957 67 131 0 144580 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 578852

[startup+882.3 s]
/proc/loadavg: 4.00 3.90 2.97 5/190 6448
/proc/meminfo: memFree=19168228/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=591944 CPUtime=882.32 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 148474 0 0 0 88179 53 0 0 25 0 1 0 472661941 606150656 147178 33554432000 134512640 135048876 4294266656 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 147986 147178 67 131 0 147853 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 591944

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.03 5/190 6450
/proc/meminfo: memFree=19152220/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=599392 CPUtime=942.33 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 150303 0 0 0 94178 55 0 0 25 0 1 0 472661941 613777408 149007 33554432000 134512640 135048876 4294266656 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 149848 149007 67 131 0 149715 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 599392

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.09 5/190 6451
/proc/meminfo: memFree=19132344/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=608536 CPUtime=1002.33 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 152570 0 0 0 100177 56 0 0 25 0 1 0 472661941 623140864 151274 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 152134 151274 67 131 0 152001 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 608536

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.14 5/190 6453
/proc/meminfo: memFree=19093880/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=632672 CPUtime=1062.33 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 158619 0 0 0 106174 59 0 0 25 0 1 0 472661941 647856128 157323 33554432000 134512640 135048876 4294266656 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 158168 157323 67 131 0 158035 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 632672

[startup+1122.3 s]
/proc/loadavg: 4.42 4.04 3.22 7/197 29270
/proc/meminfo: memFree=19054504/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=652804 CPUtime=1122.33 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 163393 0 0 0 112172 61 0 0 25 0 1 0 472661941 668471296 162097 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 163201 162097 67 131 0 163068 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 652804

[startup+1182.3 s]
/proc/loadavg: 4.36 4.12 3.30 5/190 12210
/proc/meminfo: memFree=19031912/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=671244 CPUtime=1182.33 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 168010 0 0 0 118169 64 0 0 25 0 1 0 472661941 687353856 166714 33554432000 134512640 135048876 4294266656 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 167811 166714 67 131 0 167678 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 671244

[startup+1242.3 s]
/proc/loadavg: 2.95 3.81 3.25 2/172 12266
/proc/meminfo: memFree=19651164/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=687608 CPUtime=1242.34 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 172042 0 0 0 124168 66 0 0 25 0 1 0 472661941 704110592 170746 33554432000 134512640 135048876 4294266656 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 171902 170746 67 131 0 171769 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 687608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.71 3.29 3.10 2/172 12267
/proc/meminfo: memFree=19640720/32950928 swapFree=67111524/67111528
[pid=6421] ppid=6419 vsize=698020 CPUtime=1300.04 cores=0,2
/proc/6421/stat : 6421 (minisat_noasser) R 6419 6421 4557 0 -1 4202496 174659 0 0 0 129937 67 0 0 25 0 1 0 472661941 714772480 173363 33554432000 134512640 135048876 4294266656 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/6421/statm: 174505 173363 67 131 0 174372 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 698020

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.04
CPU time (s): 1300.09
CPU user time (s): 1299.37
CPU system time (s): 0.713891
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 698020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.37
system time used= 0.713891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174659
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= 4
involuntary context switches= 2513

runsolver used 2.07468 second user time and 4.95125 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-24 04:03:43
IDJOB=3274895
IDBENCH=88221
IDSOLVER=1676
FILE ID=node127/3274895-1303610623
RUNJOBID= node127-1303610533-6349
PBS_JOBID= 13150615
Free space on /tmp= 71420 MiB

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

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=911384703

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:      20119684 kB
Buffers:       2387992 kB
Cached:        9624560 kB
SwapCached:          4 kB
Active:        8436992 kB
Inactive:      3846992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20119684 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5752 kB
Writeback:           0 kB
AnonPages:      270840 kB
Mapped:          15956 kB
Slab:           484252 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   454512 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= 71428 MiB
End job on node127 at 2011-04-24 04:25:25