Trace number 3274775

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

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark919.536
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

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:  2969                                                 |
0.00/0.00	c |  Number of clauses:    18473                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.05/0.09	c ============================[ Search Statistics ]==============================
0.05/0.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.05/0.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.05/0.09	c ===============================================================================
0.05/0.09	c |         0 |    2337    12332    81076 |     4110        0    nan |  0.000 % |
0.05/0.09	c |       100 |    2337    12332    81076 |     4521      100     16 |  1.920 % |
0.05/0.10	c |       250 |    2337    12332    81076 |     4973      250     15 |  1.920 % |
0.09/0.10	c |       477 |    2337    12332    81076 |     5471      477     14 |  1.920 % |
0.09/0.10	c |       815 |    2337    12332    81076 |     6018      815     14 |  1.920 % |
0.09/0.11	c |      1321 |    2337    12332    81076 |     6620     1321     14 |  1.920 % |
0.09/0.12	c |      2080 |    2337    12332    81076 |     7282     2080     15 |  1.920 % |
0.09/0.14	c |      3220 |    2337    12332    81076 |     8010     3220     15 |  1.920 % |
0.09/0.18	c |      4928 |    2337    12332    81076 |     8811     4928     16 |  1.920 % |
0.19/0.27	c |      7491 |    2337    12332    81076 |     9692     7491     19 |  1.920 % |
0.39/0.44	c |     11335 |    2337    12332    81076 |    10662     6367     24 |  1.920 % |
0.69/0.75	c |     17101 |    2337    12332    81076 |    11728     6698     27 |  1.920 % |
1.19/1.26	c |     25753 |    2337    12332    81076 |    12901     9404     26 |  1.920 % |
2.20/2.23	c |     38728 |    2337    12332    81076 |    14191     9293     27 |  1.920 % |
3.70/3.77	c |     58189 |    2337    12332    81076 |    15610     7222     24 |  1.920 % |
6.40/6.45	c |     87381 |    2337    12332    81076 |    17171    12723     31 |  1.920 % |
11.30/11.35	c |    131170 |    2337    12332    81076 |    18888    13198     32 |  1.920 % |
19.10/19.18	c |    196854 |    2337    12332    81076 |    20777    12250     30 |  1.920 % |
30.90/30.94	c |    295382 |    2337    12332    81076 |    22854    16529     30 |  1.920 % |
48.90/48.93	c |    443171 |    2337    12332    81076 |    25140    14710     32 |  1.920 % |
77.90/77.98	c |    664854 |    2337    12332    81076 |    27654    21269     33 |  1.920 % |
123.80/123.83	c |    997379 |    2337    12332    81076 |    30419    20093     29 |  1.920 % |
202.00/202.06	c |   1496169 |    2337    12332    81076 |    33461    26403     37 |  1.920 % |
325.40/325.43	c |   2244351 |    2337    12332    81076 |    36808    27807     39 |  1.920 % |
520.99/521.04	c |   3366625 |    2337    12332    81076 |    40488    25235     33 |  1.920 % |
837.60/837.62	c |   5050038 |    2337    12332    81076 |    44537    25439     36 |  1.920 % |

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-3274775-1303610074/watcher-3274775-1303610074 -o /tmp/evaluation-result-3274775-1303610074/solver-3274775-1303610074 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274775-1303610074.cnf 

running on 2 cores: 1,3

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: 1.84 1.99 2.41 9/186 24312
/proc/meminfo: memFree=18460620/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=2580 CPUtime=0 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 488 0 0 0 0 0 0 0 23 0 1 0 472605863 2641920 445 33554432000 134512640 135048876 4287148480 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 645 445 50 131 0 512 0

[startup+0.0524779 s]
/proc/loadavg: 1.84 1.99 2.41 9/186 24312
/proc/meminfo: memFree=18460620/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=4160 CPUtime=0.05 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 894 0 0 0 5 0 0 0 23 0 1 0 472605863 4259840 851 33554432000 134512640 135048876 4287148480 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1040 851 62 131 0 907 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4160

