Trace number 3274907

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p15-s54275047.cnf
MD5SUM67948a6aed9ea09317abe3c8a9a27a03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.77358
Satisfiable
(Un)Satisfiability was proved
Number of variables1590
Number of clauses272291
Sum of the clauses size546092
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2272251
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:  1590                                                 |
0.00/0.00	c |  Number of clauses:    272291                                               |
0.00/0.08	c |  Parsing time:         0.07         s                                       |
13.38/13.41	c ============================[ Search Statistics ]==============================
13.38/13.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.38/13.41	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.38/13.41	c ===============================================================================
13.38/13.41	c |         0 |    1550   270701   730816 |    90233        0    nan |  0.000 % |
13.38/13.42	c |       101 |    1550   270701   730816 |    99257      101    140 |  0.000 % |
13.38/13.44	c |       251 |    1550   270701   730816 |   109182      251    175 |  0.000 % |
13.38/13.47	c |       479 |    1550   270701   730816 |   120101      479    181 |  0.000 % |
13.48/13.53	c |       818 |    1550   270701   730816 |   132111      818    182 |  0.000 % |
13.58/13.64	c |      1329 |    1550   270701   730816 |   145322     1329    182 |  0.000 % |
13.78/13.83	c |      2088 |    1550   270701   730816 |   159854     2088    181 |  0.000 % |
14.08/14.13	c |      3228 |    1550   270701   730816 |   175839     3228    184 |  0.000 % |
14.48/14.54	c |      4937 |    1550   270701   730816 |   193423     4937    181 |  0.000 % |
15.68/15.75	c |      7501 |    1550   270701   730816 |   212766     7501    184 |  0.000 % |
17.09/17.11	c |     11347 |    1550   270701   730816 |   234042    11347    181 |  0.000 % |
19.48/19.59	c |     17114 |    1550   270701   730816 |   257447    17114    182 |  0.000 % |
24.10/24.13	c |     25765 |    1550   270701   730816 |   283191    25765    178 |  0.000 % |
32.69/32.74	c |     38742 |    1550   270701   730816 |   311511    38742    176 |  0.000 % |
47.19/47.23	c |     58204 |    1550   270701   730816 |   342662    58204    175 |  0.000 % |
64.18/64.24	c |     87396 |    1550   270701   730816 |   376928    87396    179 |  0.000 % |
163.09/163.18	c |    131186 |    1550   270701   730816 |   414621   131186    179 |  0.000 % |
354.90/354.98	c |    196872 |    1550   270701   730816 |   456083   196872    182 |  0.000 % |
744.80/744.86	c |    295399 |    1550   270701   730816 |   501691   295399    181 |  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-3274907-1303610733/watcher-3274907-1303610733 -o /tmp/evaluation-result-3274907-1303610733/solver-3274907-1303610733 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274907-1303610733.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: 7.06 7.76 7.32 5/189 31586
/proc/meminfo: memFree=15070156/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=2012 CPUtime=0 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 452 0 0 0 0 0 0 0 25 0 1 0 453488631 2060288 408 33554432000 134512640 135048876 4286816128 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 503 408 50 131 0 370 0

[startup+0.014232 s]
/proc/loadavg: 7.06 7.76 7.32 5/189 31586
/proc/meminfo: memFree=15070156/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=3248 CPUtime=0 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 755 0 0 0 0 0 0 0 25 0 1 0 453488631 3325952 711 33554432000 134512640 135048876 4286816128 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 812 712 50 131 0 679 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3248

[startup+0.100207 s]
/proc/loadavg: 7.06 7.76 7.32 5/189 31586
/proc/meminfo: memFree=15070156/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=15972 CPUtime=0.09 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 3869 0 0 0 9 0 0 0 25 0 1 0 453488631 16355328 3825 33554432000 134512640 135048876 4286816128 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 3993 3825 62 131 0 3860 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15972

