Trace number 3273974

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.03 1300.01

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s20078956-unsat.cnf
MD5SUM8d05c170d9e6ebfc370bd1d7f7c63d86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  141                                                  |
0.00/0.00	c |  Number of clauses:    292                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     141      292      876 |       97        0    nan |  0.000 % |
0.00/0.00	c |       100 |     141      292      876 |      107      100     19 |  0.005 % |
0.00/0.00	c |       254 |     141      292      876 |      117      164     20 |  0.005 % |
0.00/0.00	c |       479 |     141      292      876 |      129      113     14 |  0.005 % |
0.00/0.00	c |       817 |     141      292      876 |      142      146     15 |  0.005 % |
0.00/0.01	c |      1325 |     141      292      876 |      156      186     13 |  0.005 % |
0.00/0.01	c |      2084 |     141      292      876 |      172      113     11 |  0.005 % |
0.00/0.03	c |      3223 |     141      292      876 |      189      154     12 |  0.005 % |
0.00/0.04	c |      4932 |     141      292      876 |      208      219     14 |  0.005 % |
0.00/0.07	c |      7495 |     141      292      876 |      229      146     11 |  0.005 % |
0.09/0.11	c |     11339 |     141      292      876 |      252      151     12 |  0.005 % |
0.09/0.16	c |     17105 |     141      292      876 |      277      178     12 |  0.005 % |
0.19/0.24	c |     25754 |     141      292      876 |      305      253     16 |  0.005 % |
0.29/0.37	c |     38729 |     141      292      876 |      336      225     13 |  0.005 % |
0.49/0.57	c |     58190 |     141      292      876 |      369      275     16 |  0.005 % |
0.79/0.89	c |     87382 |     141      292      876 |      406      276     13 |  0.005 % |
1.29/1.37	c |    131173 |     141      292      876 |      447      403     18 |  0.005 % |
2.10/2.12	c |    196857 |     141      292      876 |      491      373     15 |  0.005 % |
3.20/3.25	c |    295388 |     141      292      876 |      541      382     13 |  0.005 % |
4.90/4.93	c |    443178 |     141      292      876 |      595      584     19 |  0.005 % |
7.49/7.53	c |    664862 |     141      292      876 |      654      597     18 |  0.005 % |
11.39/11.42	c |    997387 |     141      292      876 |      720      383     13 |  0.005 % |
17.39/17.41	c |   1496175 |     141      292      876 |      792      541     18 |  0.005 % |
26.89/26.90	c |   2244357 |     141      292      876 |      871      481     15 |  0.005 % |
41.70/41.79	c |   3366631 |     141      292      876 |      958      572     15 |  0.005 % |
64.60/64.60	c |   5050043 |     141      292      876 |     1054      715     17 |  0.005 % |
99.50/99.51	c |   7575162 |     141      292      876 |     1160      895     19 |  0.005 % |
154.20/154.20	c |  11362838 |     141      292      876 |     1276      788     20 |  0.005 % |
237.70/237.72	c |  17044350 |     141      292      876 |     1403      965     17 |  0.005 % |
374.20/374.29	c |  25566620 |     141      292      876 |     1544     1056     18 |  0.005 % |
584.81/584.80	c |  38350024 |     141      292      876 |     1698     1135     20 |  0.005 % |
910.01/910.07	c |  57525129 |     141      292      876 |     1868     1043     18 |  0.005 % |

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-3273974-1303602254/watcher-3273974-1303602254 -o /tmp/evaluation-result-3273974-1303602254/solver-3273974-1303602254 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3273974-1303602254.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: 4.00 3.95 3.09 4/182 12855
/proc/meminfo: memFree=17947768/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1728 CPUtime=0 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 136 0 0 0 0 0 0 0 22 0 1 0 471825053 1769472 92 33554432000 134512640 135048876 4288295552 18446744073709551615 134547293 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 432 92 66 131 0 299 0

