Trace number 3273339

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes6.cnf
MD5SUMdc046d6f885b64777ffc1cfc8367a176
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.909861
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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:  760                                                  |
0.00/0.00	c |  Number of clauses:    43649                                                |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.29/0.39	c ============================[ Search Statistics ]==============================
0.29/0.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.39	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.39	c ===============================================================================
0.29/0.39	c |         0 |     720    42889   127595 |    14296        0    nan |  0.000 % |
0.39/0.40	c |       100 |     720    42889   127595 |    15725      100    164 |  0.000 % |
0.39/0.41	c |       250 |     720    42889   127595 |    17298      250    150 |  0.000 % |
0.39/0.42	c |       477 |     720    42889   127595 |    19028      477    139 |  0.000 % |
0.39/0.44	c |       815 |     720    42889   127595 |    20931      815    130 |  0.000 % |
0.39/0.48	c |      1323 |     720    42889   127595 |    23024     1323    130 |  0.000 % |
0.49/0.55	c |      2082 |     720    42889   127595 |    25326     2082    126 |  0.000 % |
0.59/0.66	c |      3221 |     720    42889   127595 |    27859     3221    122 |  0.000 % |
0.79/0.85	c |      4929 |     720    42889   127595 |    30645     4929    114 |  0.000 % |
1.19/1.23	c |      7493 |     720    42889   127595 |    33710     7493    113 |  0.000 % |
1.79/1.85	c |     11339 |     720    42889   127595 |    37081    11339    114 |  0.000 % |
2.89/2.95	c |     17108 |     720    42889   127595 |    40789    17108    109 |  0.000 % |
4.79/4.89	c |     25757 |     720    42889   127595 |    44868    25757    109 |  0.000 % |
9.79/9.81	c |     38732 |     720    42889   127595 |    49354    38732    108 |  0.000 % |
15.30/15.30	c |     58193 |     720    42889   127595 |    54290    21732     99 |  0.000 % |
24.59/24.62	c |     87388 |     720    42889   127595 |    59719    50927    108 |  0.000 % |
39.49/39.59	c |    131182 |     720    42889   127595 |    65691    49037    106 |  0.000 % |
75.99/76.01	c |    196867 |     720    42889   127595 |    72260    64116    110 |  0.000 % |
112.49/112.54	c |    295395 |     720    42889   127595 |    79486    52126     95 |  0.000 % |
189.20/189.25	c |    443184 |     720    42889   127595 |    87435    76020     96 |  0.000 % |
279.89/279.97	c |    664869 |     720    42889   127595 |    96178    18703     71 |  0.000 % |
400.80/400.90	c |    997394 |     720    42889   127595 |   105796    37526     88 |  0.000 % |
594.21/594.25	c |   1496182 |     720    42889   127595 |   116376    95912     90 |  0.000 % |
908.31/908.35	c |   2244369 |     720    42889   127595 |   128013    58903     77 |  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-3273339-1303601903/watcher-3273339-1303601903 -o /tmp/evaluation-result-3273339-1303601903/solver-3273339-1303601903 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3273339-1303601903.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.84 3.91 3.11 4/187 20141
/proc/meminfo: memFree=13824488/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=2708 CPUtime=0 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 495 0 0 0 0 0 0 0 22 0 1 0 550420985 2772992 452 33554432000 134512640 135048876 4287768432 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 677 453 50 131 0 544 0

[startup+0.0764979 s]
/proc/loadavg: 3.84 3.91 3.11 4/187 20141
/proc/meminfo: memFree=13824488/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=4324 CPUtime=0.07 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 864 0 0 0 7 0 0 0 22 0 1 0 550420985 4427776 821 33554432000 134512640 135048876 4287768432 18446744073709551615 134529512 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 1081 821 62 131 0 948 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4324

[startup+0.100502 s]
/proc/loadavg: 3.84 3.91 3.11 4/187 20141
/proc/meminfo: memFree=13824488/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=4852 CPUtime=0.09 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 1018 0 0 0 9 0 0 0 22 0 1 0 550420985 4968448 975 33554432000 134512640 135048876 4287768432 18446744073709551615 134521184 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 1213 975 62 131 0 1080 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4852

[startup+0.300457 s]
/proc/loadavg: 3.84 3.91 3.11 4/187 20141
/proc/meminfo: memFree=13824488/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=5152 CPUtime=0.29 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 1070 0 0 0 29 0 0 0 23 0 1 0 550420985 5275648 1027 33554432000 134512640 135048876 4287768432 18446744073709551615 134529691 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 1288 1027 62 131 0 1155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5152

[startup+0.700381 s]
/proc/loadavg: 3.84 3.91 3.11 4/187 20141
/proc/meminfo: memFree=13824488/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=5796 CPUtime=0.69 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 1376 0 0 0 69 0 0 0 25 0 1 0 550420985 5935104 1232 33554432000 134512640 135048876 4287768432 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 1449 1232 67 131 0 1316 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5796