[startup+0.100482 s]
/proc/loadavg: 1.84 1.99 2.41 9/186 24312
/proc/meminfo: memFree=18460620/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=4128 CPUtime=0.09 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 937 0 0 0 9 0 0 0 23 0 1 0 472605863 4227072 848 33554432000 134512640 135048876 4287148480 18446744073709551615 134700109 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1032 848 67 131 0 899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4128

[startup+0.300437 s]
/proc/loadavg: 1.84 1.99 2.41 9/186 24312
/proc/meminfo: memFree=18460620/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=4128 CPUtime=0.29 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 943 0 0 0 29 0 0 0 25 0 1 0 472605863 4227072 854 33554432000 134512640 135048876 4287148480 18446744073709551615 134548097 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1032 854 67 131 0 899 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4128

[startup+0.700369 s]
/proc/loadavg: 1.84 1.99 2.41 9/186 24312
/proc/meminfo: memFree=18460620/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=4656 CPUtime=0.69 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 1073 0 0 0 69 0 0 0 25 0 1 0 472605863 4767744 984 33554432000 134512640 135048876 4287148480 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1164 984 67 131 0 1031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4656

[startup+1.50023 s]
/proc/loadavg: 2.09 2.04 2.42 7/190 24343
/proc/meminfo: memFree=18446616/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=5052 CPUtime=1.49 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 1172 0 0 0 149 0 0 0 25 0 1 0 472605863 5173248 1083 33554432000 134512640 135048876 4287148480 18446744073709551615 134546074 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1263 1083 67 131 0 1130 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5052

[startup+3.10098 s]
/proc/loadavg: 2.09 2.04 2.42 7/190 24343
/proc/meminfo: memFree=18443640/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=5448 CPUtime=3.1 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 1266 0 0 0 310 0 0 0 25 0 1 0 472605863 5578752 1177 33554432000 134512640 135048876 4287148480 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1362 1177 67 131 0 1229 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 5448

[startup+6.30043 s]
/proc/loadavg: 2.09 2.04 2.42 7/190 24344
/proc/meminfo: memFree=18440376/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=6504 CPUtime=6.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 1528 0 0 0 630 0 0 0 25 0 1 0 472605863 6660096 1439 33554432000 134512640 135048876 4287148480 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1626 1439 67 131 0 1493 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 6504

[startup+12.7004 s]
/proc/loadavg: 2.39 2.10 2.44 7/190 24344
/proc/meminfo: memFree=18436452/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=6900 CPUtime=12.7 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 1631 0 0 0 1270 0 0 0 25 0 1 0 472605863 7065600 1542 33554432000 134512640 135048876 4287148480 18446744073709551615 134552400 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1725 1542 67 131 0 1592 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 6900

[startup+25.5002 s]
/proc/loadavg: 2.63 2.17 2.46 7/190 24344
/proc/meminfo: memFree=18432492/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=7964 CPUtime=25.5 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 1899 0 0 0 2550 0 0 0 25 0 1 0 472605863 8155136 1810 33554432000 134512640 135048876 4287148480 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 1991 1810 67 131 0 1858 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 7964

[startup+51.1009 s]
/proc/loadavg: 3.10 2.31 2.49 7/190 24345
/proc/meminfo: memFree=18427832/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=8916 CPUtime=51.1 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 2116 0 0 0 5110 0 0 0 25 0 1 0 472605863 9129984 2027 33554432000 134512640 135048876 4287148480 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 2229 2027 67 131 0 2096 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8916

[startup+102.306 s]
/proc/loadavg: 3.74 2.62 2.59 7/190 24346
/proc/meminfo: memFree=18421616/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=10760 CPUtime=102.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 2555 0 0 0 10230 0 0 0 25 0 1 0 472605863 11018240 2466 33554432000 134512640 135048876 4287148480 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 2690 2466 67 131 0 2557 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10760

[startup+162.3 s]
/proc/loadavg: 3.90 2.87 2.67 7/190 24348
/proc/meminfo: memFree=18415896/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=12652 CPUtime=162.29 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 3043 0 0 0 16229 0 0 0 25 0 1 0 472605863 12955648 2954 33554432000 134512640 135048876 4287148480 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 3163 2954 67 131 0 3030 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 12652