[startup+0.0815009 s]
/proc/loadavg: 4.00 3.95 3.09 4/182 12855
/proc/meminfo: memFree=17947768/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1728 CPUtime=0.08 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 145 0 0 0 8 0 0 0 22 0 1 0 471825053 1769472 101 33554432000 134512640 135048876 4288295552 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 432 101 66 131 0 299 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1728

[startup+0.100498 s]
/proc/loadavg: 4.00 3.95 3.09 4/182 12855
/proc/meminfo: memFree=17947768/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1728 CPUtime=0.09 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 147 0 0 0 9 0 0 0 22 0 1 0 471825053 1769472 103 33554432000 134512640 135048876 4288295552 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 432 103 66 131 0 299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1728

[startup+0.300463 s]
/proc/loadavg: 4.00 3.95 3.09 4/182 12855
/proc/meminfo: memFree=17947768/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1728 CPUtime=0.29 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 151 0 0 0 29 0 0 0 23 0 1 0 471825053 1769472 107 33554432000 134512640 135048876 4288295552 18446744073709551615 134552788 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 432 107 66 131 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1728

[startup+0.700395 s]
/proc/loadavg: 4.00 3.95 3.09 4/182 12855
/proc/meminfo: memFree=17947768/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1856 CPUtime=0.69 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 159 0 0 0 69 0 0 0 25 0 1 0 471825053 1900544 115 33554432000 134512640 135048876 4288295552 18446744073709551615 134553198 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 464 115 66 131 0 331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1856

[startup+1.50026 s]
/proc/loadavg: 4.00 3.95 3.09 4/183 12856
/proc/meminfo: memFree=17947264/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1856 CPUtime=1.49 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 165 0 0 0 149 0 0 0 25 0 1 0 471825053 1900544 121 33554432000 134512640 135048876 4288295552 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 464 121 66 131 0 331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1856

[startup+3.10099 s]
/proc/loadavg: 4.00 3.95 3.09 5/186 12867
/proc/meminfo: memFree=18443376/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1856 CPUtime=3.1 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 175 0 0 0 310 0 0 0 25 0 1 0 471825053 1900544 131 33554432000 134512640 135048876 4288295552 18446744073709551615 134552725 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 464 131 66 131 0 331 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1856

[startup+6.30043 s]
/proc/loadavg: 4.00 3.95 3.09 3/178 12929
/proc/meminfo: memFree=18566676/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1984 CPUtime=6.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 187 0 0 0 630 0 0 0 25 0 1 0 471825053 2031616 143 33554432000 134512640 135048876 4288295552 18446744073709551615 134553124 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 496 143 66 131 0 363 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 1984

[startup+12.7003 s]
/proc/loadavg: 3.86 3.92 3.09 5/188 12949
/proc/meminfo: memFree=18463804/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=1984 CPUtime=12.69 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 204 0 0 0 1269 0 0 0 25 0 1 0 471825053 2031616 160 33554432000 134512640 135048876 4288295552 18446744073709551615 134547947 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 496 160 66 131 0 363 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1984

[startup+25.5011 s]
/proc/loadavg: 4.10 3.97 3.12 5/188 12949
/proc/meminfo: memFree=18361800/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2108 CPUtime=25.5 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 220 0 0 0 2550 0 0 0 25 0 1 0 471825053 2158592 176 33554432000 134512640 135048876 4288295552 18446744073709551615 134548935 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 527 176 66 131 0 394 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2108

[startup+51.1007 s]
/proc/loadavg: 4.11 3.99 3.15 5/188 12950
/proc/meminfo: memFree=18261340/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2236 CPUtime=51.1 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 250 0 0 0 5110 0 0 0 25 0 1 0 471825053 2289664 206 33554432000 134512640 135048876 4288295552 18446744073709551615 134548743 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 559 206 66 131 0 426 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2236