[startup+1.50023 s]
/proc/loadavg: 3.84 3.91 3.11 4/188 20142
/proc/meminfo: memFree=13813568/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=8580 CPUtime=1.49 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 2053 0 0 0 149 0 0 0 25 0 1 0 550420985 8785920 1909 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 2145 1909 67 131 0 2012 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8580

[startup+3.10093 s]
/proc/loadavg: 3.69 3.88 3.10 3/183 20160
/proc/meminfo: memFree=13876584/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=12592 CPUtime=3.09 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 3061 0 0 0 309 0 0 0 25 0 1 0 550420985 12894208 2917 33554432000 134512640 135048876 4287768432 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 3148 2917 67 131 0 3015 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12592

[startup+6.30034 s]
/proc/loadavg: 3.69 3.88 3.10 5/190 20197
/proc/meminfo: memFree=13840504/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=18452 CPUtime=6.29 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 4518 0 0 0 629 0 0 0 25 0 1 0 550420985 18894848 4374 33554432000 134512640 135048876 4287768432 18446744073709551615 134553557 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 4613 4374 67 131 0 4480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18452

[startup+12.7011 s]
/proc/loadavg: 3.81 3.90 3.12 5/190 20198
/proc/meminfo: memFree=13802236/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=26212 CPUtime=12.69 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 6445 0 0 0 1268 1 0 0 25 0 1 0 550420985 26841088 6301 33554432000 134512640 135048876 4287768432 18446744073709551615 134546931 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 6553 6301 67 131 0 6420 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26212

[startup+25.5008 s]
/proc/loadavg: 3.84 3.90 3.13 5/190 20200
/proc/meminfo: memFree=13730096/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=30064 CPUtime=25.49 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 7401 0 0 0 2548 1 0 0 25 0 1 0 550420985 30785536 7257 33554432000 134512640 135048876 4287768432 18446744073709551615 134547176 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 7516 7257 67 131 0 7383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30064

[startup+51.101 s]
/proc/loadavg: 3.89 3.91 3.15 5/190 20202
/proc/meminfo: memFree=13645212/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=38176 CPUtime=51.09 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 9435 0 0 0 5107 2 0 0 25 0 1 0 550420985 39092224 9291 33554432000 134512640 135048876 4287768432 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 9544 9291 67 131 0 9411 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38176

[startup+102.307 s]
/proc/loadavg: 3.96 3.92 3.19 5/190 20203
/proc/meminfo: memFree=13539568/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=44104 CPUtime=102.29 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 10848 0 0 0 10227 2 0 0 25 0 1 0 550420985 45162496 10704 33554432000 134512640 135048876 4287768432 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 11026 10704 67 131 0 10893 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 44104

[startup+162.3 s]
/proc/loadavg: 3.98 3.93 3.24 5/190 20205
/proc/meminfo: memFree=13450520/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=47508 CPUtime=162.29 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 11659 0 0 0 16227 2 0 0 25 0 1 0 550420985 48648192 11515 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 11877 11515 67 131 0 11744 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 47508

[startup+222.301 s]
/proc/loadavg: 4.02 3.96 3.29 5/190 20206
/proc/meminfo: memFree=13365928/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=51112 CPUtime=222.29 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 12509 0 0 0 22226 3 0 0 25 0 1 0 550420985 52338688 12365 33554432000 134512640 135048876 4287768432 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 12778 12365 67 131 0 12645 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 51112

[startup+282.301 s]
/proc/loadavg: 4.01 3.96 3.33 5/190 20208
/proc/meminfo: memFree=13288288/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=52032 CPUtime=282.29 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 12717 0 0 0 28226 3 0 0 25 0 1 0 550420985 53280768 12573 33554432000 134512640 135048876 4287768432 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 13008 12573 67 131 0 12875 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 52032

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.37 5/190 20209
/proc/meminfo: memFree=13220060/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=56340 CPUtime=342.29 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 13728 0 0 0 34225 4 0 0 25 0 1 0 550420985 57692160 13584 33554432000 134512640 135048876 4287768432 18446744073709551615 134552645 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 14085 13584 67 131 0 13952 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 56340

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.40 5/190 20211
/proc/meminfo: memFree=13177504/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=56660 CPUtime=402.3 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 13817 0 0 0 40226 4 0 0 25 0 1 0 550420985 58019840 13673 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 14165 13673 67 131 0 14032 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 56660

[startup+462.301 s]
/proc/loadavg: 4.08 3.99 3.45 5/190 20213
/proc/meminfo: memFree=13123676/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=61896 CPUtime=462.3 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 15083 0 0 0 46225 5 0 0 25 0 1 0 550420985 63381504 14939 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 15474 14939 67 131 0 15341 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 61896

