Trace number 3273351

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/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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:  2640                                                 |
0.00/0.00	c |  Number of clauses:    305320                                               |
0.09/0.10	c |  Parsing time:         0.10         s                                       |
8.29/8.35	c ============================[ Search Statistics ]==============================
8.29/8.35	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.29/8.35	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.29/8.35	c ===============================================================================
8.29/8.35	c |         0 |    2560   302680   935402 |   100893        0    nan |  0.000 % |
8.29/8.37	c |       102 |    2560   302680   935402 |   110982      102    257 |  0.000 % |
8.40/8.40	c |       252 |    2560   302680   935402 |   122080      252    270 |  0.000 % |
8.40/8.44	c |       477 |    2560   302680   935402 |   134289      477    279 |  0.000 % |
8.50/8.51	c |       816 |    2560   302680   935402 |   147717      816    315 |  0.000 % |
8.60/8.60	c |      1322 |    2560   302680   935402 |   162489     1322    318 |  0.000 % |
8.70/8.74	c |      2081 |    2560   302680   935402 |   178738     2081    299 |  0.000 % |
8.90/8.95	c |      3221 |    2560   302680   935402 |   196612     3221    269 |  0.000 % |
9.20/9.29	c |      4930 |    2560   302680   935402 |   216273     4930    268 |  0.000 % |
9.80/9.84	c |      7492 |    2560   302680   935402 |   237901     7492    282 |  0.000 % |
10.79/10.87	c |     11336 |    2560   302680   935402 |   261691    11336    291 |  0.000 % |
12.49/12.52	c |     17102 |    2560   302680   935402 |   287860    17102    285 |  0.000 % |
16.19/16.24	c |     25754 |    2560   302680   935402 |   316646    25754    306 |  0.000 % |
22.80/22.86	c |     38729 |    2560   302680   935402 |   348311    38729    308 |  0.000 % |
36.69/36.76	c |     58190 |    2560   302680   935402 |   383142    58190    304 |  0.000 % |
61.89/61.92	c |     87383 |    2560   302680   935402 |   421456    87383    301 |  0.000 % |
139.20/139.24	c |    131173 |    2560   302680   935402 |   463602   131173    304 |  0.000 % |
303.30/303.35	c |    196857 |    2560   302680   935402 |   509962   196857    305 |  0.000 % |
723.83/723.82	c |    295383 |    2560   302680   935402 |   560958   295383    305 |  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-3273351-1303601906/watcher-3273351-1303601906 -o /tmp/evaluation-result-3273351-1303601906/solver-3273351-1303601906 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3273351-1303601906.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.69 3.88 3.08 4/189 5121
/proc/meminfo: memFree=22001820/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=2848 CPUtime=0 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 639 0 0 0 0 0 0 0 21 0 1 0 471792993 2916352 595 33554432000 134512640 135048876 4288655472 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 712 596 50 131 0 579 0

[startup+0.0412989 s]
/proc/loadavg: 3.69 3.88 3.08 4/189 5121
/proc/meminfo: memFree=22001820/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=8024 CPUtime=0.03 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 1885 0 0 0 3 0 0 0 21 0 1 0 471792993 8216576 1841 33554432000 134512640 135048876 4288655472 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 2006 1843 50 131 0 1873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8024

[startup+0.100304 s]
/proc/loadavg: 3.69 3.88 3.08 4/189 5121
/proc/meminfo: memFree=22001820/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=17288 CPUtime=0.09 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 4221 0 0 0 9 0 0 0 21 0 1 0 471792993 17702912 4177 33554432000 134512640 135048876 4288655472 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 4322 4178 50 131 0 4189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17288

[startup+0.300263 s]
/proc/loadavg: 3.69 3.88 3.08 4/189 5121
/proc/meminfo: memFree=22001820/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=17812 CPUtime=0.29 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 4407 0 0 0 29 0 0 0 22 0 1 0 471792993 18239488 4363 33554432000 134512640 135048876 4288655472 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 4453 4363 62 131 0 4320 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17812

[startup+0.701201 s]
/proc/loadavg: 3.69 3.88 3.08 4/189 5121
/proc/meminfo: memFree=22001820/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=17812 CPUtime=0.69 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 4407 0 0 0 69 0 0 0 24 0 1 0 471792993 18239488 4363 33554432000 134512640 135048876 4288655472 18446744073709551615 134529347 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 4453 4363 62 131 0 4320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17812

[startup+1.50105 s]
/proc/loadavg: 3.69 3.88 3.08 5/190 5122
/proc/meminfo: memFree=21978260/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=23648 CPUtime=1.49 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 5576 0 0 0 149 0 0 0 25 0 1 0 471792993 24215552 5532 33554432000 134512640 135048876 4288655472 18446744073709551615 134533425 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 5912 5532 62 131 0 5779 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23648