[startup+102.307 s]
/proc/loadavg: 4.05 3.99 3.19 5/188 12951
/proc/meminfo: memFree=18129820/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2236 CPUtime=102.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 278 0 0 0 10230 0 0 0 25 0 1 0 471825053 2289664 234 33554432000 134512640 135048876 4288295552 18446744073709551615 134546804 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 559 234 66 131 0 426 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2236

[startup+162.3 s]
/proc/loadavg: 4.02 3.99 3.24 5/188 12953
/proc/meminfo: memFree=18030600/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2364 CPUtime=162.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 307 0 0 0 16230 0 0 0 25 0 1 0 471825053 2420736 263 33554432000 134512640 135048876 4288295552 18446744073709551615 134546812 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 591 263 66 131 0 458 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2364

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.28 5/188 12955
/proc/meminfo: memFree=17978136/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2496 CPUtime=222.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 318 0 0 0 22230 0 0 0 25 0 1 0 471825053 2555904 274 33554432000 134512640 135048876 4288295552 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 624 274 66 131 0 491 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2496

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.32 5/188 12956
/proc/meminfo: memFree=17864052/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2496 CPUtime=282.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 338 0 0 0 28230 0 0 0 25 0 1 0 471825053 2555904 294 33554432000 134512640 135048876 4288295552 18446744073709551615 134548061 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 624 294 66 131 0 491 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2496

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.36 5/188 12958
/proc/meminfo: memFree=17807120/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2632 CPUtime=342.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 348 0 0 0 34230 0 0 0 25 0 1 0 471825053 2695168 304 33554432000 134512640 135048876 4288295552 18446744073709551615 134547034 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 658 304 66 131 0 525 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2632

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.40 5/188 12959
/proc/meminfo: memFree=17766184/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2632 CPUtime=402.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 366 0 0 0 40230 0 0 0 25 0 1 0 471825053 2695168 322 33554432000 134512640 135048876 4288295552 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 658 322 66 131 0 525 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2632

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.43 5/188 12961
/proc/meminfo: memFree=17700800/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2632 CPUtime=462.3 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 375 0 0 0 46230 0 0 0 25 0 1 0 471825053 2695168 331 33554432000 134512640 135048876 4288295552 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 658 331 66 131 0 525 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2632

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.47 5/188 12963
/proc/meminfo: memFree=17644496/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2764 CPUtime=522.31 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 384 0 0 0 52231 0 0 0 25 0 1 0 471825053 2830336 340 33554432000 134512640 135048876 4288295552 18446744073709551615 134546878 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 691 340 66 131 0 558 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2764

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.50 5/188 12964
/proc/meminfo: memFree=17611504/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2764 CPUtime=582.31 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 387 0 0 0 58231 0 0 0 25 0 1 0 471825053 2830336 343 33554432000 134512640 135048876 4288295552 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 691 343 66 131 0 558 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2764

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.53 5/188 12966
/proc/meminfo: memFree=17590416/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2764 CPUtime=642.31 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 403 0 0 0 64231 0 0 0 25 0 1 0 471825053 2830336 359 33554432000 134512640 135048876 4288295552 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 691 359 66 131 0 558 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2764

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.55 5/188 12967
/proc/meminfo: memFree=17570816/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=702.31 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 413 0 0 0 70231 0 0 0 25 0 1 0 471825053 2965504 369 33554432000 134512640 135048876 4288295552 18446744073709551615 134547243 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 369 66 131 0 591 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2896

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.58 5/188 12969
/proc/meminfo: memFree=17552448/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=762.32 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 416 0 0 0 76232 0 0 0 25 0 1 0 471825053 2965504 372 33554432000 134512640 135048876 4288295552 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 372 66 131 0 591 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2896

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.60 5/188 12971
/proc/meminfo: memFree=17534836/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=822.31 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 420 0 0 0 82231 0 0 0 25 0 1 0 471825053 2965504 376 33554432000 134512640 135048876 4288295552 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 376 66 131 0 591 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2896

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.62 5/188 12972
/proc/meminfo: memFree=17507548/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=882.31 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 421 0 0 0 88231 0 0 0 25 0 1 0 471825053 2965504 377 33554432000 134512640 135048876 4288295552 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 377 66 131 0 591 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2896