[startup+522.301 s]
/proc/loadavg: 4.07 4.00 3.48 5/190 20214
/proc/meminfo: memFree=13080752/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=62256 CPUtime=522.3 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 15154 0 0 0 52225 5 0 0 25 0 1 0 550420985 63750144 15010 33554432000 134512640 135048876 4287768432 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 15564 15010 67 131 0 15431 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 62256

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.51 5/190 20216
/proc/meminfo: memFree=13045148/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=62788 CPUtime=582.31 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 15256 0 0 0 58225 6 0 0 25 0 1 0 550420985 64294912 15112 33554432000 134512640 135048876 4287768432 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 15697 15112 67 131 0 15564 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 62788

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.54 5/190 20217
/proc/meminfo: memFree=13001492/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=67532 CPUtime=642.31 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 16453 0 0 0 64225 6 0 0 25 0 1 0 550420985 69152768 16309 33554432000 134512640 135048876 4287768432 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 16883 16309 67 131 0 16750 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 67532

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.57 5/190 20219
/proc/meminfo: memFree=12965392/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=67992 CPUtime=702.31 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 16556 0 0 0 70225 6 0 0 25 0 1 0 550420985 69623808 16412 33554432000 134512640 135048876 4287768432 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 16998 16412 67 131 0 16865 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 67992

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.59 5/190 20221
/proc/meminfo: memFree=12932392/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=68172 CPUtime=762.32 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 16584 0 0 0 76226 6 0 0 25 0 1 0 550420985 69808128 16440 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 17043 16440 67 131 0 16910 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 68172

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/190 20222
/proc/meminfo: memFree=12898156/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=68676 CPUtime=822.31 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 16700 0 0 0 82225 6 0 0 25 0 1 0 550420985 70324224 16556 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 17169 16556 67 131 0 17036 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 68676

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/190 20224
/proc/meminfo: memFree=12867768/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=69532 CPUtime=882.31 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 16876 0 0 0 88225 6 0 0 25 0 1 0 550420985 71200768 16732 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 17383 16732 67 131 0 17250 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 69532

[startup+942.301 s]
/proc/loadavg: 4.07 4.02 3.66 5/190 20225
/proc/meminfo: memFree=12824844/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=77248 CPUtime=942.32 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 18803 0 0 0 94225 7 0 0 25 0 1 0 550420985 79101952 18659 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 19312 18659 67 131 0 19179 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 77248

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.68 5/190 20227
/proc/meminfo: memFree=12779568/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=82568 CPUtime=1002.31 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 20081 0 0 0 100224 7 0 0 25 0 1 0 550420985 84549632 19937 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 20642 19937 67 131 0 20509 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 82568

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.69 5/190 20229
/proc/meminfo: memFree=12746820/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=83072 CPUtime=1062.32 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 20214 0 0 0 106224 8 0 0 25 0 1 0 550420985 85065728 20070 33554432000 134512640 135048876 4287768432 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 20768 20070 67 131 0 20635 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 83072

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/190 20230
/proc/meminfo: memFree=12720768/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=83072 CPUtime=1122.32 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 20216 0 0 0 112224 8 0 0 25 0 1 0 550420985 85065728 20072 33554432000 134512640 135048876 4287768432 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 20768 20072 67 131 0 20635 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 83072

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/190 20232
/proc/meminfo: memFree=12695960/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=83072 CPUtime=1182.32 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 20216 0 0 0 118224 8 0 0 25 0 1 0 550420985 85065728 20072 33554432000 134512640 135048876 4287768432 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 20768 20072 67 131 0 20635 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 83072

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.75 5/190 20233
/proc/meminfo: memFree=12668532/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=83072 CPUtime=1242.33 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 20217 0 0 0 124225 8 0 0 25 0 1 0 550420985 85065728 20073 33554432000 134512640 135048876 4287768432 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 20768 20073 67 131 0 20635 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 83072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.76 4/188 20236
/proc/meminfo: memFree=13054796/32950928 swapFree=67111528/67111528
[pid=20141] ppid=20139 vsize=83072 CPUtime=1300.03 cores=0,2
/proc/20141/stat : 20141 (minisat_noasser) R 20139 20141 19989 0 -1 4202496 20220 0 0 0 129995 8 0 0 25 0 1 0 550420985 85065728 20076 33554432000 134512640 135048876 4287768432 18446744073709551615 134546901 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/20141/statm: 20768 20076 67 131 0 20635 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 83072

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.05
CPU user time (s): 1299.96
CPU system time (s): 0.091986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 83072

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

runsolver used 2.30865 second user time and 4.79327 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-24 01:38:23
IDJOB=3273339
IDBENCH=71576
IDSOLVER=1676
FILE ID=node113/3273339-1303601903
RUNJOBID= node113-1303600597-20007
PBS_JOBID= 13150583
Free space on /tmp= 70768 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes6.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273339-1303601903/watcher-3273339-1303601903 -o /tmp/evaluation-result-3273339-1303601903/solver-3273339-1303601903 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3273339-1303601903.cnf

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

MD5SUM BENCH= dc046d6f885b64777ffc1cfc8367a176
RANDOM SEED=1303752966

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      13824636 kB
Buffers:       1841992 kB
Cached:       16555192 kB
SwapCached:          0 kB
Active:       10669852 kB
Inactive:      7870176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13824636 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:      142248 kB
Mapped:          15232 kB
Slab:           523140 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   341364 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= 70772 MiB
End job on node113 at 2011-04-24 02:00:05