Trace number 3274769

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: minisat SAT 2007? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

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:    18718                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |    2337    12620    83209 |     4206        0    nan |  0.000 % |
0.09/0.10	c |       100 |    2337    12620    83209 |     4627      100     11 |  1.920 % |
0.09/0.10	c |       250 |    2337    12620    83209 |     5090      250     12 |  1.920 % |
0.09/0.10	c |       477 |    2337    12620    83209 |     5599      477     12 |  1.920 % |
0.09/0.11	c |       814 |    2337    12620    83209 |     6158      814     16 |  1.920 % |
0.09/0.12	c |      1321 |    2337    12620    83209 |     6774     1321     15 |  1.920 % |
0.09/0.13	c |      2080 |    2337    12620    83209 |     7452     2080     17 |  1.920 % |
0.09/0.15	c |      3219 |    2337    12620    83209 |     8197     3219     17 |  1.920 % |
0.09/0.19	c |      4929 |    2337    12620    83209 |     9017     4929     17 |  1.920 % |
0.19/0.29	c |      7492 |    2337    12620    83209 |     9919     7492     18 |  1.920 % |
0.40/0.45	c |     11336 |    2337    12620    83209 |    10911     6260     20 |  1.920 % |
0.70/0.77	c |     17104 |    2337    12620    83209 |    12002     6502     22 |  1.920 % |
1.20/1.25	c |     25753 |    2337    12620    83209 |    13202     9085     21 |  1.920 % |
2.10/2.19	c |     38727 |    2337    12620    83209 |    14522     8726     22 |  1.920 % |
3.70/3.72	c |     58191 |    2337    12620    83209 |    15974    13514     25 |  1.920 % |
5.90/5.99	c |     87383 |    2337    12620    83209 |    17572    10404     26 |  1.920 % |
10.00/10.00	c |    131172 |    2337    12620    83209 |    19329     9866     26 |  1.920 % |
16.30/16.33	c |    196856 |    2337    12620    83209 |    21262    17076     25 |  1.920 % |
27.10/27.11	c |    295383 |    2337    12620    83209 |    23388    19274     29 |  1.920 % |
44.90/44.99	c |    443174 |    2337    12620    83209 |    25727    13814     25 |  1.920 % |
75.80/75.85	c |    664857 |    2337    12620    83209 |    28300    15330     31 |  1.920 % |
124.10/124.12	c |    997382 |    2337    12620    83209 |    31130    19894     29 |  1.920 % |
204.00/204.00	c |   1496171 |    2337    12620    83209 |    34243    17120     32 |  1.920 % |
334.90/334.93	c |   2244354 |    2337    12620    83209 |    37667    21476     35 |  1.920 % |
549.30/549.37	c |   3366628 |    2337    12620    83209 |    41434    28962     41 |  1.920 % |
871.90/871.98	c |   5050041 |    2337    12620    83209 |    45577    25759     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-3274769-1303610074/watcher-3274769-1303610074 -o /tmp/evaluation-result-3274769-1303610074/solver-3274769-1303610074 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274769-1303610074.cnf 

running on 2 cores: 4,6

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 4/174 24300
/proc/meminfo: memFree=18463816/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=2444 CPUtime=0 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 469 0 0 0 0 0 0 0 24 0 1 0 472605863 2502656 425 33554432000 134512640 135048876 4290335120 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 611 425 50 131 0 478 0

[startup+0.0462141 s]
/proc/loadavg: 1.84 1.99 2.41 4/174 24300
/proc/meminfo: memFree=18463816/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=4136 CPUtime=0.04 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 892 0 0 0 4 0 0 0 24 0 1 0 472605863 4235264 848 33554432000 134512640 135048876 4290335120 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1034 848 62 131 0 901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4136