[startup+942.301 s]
/proc/loadavg: 4.10 4.02 3.65 5/188 12974
/proc/meminfo: memFree=17453968/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=942.31 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 434 0 0 0 94231 0 0 0 25 0 1 0 471825053 2965504 390 33554432000 134512640 135048876 4288295552 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 390 66 131 0 591 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2896

[startup+1002.3 s]
/proc/loadavg: 4.03 4.01 3.67 5/188 12975
/proc/meminfo: memFree=17432496/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=1002.32 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 441 0 0 0 100232 0 0 0 25 0 1 0 471825053 2965504 397 33554432000 134512640 135048876 4288295552 18446744073709551615 134547158 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 397 66 131 0 591 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2896

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.69 5/188 12986
/proc/meminfo: memFree=17417652/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=1062.32 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 444 0 0 0 106232 0 0 0 25 0 1 0 471825053 2965504 400 33554432000 134512640 135048876 4288295552 18446744073709551615 134545952 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 400 66 131 0 591 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2896

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/188 12988
/proc/meminfo: memFree=17398676/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=1122.32 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 445 0 0 0 112232 0 0 0 25 0 1 0 471825053 2965504 401 33554432000 134512640 135048876 4288295552 18446744073709551615 134546624 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 401 66 131 0 591 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2896

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.73 5/188 12989
/proc/meminfo: memFree=17379568/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=1182.32 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 445 0 0 0 118232 0 0 0 25 0 1 0 471825053 2965504 401 33554432000 134512640 135048876 4288295552 18446744073709551615 134552710 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 401 66 131 0 591 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2896

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.74 5/188 12991
/proc/meminfo: memFree=17359092/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=1242.32 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 445 0 0 0 124232 0 0 0 25 0 1 0 471825053 2965504 401 33554432000 134512640 135048876 4288295552 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 401 66 131 0 591 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.75 5/188 12994
/proc/meminfo: memFree=17340364/32951132 swapFree=67111528/67111528
[pid=12855] ppid=12853 vsize=2896 CPUtime=1300.03 cores=5,7
/proc/12855/stat : 12855 (minisat_noasser) R 12853 12855 12714 0 -1 4202496 445 0 0 0 130003 0 0 0 25 0 1 0 471825053 2965504 401 33554432000 134512640 135048876 4288295552 18446744073709551615 134548035 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/12855/statm: 724 401 66 131 0 591 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2896

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.01
CPU time (s): 1300.03
CPU user time (s): 1300.03
CPU system time (s): 0.000999
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.03
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 15116

runsolver used 2.07268 second user time and 5.02724 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-24 01:44:14
IDJOB=3273974
IDBENCH=83150
IDSOLVER=1676
FILE ID=node131/3273974-1303602254
RUNJOBID= node131-1303600950-12735
PBS_JOBID= 13150611
Free space on /tmp= 71996 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s20078956-unsat.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273974-1303602254/watcher-3273974-1303602254 -o /tmp/evaluation-result-3273974-1303602254/solver-3273974-1303602254 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3273974-1303602254.cnf

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

MD5SUM BENCH= 8d05c170d9e6ebfc370bd1d7f7c63d86
RANDOM SEED=902122428

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17948040 kB
Buffers:        994696 kB
Cached:       12812608 kB
SwapCached:          0 kB
Active:        4888292 kB
Inactive:      9600872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17948040 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:      681136 kB
Mapped:          15852 kB
Slab:           450652 kB
PageTables:       6588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   848756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71980 MiB
End job on node131 at 2011-04-24 02:05:56