[startup+3.10075 s]
/proc/loadavg: 3.69 3.88 3.08 5/190 5122
/proc/meminfo: memFree=21969136/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=24560 CPUtime=3.09 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 5895 0 0 0 309 0 0 0 25 0 1 0 471792993 25149440 5851 33554432000 134512640 135048876 4288655472 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 6140 5851 62 131 0 6007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24560

[startup+6.30114 s]
/proc/loadavg: 3.72 3.88 3.09 5/190 5122
/proc/meminfo: memFree=21944112/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=25928 CPUtime=6.29 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 5947 0 0 0 629 0 0 0 25 0 1 0 471792993 26550272 5903 33554432000 134512640 135048876 4288655472 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 6482 5903 62 131 0 6349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25928

[startup+12.7009 s]
/proc/loadavg: 3.74 3.88 3.09 5/190 5123
/proc/meminfo: memFree=21900192/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=37596 CPUtime=12.69 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 9922 0 0 0 1268 1 0 0 25 0 1 0 471792993 38498304 9171 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 9399 9171 67 131 0 9266 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37596

[startup+25.5005 s]
/proc/loadavg: 3.80 3.89 3.11 5/190 5123
/proc/meminfo: memFree=21832004/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=71528 CPUtime=25.49 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 18397 0 0 0 2545 4 0 0 25 0 1 0 471792993 73244672 17646 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 17882 17646 67 131 0 17749 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71528

[startup+51.1007 s]
/proc/loadavg: 3.87 3.89 3.13 5/190 5124
/proc/meminfo: memFree=21754652/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=110756 CPUtime=51.09 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 28182 0 0 0 5102 7 0 0 25 0 1 0 471792993 113414144 27431 33554432000 134512640 135048876 4288655472 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 27689 27431 67 131 0 27556 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110756

[startup+102.307 s]
/proc/loadavg: 3.94 3.91 3.17 5/190 5125
/proc/meminfo: memFree=21655428/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=161592 CPUtime=102.3 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 40866 0 0 0 10218 12 0 0 25 0 1 0 471792993 165470208 40115 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 40398 40115 67 131 0 40265 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161592

[startup+162.301 s]
/proc/loadavg: 3.98 3.92 3.22 5/190 5127
/proc/meminfo: memFree=21585060/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=195668 CPUtime=162.3 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 49304 0 0 0 16214 16 0 0 25 0 1 0 471792993 200364032 48553 33554432000 134512640 135048876 4288655472 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 48917 48553 67 131 0 48784 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 195668

[startup+222.3 s]
/proc/loadavg: 3.99 3.93 3.27 5/190 5128
/proc/meminfo: memFree=21520400/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=229396 CPUtime=222.3 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 57741 0 0 0 22211 19 0 0 25 0 1 0 471792993 234901504 56990 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 57349 56990 67 131 0 57216 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 229396

[startup+282.301 s]
/proc/loadavg: 4.04 3.96 3.31 5/190 5130
/proc/meminfo: memFree=21478832/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=257744 CPUtime=282.31 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 64793 0 0 0 28207 24 0 0 25 0 1 0 471792993 263929856 64042 33554432000 134512640 135048876 4288655472 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 64436 64042 67 131 0 64303 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 257744

[startup+342.301 s]
/proc/loadavg: 4.01 3.96 3.36 5/190 5131
/proc/meminfo: memFree=21454492/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=280724 CPUtime=342.3 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 70422 0 0 0 34204 26 0 0 25 0 1 0 471792993 287461376 69671 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 70181 69671 67 131 0 70048 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 280724

[startup+402.301 s]
/proc/loadavg: 4.04 3.98 3.40 5/190 5133
/proc/meminfo: memFree=21419112/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=303344 CPUtime=402.3 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 76094 0 0 0 40201 29 0 0 25 0 1 0 471792993 310624256 75343 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 75836 75343 67 131 0 75703 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 303344

[startup+462.301 s]
/proc/loadavg: 4.01 3.98 3.43 5/190 5135
/proc/meminfo: memFree=21392168/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=328540 CPUtime=462.31 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 82390 0 0 0 46198 33 0 0 25 0 1 0 471792993 336424960 81639 33554432000 134512640 135048876 4288655472 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 82135 81639 67 131 0 82002 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 328540

[startup+522.3 s]
/proc/loadavg: 4.00 3.98 3.46 5/190 5136
/proc/meminfo: memFree=21369568/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=344420 CPUtime=522.31 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 86335 0 0 0 52197 34 0 0 25 0 1 0 471792993 352686080 85584 33554432000 134512640 135048876 4288655472 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 86105 85584 67 131 0 85972 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 344420

[startup+582.301 s]
/proc/loadavg: 4.00 3.98 3.49 5/190 5138
/proc/meminfo: memFree=21352792/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=358796 CPUtime=582.31 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 89923 0 0 0 58195 36 0 0 25 0 1 0 471792993 367407104 89172 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 89699 89172 67 131 0 89566 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 358796