[startup+222.3 s]
/proc/loadavg: 3.96 3.07 2.75 7/190 24349
/proc/meminfo: memFree=18412508/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=13192 CPUtime=222.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 3147 0 0 0 22230 0 0 0 25 0 1 0 472605863 13508608 3058 33554432000 134512640 135048876 4287148480 18446744073709551615 134547168 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 3298 3058 67 131 0 3165 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 13192

[startup+282.301 s]
/proc/loadavg: 3.98 3.24 2.83 7/190 24351
/proc/meminfo: memFree=18410272/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=13760 CPUtime=282.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 3309 0 0 0 28230 0 0 0 25 0 1 0 472605863 14090240 3220 33554432000 134512640 135048876 4287148480 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 3440 3220 67 131 0 3307 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 13760

[startup+342.301 s]
/proc/loadavg: 3.99 3.38 2.90 7/190 24353
/proc/meminfo: memFree=18408496/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=14156 CPUtime=342.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 3415 0 0 0 34230 0 0 0 25 0 1 0 472605863 14495744 3326 33554432000 134512640 135048876 4287148480 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 3539 3326 67 131 0 3406 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 14156

[startup+402.301 s]
/proc/loadavg: 3.99 3.49 2.97 7/190 24363
/proc/meminfo: memFree=18407456/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=14864 CPUtime=402.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 3569 0 0 0 40230 0 0 0 25 0 1 0 472605863 15220736 3480 33554432000 134512640 135048876 4287148480 18446744073709551615 134547876 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 3716 3480 67 131 0 3583 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 14864

[startup+462.301 s]
/proc/loadavg: 4.03 3.59 3.03 7/190 24838
/proc/meminfo: memFree=18487924/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=15260 CPUtime=462.29 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 3681 0 0 0 46229 0 0 0 25 0 1 0 472605863 15626240 3592 33554432000 134512640 135048876 4287148480 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 3815 3592 67 131 0 3682 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 15260

[startup+522.301 s]
/proc/loadavg: 4.01 3.66 3.09 7/190 24839
/proc/meminfo: memFree=18488580/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=15560 CPUtime=522.29 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 3725 0 0 0 52229 0 0 0 25 0 1 0 472605863 15933440 3636 33554432000 134512640 135048876 4287148480 18446744073709551615 134552786 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 3890 3636 67 131 0 3757 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 15560

[startup+582.301 s]
/proc/loadavg: 4.00 3.72 3.14 7/190 24843
/proc/meminfo: memFree=18485704/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=16932 CPUtime=582.29 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4059 0 0 0 58229 0 0 0 25 0 1 0 472605863 17338368 3970 33554432000 134512640 135048876 4287148480 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4233 3970 67 131 0 4100 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 16932

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 3.20 7/190 24846
/proc/meminfo: memFree=18484336/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=17220 CPUtime=642.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4135 0 0 0 64230 0 0 0 25 0 1 0 472605863 17633280 4046 33554432000 134512640 135048876 4287148480 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4305 4046 67 131 0 4172 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 17220

[startup+702.301 s]
/proc/loadavg: 4.07 3.83 3.25 7/190 24847
/proc/meminfo: memFree=18482568/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=17352 CPUtime=702.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4179 0 0 0 70230 0 0 0 25 0 1 0 472605863 17768448 4090 33554432000 134512640 135048876 4287148480 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4338 4090 67 131 0 4205 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 17352

[startup+762.306 s]
/proc/loadavg: 4.02 3.85 3.29 7/190 24849
/proc/meminfo: memFree=18481668/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=17636 CPUtime=762.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4221 0 0 0 76230 0 0 0 25 0 1 0 472605863 18059264 4132 33554432000 134512640 135048876 4287148480 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4409 4132 67 131 0 4276 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 17636

[startup+822.3 s]
/proc/loadavg: 4.01 3.88 3.33 7/190 24850
/proc/meminfo: memFree=18480788/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=17780 CPUtime=822.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4256 0 0 0 82230 0 0 0 25 0 1 0 472605863 18206720 4167 33554432000 134512640 135048876 4287148480 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4445 4167 67 131 0 4312 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 17780