[startup+0.300173 s]
/proc/loadavg: 7.06 7.76 7.32 5/189 31586
/proc/meminfo: memFree=15070156/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=15972 CPUtime=0.29 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 3869 0 0 0 29 0 0 0 25 0 1 0 453488631 16355328 3825 33554432000 134512640 135048876 4286816128 18446744073709551615 134529612 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 3993 3825 62 131 0 3860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15972

[startup+0.701105 s]
/proc/loadavg: 7.06 7.76 7.32 5/189 31586
/proc/meminfo: memFree=15070156/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=15972 CPUtime=0.69 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 3869 0 0 0 69 0 0 0 25 0 1 0 453488631 16355328 3825 33554432000 134512640 135048876 4286816128 18446744073709551615 134529668 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 3993 3825 62 131 0 3860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15972

[startup+1.50096 s]
/proc/loadavg: 7.06 7.76 7.32 5/190 31587
/proc/meminfo: memFree=15049448/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=17556 CPUtime=1.49 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 4277 0 0 0 149 0 0 0 25 0 1 0 453488631 17977344 4233 33554432000 134512640 135048876 4286816128 18446744073709551615 134529886 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 4389 4233 62 131 0 4256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17556

[startup+3.10068 s]
/proc/loadavg: 7.06 7.76 7.32 5/190 31587
/proc/meminfo: memFree=15040524/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=21056 CPUtime=3.08 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 5068 0 0 0 308 0 0 0 25 0 1 0 453488631 21561344 5024 33554432000 134512640 135048876 4286816128 18446744073709551615 134529704 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 5264 5024 62 131 0 5131 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21056

[startup+6.30111 s]
/proc/loadavg: 6.82 7.70 7.31 5/190 31587
/proc/meminfo: memFree=15033464/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=21056 CPUtime=6.29 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 5106 0 0 0 629 0 0 0 25 0 1 0 453488631 21561344 5062 33554432000 134512640 135048876 4286816128 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 5264 5062 62 131 0 5131 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21056

[startup+12.701 s]
/proc/loadavg: 6.59 7.64 7.29 5/190 31587
/proc/meminfo: memFree=15017768/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=21056 CPUtime=12.69 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 5142 0 0 0 1269 0 0 0 25 0 1 0 453488631 21561344 5098 33554432000 134512640 135048876 4286816128 18446744073709551615 134529677 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 5264 5098 62 131 0 5131 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21056

[startup+25.5007 s]
/proc/loadavg: 6.02 7.46 7.23 6/190 31588
/proc/meminfo: memFree=14967724/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=35848 CPUtime=25.49 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 10321 0 0 0 2547 2 0 0 25 0 1 0 453488631 36708352 8832 33554432000 134512640 135048876 4286816128 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 8962 8832 67 131 0 8829 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35848

[startup+51.1002 s]
/proc/loadavg: 5.41 7.20 7.15 5/190 31589
/proc/meminfo: memFree=14900536/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=62188 CPUtime=51.08 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 16853 0 0 0 5104 4 0 0 25 0 1 0 453488631 63680512 15364 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 15547 15364 67 131 0 15414 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 62188

[startup+102.307 s]
/proc/loadavg: 4.65 6.72 6.99 5/190 31590
/proc/meminfo: memFree=14805044/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=95004 CPUtime=102.29 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 24912 0 0 0 10222 7 0 0 25 0 1 0 453488631 97284096 23423 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 23751 23423 67 131 0 23618 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 95004

[startup+162.3 s]
/proc/loadavg: 4.27 6.24 6.80 5/190 31591
/proc/meminfo: memFree=14733228/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=117536 CPUtime=162.29 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 30533 0 0 0 16219 10 0 0 25 0 1 0 453488631 120356864 29044 33554432000 134512640 135048876 4286816128 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 29384 29044 67 131 0 29251 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 117536

[startup+222.301 s]
/proc/loadavg: 4.10 5.83 6.63 5/190 31593
/proc/meminfo: memFree=14675776/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=130024 CPUtime=222.29 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 33536 0 0 0 22218 11 0 0 25 0 1 0 453488631 133144576 32047 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 32506 32047 67 131 0 32373 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 130024