[startup+0.10022 s]
/proc/loadavg: 1.84 1.99 2.41 4/174 24300
/proc/meminfo: memFree=18463816/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=4348 CPUtime=0.09 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 932 0 0 0 9 0 0 0 24 0 1 0 472605863 4452352 888 33554432000 134512640 135048876 4290335120 18446744073709551615 134529152 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1087 888 62 131 0 954 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4348

[startup+0.300169 s]
/proc/loadavg: 1.84 1.99 2.41 4/174 24300
/proc/meminfo: memFree=18463816/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=4104 CPUtime=0.29 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 939 0 0 0 29 0 0 0 25 0 1 0 472605863 4202496 848 33554432000 134512640 135048876 4290335120 18446744073709551615 134546880 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1026 848 66 131 0 893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4104

[startup+0.701101 s]
/proc/loadavg: 1.84 1.99 2.41 4/174 24300
/proc/meminfo: memFree=18463816/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=4500 CPUtime=0.7 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 1027 0 0 0 70 0 0 0 25 0 1 0 472605863 4608000 936 33554432000 134512640 135048876 4290335120 18446744073709551615 134547270 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1125 936 66 131 0 992 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 4500

[startup+1.50099 s]
/proc/loadavg: 2.09 2.04 2.42 5/190 24343
/proc/meminfo: memFree=18447112/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=4796 CPUtime=1.5 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 1123 0 0 0 150 0 0 0 25 0 1 0 472605863 4911104 1032 33554432000 134512640 135048876 4290335120 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1199 1032 66 131 0 1066 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 4796

[startup+3.1007 s]
/proc/loadavg: 2.09 2.04 2.42 5/190 24343
/proc/meminfo: memFree=18443640/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=5328 CPUtime=3.1 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 1230 0 0 0 310 0 0 0 25 0 1 0 472605863 5455872 1139 33554432000 134512640 135048876 4290335120 18446744073709551615 134546988 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1332 1139 66 131 0 1199 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 5328

[startup+6.30019 s]
/proc/loadavg: 2.09 2.04 2.42 5/190 24344
/proc/meminfo: memFree=18440376/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=5728 CPUtime=6.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 1352 0 0 0 630 0 0 0 25 0 1 0 472605863 5865472 1261 33554432000 134512640 135048876 4290335120 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1432 1261 66 131 0 1299 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 5728

[startup+12.7011 s]
/proc/loadavg: 2.39 2.10 2.44 5/190 24344
/proc/meminfo: memFree=18436452/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=6796 CPUtime=12.7 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 1598 0 0 0 1270 0 0 0 25 0 1 0 472605863 6959104 1507 33554432000 134512640 135048876 4290335120 18446744073709551615 134546924 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1699 1507 66 131 0 1566 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 6796

[startup+25.501 s]
/proc/loadavg: 2.63 2.17 2.46 5/190 24344
/proc/meminfo: memFree=18432492/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=7596 CPUtime=25.5 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 1815 0 0 0 2550 0 0 0 25 0 1 0 472605863 7778304 1724 33554432000 134512640 135048876 4290335120 18446744073709551615 134547959 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 1899 1724 66 131 0 1766 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 7596

[startup+51.1007 s]
/proc/loadavg: 3.10 2.31 2.49 5/190 24345
/proc/meminfo: memFree=18427832/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=8820 CPUtime=51.1 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 2105 0 0 0 5110 0 0 0 25 0 1 0 472605863 9031680 2014 33554432000 134512640 135048876 4290335120 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 2205 2014 66 131 0 2072 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8820

[startup+102.307 s]
/proc/loadavg: 3.74 2.62 2.59 5/190 24346
/proc/meminfo: memFree=18421616/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=10084 CPUtime=102.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 2405 0 0 0 10230 0 0 0 25 0 1 0 472605863 10326016 2314 33554432000 134512640 135048876 4290335120 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 2521 2314 66 131 0 2388 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10084