[startup+642.301 s]
/proc/loadavg: 4.05 4.00 3.53 5/190 5139
/proc/meminfo: memFree=21322644/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=373336 CPUtime=642.32 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 93551 0 0 0 64193 39 0 0 25 0 1 0 471792993 382296064 92800 33554432000 134512640 135048876 4288655472 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 93334 92800 67 131 0 93201 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 373336

[startup+702.3 s]
/proc/loadavg: 4.02 4.00 3.56 5/190 5141
/proc/meminfo: memFree=21298168/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=385388 CPUtime=702.32 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 96585 0 0 0 70191 41 0 0 25 0 1 0 471792993 394637312 95834 33554432000 134512640 135048876 4288655472 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 96347 95834 67 131 0 96214 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 385388

[startup+762.307 s]
/proc/loadavg: 4.06 4.01 3.58 5/190 5143
/proc/meminfo: memFree=21265416/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=400208 CPUtime=762.33 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 100278 0 0 0 76190 43 0 0 25 0 1 0 471792993 409812992 99527 33554432000 134512640 135048876 4288655472 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 100052 99527 67 131 0 99919 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 400208

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 3.61 5/190 5144
/proc/meminfo: memFree=21249380/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=416624 CPUtime=822.32 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 104225 0 0 0 82187 45 0 0 25 0 1 0 471792993 426622976 103474 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 104156 103474 67 131 0 104023 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 416624

[startup+882.3 s]
/proc/loadavg: 4.01 4.00 3.63 5/190 5146
/proc/meminfo: memFree=21234956/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=430304 CPUtime=882.32 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 107662 0 0 0 88186 46 0 0 25 0 1 0 471792993 440631296 106911 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 107576 106911 67 131 0 107443 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 430304

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/190 5147
/proc/meminfo: memFree=21221032/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=443784 CPUtime=942.32 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 111004 0 0 0 94184 48 0 0 25 0 1 0 471792993 454434816 110253 33554432000 134512640 135048876 4288655472 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 110946 110253 67 131 0 110813 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 443784

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 5149
/proc/meminfo: memFree=21199900/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=456516 CPUtime=1002.33 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 114200 0 0 0 100183 50 0 0 25 0 1 0 471792993 467472384 113449 33554432000 134512640 135048876 4288655472 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 114129 113449 67 131 0 113996 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 456516

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/190 5151
/proc/meminfo: memFree=21186596/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=468000 CPUtime=1062.33 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 117081 0 0 0 106182 51 0 0 25 0 1 0 471792993 479232000 116330 33554432000 134512640 135048876 4288655472 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 117000 116330 67 131 0 116867 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 468000

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 3.71 5/190 5152
/proc/meminfo: memFree=21132016/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=482700 CPUtime=1122.33 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 120763 0 0 0 112181 52 0 0 25 0 1 0 471792993 494284800 120012 33554432000 134512640 135048876 4288655472 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 120675 120012 67 131 0 120542 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 482700

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.73 5/190 5154
/proc/meminfo: memFree=21104592/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=506972 CPUtime=1182.33 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 126816 0 0 0 118177 56 0 0 25 0 1 0 471792993 519139328 126065 33554432000 134512640 135048876 4288655472 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 126743 126065 67 131 0 126610 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 506972

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.74 5/190 5155
/proc/meminfo: memFree=21073808/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=536220 CPUtime=1242.34 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 134153 0 0 0 124174 60 0 0 25 0 1 0 471792993 549089280 133402 33554432000 134512640 135048876 4288655472 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 134055 133402 67 131 0 133922 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 536220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.97 3.74 2/178 5194
/proc/meminfo: memFree=21487012/32951124 swapFree=67111524/67111528
[pid=5121] ppid=5119 vsize=552656 CPUtime=1300.04 cores=0,2
/proc/5121/stat : 5121 (minisat_noasser) R 5119 5121 4914 0 -1 4202496 138271 0 0 0 129942 62 0 0 25 0 1 0 471792993 565919744 137520 33554432000 134512640 135048876 4288655472 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5121/statm: 138164 137520 67 131 0 138031 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 552656

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.43
CPU system time (s): 0.6569
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 552656

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

runsolver used 2.35464 second user time and 4.75128 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-24 01:38:26
IDJOB=3273351
IDBENCH=71605
IDSOLVER=1676
FILE ID=node102/3273351-1303601906
RUNJOBID= node102-1303600597-4932
PBS_JOBID= 13150588
Free space on /tmp= 70704 MiB

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

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=1303752966

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.82
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.828
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.828
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.82
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.828
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.828
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.82
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22002100 kB
Buffers:       1551736 kB
Cached:        8750060 kB
SwapCached:          4 kB
Active:        1589492 kB
Inactive:      8812744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22002100 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12636 kB
Writeback:           0 kB
AnonPages:      100040 kB
Mapped:          15936 kB
Slab:           483856 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   287556 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= 70712 MiB
End job on node102 at 2011-04-24 02:00:08