[startup+282.3 s]
/proc/loadavg: 4.03 5.49 6.46 5/190 31595
/proc/meminfo: memFree=14631848/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=142752 CPUtime=282.3 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 36690 0 0 0 28216 14 0 0 25 0 1 0 453488631 146178048 35201 33554432000 134512640 135048876 4286816128 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 35688 35201 67 131 0 35555 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 142752

[startup+342.301 s]
/proc/loadavg: 4.01 5.22 6.30 5/190 31596
/proc/meminfo: memFree=14568696/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=165748 CPUtime=342.3 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 42489 0 0 0 34213 17 0 0 25 0 1 0 453488631 169725952 41000 33554432000 134512640 135048876 4286816128 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 41437 41000 67 131 0 41304 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 165748

[startup+402.301 s]
/proc/loadavg: 4.00 4.99 6.16 5/190 31598
/proc/meminfo: memFree=14525016/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=181072 CPUtime=402.3 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 46076 0 0 0 40211 19 0 0 25 0 1 0 453488631 185417728 44587 33554432000 134512640 135048876 4286816128 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 45268 44587 67 131 0 45135 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 181072

[startup+462.3 s]
/proc/loadavg: 4.00 4.81 6.02 5/190 31599
/proc/meminfo: memFree=14479596/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=193160 CPUtime=462.29 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 49026 0 0 0 46209 20 0 0 25 0 1 0 453488631 197795840 47537 33554432000 134512640 135048876 4286816128 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 48290 47537 67 131 0 48157 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 193160

[startup+522.301 s]
/proc/loadavg: 4.00 4.66 5.89 5/190 31601
/proc/meminfo: memFree=14443232/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=201516 CPUtime=522.3 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 51062 0 0 0 52208 22 0 0 25 0 1 0 453488631 206352384 49573 33554432000 134512640 135048876 4286816128 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 50379 49573 67 131 0 50246 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 201516

[startup+582.301 s]
/proc/loadavg: 4.05 4.55 5.77 5/190 31603
/proc/meminfo: memFree=14411092/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=215604 CPUtime=582.3 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 54555 0 0 0 58206 24 0 0 25 0 1 0 453488631 220778496 53066 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 53901 53066 67 131 0 53768 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 215604

[startup+642.3 s]
/proc/loadavg: 4.07 4.46 5.66 5/190 31604
/proc/meminfo: memFree=14375592/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=229092 CPUtime=642.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 57878 0 0 0 64204 27 0 0 25 0 1 0 453488631 234590208 56389 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 57273 56389 67 131 0 57140 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 229092

[startup+702.301 s]
/proc/loadavg: 4.02 4.38 5.56 5/190 31606
/proc/meminfo: memFree=14339240/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=242416 CPUtime=702.3 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 61177 0 0 0 70202 28 0 0 25 0 1 0 453488631 248233984 59688 33554432000 134512640 135048876 4286816128 18446744073709551615 134546971 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 60604 59688 67 131 0 60471 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 242416

[startup+762.307 s]
/proc/loadavg: 4.01 4.31 5.46 5/190 31607
/proc/meminfo: memFree=14303872/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=253004 CPUtime=762.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 63755 0 0 0 76202 29 0 0 25 0 1 0 453488631 259076096 62250 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 63251 62250 67 131 0 63118 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 253004

[startup+822.3 s]
/proc/loadavg: 4.00 4.25 5.36 5/190 31609
/proc/meminfo: memFree=14276452/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=261464 CPUtime=822.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 65712 0 0 0 82200 31 0 0 25 0 1 0 453488631 267739136 64207 33554432000 134512640 135048876 4286816128 18446744073709551615 134547323 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 65366 64207 67 131 0 65233 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 261464

[startup+882.301 s]
/proc/loadavg: 4.00 4.20 5.27 6/190 31611
/proc/meminfo: memFree=14252624/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=269952 CPUtime=882.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 67674 0 0 0 88199 32 0 0 25 0 1 0 453488631 276430848 66169 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 67488 66169 67 131 0 67355 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 269952