[startup+882.3 s]
/proc/loadavg: 4.00 3.90 3.37 7/190 24852
/proc/meminfo: memFree=18479280/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=18136 CPUtime=882.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4358 0 0 0 88230 0 0 0 25 0 1 0 472605863 18571264 4269 33554432000 134512640 135048876 4287148480 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4534 4269 67 131 0 4401 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 18136

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.41 7/190 24854
/proc/meminfo: memFree=18478408/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=18328 CPUtime=942.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4408 0 0 0 94230 0 0 0 25 0 1 0 472605863 18767872 4319 33554432000 134512640 135048876 4287148480 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4582 4319 67 131 0 4449 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 18328

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.44 7/190 24855
/proc/meminfo: memFree=18476012/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=18856 CPUtime=1002.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4537 0 0 0 100230 0 0 0 25 0 1 0 472605863 19308544 4448 33554432000 134512640 135048876 4287148480 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4714 4448 67 131 0 4581 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 18856

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.48 7/190 24857
/proc/meminfo: memFree=18475236/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=19120 CPUtime=1062.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4606 0 0 0 106230 0 0 0 25 0 1 0 472605863 19578880 4517 33554432000 134512640 135048876 4287148480 18446744073709551615 134546759 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4780 4517 67 131 0 4647 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 19120

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.51 8/190 24858
/proc/meminfo: memFree=18474844/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=19484 CPUtime=1122.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4661 0 0 0 112230 0 0 0 25 0 1 0 472605863 19951616 4572 33554432000 134512640 135048876 4287148480 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4871 4572 67 131 0 4738 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 19484

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.54 7/190 24860
/proc/meminfo: memFree=18474568/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=19484 CPUtime=1182.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4676 0 0 0 118230 0 0 0 25 0 1 0 472605863 19951616 4587 33554432000 134512640 135048876 4287148480 18446744073709551615 134546924 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4871 4587 67 131 0 4738 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 19484

[startup+1242.3 s]
/proc/loadavg: 3.61 3.87 3.53 5/184 24879
/proc/meminfo: memFree=18493976/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=19484 CPUtime=1242.3 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4677 0 0 0 124230 0 0 0 25 0 1 0 472605863 19951616 4588 33554432000 134512640 135048876 4287148480 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4871 4588 67 131 0 4738 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 19484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.28 3.74 3.51 5/184 24880
/proc/meminfo: memFree=18493324/32951124 swapFree=67111528/67111528
[pid=24310] ppid=24307 vsize=19648 CPUtime=1300.01 cores=1,3
/proc/24310/stat : 24310 (minisat_noasser) R 24307 24310 23055 0 -1 4202496 4715 0 0 0 130001 0 0 0 25 0 1 0 472605863 20119552 4626 33554432000 134512640 135048876 4287148480 18446744073709551615 134546924 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/24310/statm: 4912 4626 67 131 0 4779 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 19648

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.02
CPU user time (s): 1300.01
CPU system time (s): 0.009998
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 19648

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

runsolver used 1.84272 second user time and 4.09238 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-24 03:54:34
IDJOB=3274775
IDBENCH=85802
IDSOLVER=1676
FILE ID=node130/3274775-1303610074
RUNJOBID= node130-1303610073-24275
PBS_JOBID= 13150612
Free space on /tmp= 71844 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn006.shuffled-as.sat05-3846.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274775-1303610074/watcher-3274775-1303610074 -o /tmp/evaluation-result-3274775-1303610074/solver-3274775-1303610074 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274775-1303610074.cnf

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=619585164

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18462296 kB
Buffers:       2093324 kB
Cached:       11783080 kB
SwapCached:          0 kB
Active:        6373224 kB
Inactive:      7569844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18462296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7780 kB
Writeback:           0 kB
AnonPages:       66020 kB
Mapped:          15088 kB
Slab:           481508 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222376 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= 71960 MiB
End job on node130 at 2011-04-24 04:16:16