[startup+162.301 s]
/proc/loadavg: 3.90 2.87 2.67 5/190 24348
/proc/meminfo: memFree=18415896/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=11436 CPUtime=162.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 2752 0 0 0 16230 0 0 0 25 0 1 0 472605863 11710464 2661 33554432000 134512640 135048876 4290335120 18446744073709551615 134546964 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 2859 2661 66 131 0 2726 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 11436

[startup+222.301 s]
/proc/loadavg: 3.96 3.07 2.75 5/190 24349
/proc/meminfo: memFree=18412508/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=12676 CPUtime=222.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3061 0 0 0 22230 0 0 0 25 0 1 0 472605863 12980224 2970 33554432000 134512640 135048876 4290335120 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 3169 2970 66 131 0 3036 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 12676

[startup+282.301 s]
/proc/loadavg: 3.98 3.24 2.83 5/190 24351
/proc/meminfo: memFree=18410272/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=13916 CPUtime=282.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3358 0 0 0 28230 0 0 0 25 0 1 0 472605863 14249984 3267 33554432000 134512640 135048876 4290335120 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 3479 3267 66 131 0 3346 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 13916

[startup+342.301 s]
/proc/loadavg: 3.99 3.38 2.90 5/190 24353
/proc/meminfo: memFree=18408496/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=14360 CPUtime=342.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3449 0 0 0 34230 0 0 0 25 0 1 0 472605863 14704640 3358 33554432000 134512640 135048876 4290335120 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 3590 3358 66 131 0 3457 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 14360

[startup+402.301 s]
/proc/loadavg: 3.99 3.49 2.97 5/190 24363
/proc/meminfo: memFree=18407456/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=14504 CPUtime=402.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3507 0 0 0 40230 0 0 0 25 0 1 0 472605863 14852096 3416 33554432000 134512640 135048876 4290335120 18446744073709551615 134546913 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 3626 3416 66 131 0 3493 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 14504

[startup+462.301 s]
/proc/loadavg: 4.03 3.59 3.03 5/190 24838
/proc/meminfo: memFree=18487924/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=15104 CPUtime=462.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3612 0 0 0 46230 0 0 0 25 0 1 0 472605863 15466496 3521 33554432000 134512640 135048876 4290335120 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 3776 3521 66 131 0 3643 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 15104

[startup+522.301 s]
/proc/loadavg: 4.01 3.66 3.09 5/190 24839
/proc/meminfo: memFree=18488580/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=15640 CPUtime=522.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3755 0 0 0 52230 0 0 0 25 0 1 0 472605863 16015360 3664 33554432000 134512640 135048876 4290335120 18446744073709551615 134551601 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 3910 3664 66 131 0 3777 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 15640

[startup+582.3 s]
/proc/loadavg: 4.00 3.72 3.14 5/190 24843
/proc/meminfo: memFree=18485704/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=15984 CPUtime=582.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3830 0 0 0 58230 0 0 0 25 0 1 0 472605863 16367616 3739 33554432000 134512640 135048876 4290335120 18446744073709551615 134558125 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 3996 3739 66 131 0 3863 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 15984

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 3.20 5/190 24846
/proc/meminfo: memFree=18484336/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=16276 CPUtime=642.31 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3879 0 0 0 64231 0 0 0 25 0 1 0 472605863 16666624 3788 33554432000 134512640 135048876 4290335120 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4069 3788 66 131 0 3936 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 16276

[startup+702.3 s]
/proc/loadavg: 4.07 3.83 3.25 5/190 24847
/proc/meminfo: memFree=18482568/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=16676 CPUtime=702.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 3990 0 0 0 70230 0 0 0 25 0 1 0 472605863 17076224 3899 33554432000 134512640 135048876 4290335120 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4169 3899 66 131 0 4036 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 16676

[startup+762.307 s]
/proc/loadavg: 4.02 3.85 3.29 5/190 24849
/proc/meminfo: memFree=18481668/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=16820 CPUtime=762.31 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4031 0 0 0 76231 0 0 0 25 0 1 0 472605863 17223680 3940 33554432000 134512640 135048876 4290335120 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4205 3940 66 131 0 4072 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 16820