[startup+942.301 s]
/proc/loadavg: 4.00 4.16 5.19 5/190 31612
/proc/meminfo: memFree=14230628/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=277856 CPUtime=942.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 69619 0 0 0 94197 34 0 0 25 0 1 0 453488631 284524544 68114 33554432000 134512640 135048876 4286816128 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 69464 68114 67 131 0 69331 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 277856

[startup+1002.3 s]
/proc/loadavg: 4.15 4.16 5.13 8/197 11666
/proc/meminfo: memFree=14203340/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=286168 CPUtime=1002.3 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 71656 0 0 0 100196 34 0 0 25 0 1 0 453488631 293036032 70151 33554432000 134512640 135048876 4286816128 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 71542 70151 67 131 0 71409 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 286168

[startup+1062.3 s]
/proc/loadavg: 4.52 4.30 5.11 5/190 5031
/proc/meminfo: memFree=14184588/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=295108 CPUtime=1062.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 73826 0 0 0 106195 36 0 0 25 0 1 0 453488631 302190592 72321 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 73777 72321 67 131 0 73644 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 295108

[startup+1122.3 s]
/proc/loadavg: 4.26 4.26 5.05 5/190 5033
/proc/meminfo: memFree=14159384/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=306084 CPUtime=1122.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 76575 0 0 0 112194 37 0 0 25 0 1 0 453488631 313430016 75070 33554432000 134512640 135048876 4286816128 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 76521 75070 67 131 0 76388 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 306084

[startup+1182.3 s]
/proc/loadavg: 4.16 4.23 4.98 5/190 5038
/proc/meminfo: memFree=14130460/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=318708 CPUtime=1182.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 79744 0 0 0 118192 39 0 0 25 0 1 0 453488631 326356992 78239 33554432000 134512640 135048876 4286816128 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 79677 78239 67 131 0 79544 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 318708

[startup+1242.3 s]
/proc/loadavg: 4.06 4.18 4.92 6/190 5039
/proc/meminfo: memFree=14096596/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=331604 CPUtime=1242.31 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 82943 0 0 0 124190 41 0 0 25 0 1 0 453488631 339562496 81438 33554432000 134512640 135048876 4286816128 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 82901 81438 67 131 0 82768 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 331604



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.15 4.86 2/186 5044
/proc/meminfo: memFree=14758896/32951124 swapFree=67111528/67111528
[pid=31586] ppid=31584 vsize=343356 CPUtime=1300.02 cores=5,7
/proc/31586/stat : 31586 (minisat_noasser) R 31584 31586 31526 0 -1 4202496 85892 0 0 0 129959 43 0 0 25 0 1 0 453488631 351596544 84387 33554432000 134512640 135048876 4286816128 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/31586/statm: 85839 84387 67 131 0 85706 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 343356

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.6
CPU system time (s): 0.449931
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 343356

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

runsolver used 2.07168 second user time and 5.03223 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-24 04:05:33
IDJOB=3274907
IDBENCH=88225
IDSOLVER=1676
FILE ID=node140/3274907-1303610733
RUNJOBID= node140-1303610733-31547
PBS_JOBID= 13150639
Free space on /tmp= 72400 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p15-s54275047.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274907-1303610733/watcher-3274907-1303610733 -o /tmp/evaluation-result-3274907-1303610733/solver-3274907-1303610733 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274907-1303610733.cnf

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

MD5SUM BENCH= 67948a6aed9ea09317abe3c8a9a27a03
RANDOM SEED=2060987393

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.833
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:      15070312 kB
Buffers:       2359328 kB
Cached:       14864340 kB
SwapCached:          0 kB
Active:       10059508 kB
Inactive:      7260240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15070312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15692 kB
Writeback:           0 kB
AnonPages:       94788 kB
Mapped:          15340 kB
Slab:           495432 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   280204 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= 72412 MiB
End job on node140 at 2011-04-24 04:27:15