[startup+822.301 s]
/proc/loadavg: 4.01 3.88 3.33 5/190 24850
/proc/meminfo: memFree=18480788/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=17384 CPUtime=822.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4148 0 0 0 82230 0 0 0 25 0 1 0 472605863 17801216 4057 33554432000 134512640 135048876 4290335120 18446744073709551615 134552241 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4346 4057 66 131 0 4213 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 17384

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.37 5/190 24852
/proc/meminfo: memFree=18479280/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=17824 CPUtime=882.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4273 0 0 0 88230 0 0 0 25 0 1 0 472605863 18251776 4182 33554432000 134512640 135048876 4290335120 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4456 4182 66 131 0 4323 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 17824

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.41 5/190 24854
/proc/meminfo: memFree=18478408/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=17976 CPUtime=942.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4325 0 0 0 94230 0 0 0 25 0 1 0 472605863 18407424 4234 33554432000 134512640 135048876 4290335120 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4494 4234 66 131 0 4361 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 17976

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.44 5/190 24855
/proc/meminfo: memFree=18476012/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=19356 CPUtime=1002.3 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4652 0 0 0 100230 0 0 0 25 0 1 0 472605863 19820544 4561 33554432000 134512640 135048876 4290335120 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4839 4561 66 131 0 4706 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 19356

[startup+1062.3 s]
/proc/loadavg: 4.04 3.95 3.48 5/190 24857
/proc/meminfo: memFree=18475236/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=19356 CPUtime=1062.31 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4659 0 0 0 106231 0 0 0 25 0 1 0 472605863 19820544 4568 33554432000 134512640 135048876 4290335120 18446744073709551615 134546913 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4839 4568 66 131 0 4706 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 19356

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.51 5/190 24858
/proc/meminfo: memFree=18474844/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=19356 CPUtime=1122.31 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4671 0 0 0 112231 0 0 0 25 0 1 0 472605863 19820544 4580 33554432000 134512640 135048876 4290335120 18446744073709551615 134552564 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4839 4580 66 131 0 4706 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 19356

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.54 5/190 24860
/proc/meminfo: memFree=18474568/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=19356 CPUtime=1182.31 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4673 0 0 0 118231 0 0 0 25 0 1 0 472605863 19820544 4582 33554432000 134512640 135048876 4290335120 18446744073709551615 134547299 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4839 4582 66 131 0 4706 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 19356

[startup+1242.3 s]
/proc/loadavg: 3.61 3.87 3.53 4/184 24879
/proc/meminfo: memFree=18493976/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=19356 CPUtime=1242.31 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4674 0 0 0 124231 0 0 0 25 0 1 0 472605863 19820544 4583 33554432000 134512640 135048876 4290335120 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4839 4583 66 131 0 4706 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 19356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.28 3.74 3.51 4/184 24880
/proc/meminfo: memFree=18493324/32951124 swapFree=67111528/67111528
[pid=24300] ppid=24298 vsize=19776 CPUtime=1300.02 cores=4,6
/proc/24300/stat : 24300 (minisat_noasser) R 24298 24300 23055 0 -1 4202496 4777 0 0 0 130002 0 0 0 25 0 1 0 472605863 20250624 4686 33554432000 134512640 135048876 4290335120 18446744073709551615 134548073 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/24300/statm: 4944 4686 66 131 0 4811 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 19776

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1300.02
CPU system time (s): 0.007998
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 19776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.007998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4777
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= 4
involuntary context switches= 1854

runsolver used 2.21466 second user time and 4.88626 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=1996689414

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:      18464832 kB
Buffers:       2093324 kB
Cached:       11782304 kB
SwapCached:          0 kB
Active:        6367616 kB
Inactive:      7572908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18464832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7004 kB
Writeback:           0 kB
AnonPages:       63692 kB
Mapped:          14700 kB
Slab:           481508 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193696 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