Trace number 1730161

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) 1200.13 1200.74

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
MD5SUMae4e3f3661a3c7ad7c7ec30d56d611a1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.913
Satisfiable
(Un)Satisfiability was proved
Number of variables1980
Number of clauses86175
Sum of the clauses size259380
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2990
Number of clauses of size 385140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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:  2025                                                 |
0.00/0.00	c |  Number of clauses:    86175                                                |
0.00/0.09	c |  Parsing time:         0.08         s                                       |
0.79/0.86	c ============================[ Search Statistics ]==============================
0.79/0.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.86	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.86	c ===============================================================================
0.79/0.86	c |         0 |    1980    86175   259380 |    28725        0    nan |  0.000 % |
0.79/0.88	c |       100 |    1980    86175   259380 |    31597      100    113 |  0.000 % |
0.79/0.90	c |       250 |    1980    86175   259380 |    34757      250    117 |  0.000 % |
0.89/0.91	c |       476 |    1980    86175   259380 |    38232      476    119 |  0.000 % |
0.89/0.94	c |       815 |    1980    86175   259380 |    42056      815    127 |  0.000 % |
0.89/0.97	c |      1321 |    1980    86175   259380 |    46261     1321    135 |  0.000 % |
0.99/1.02	c |      2081 |    1980    86175   259380 |    50888     2081    135 |  0.000 % |
1.09/1.13	c |      3220 |    1980    86175   259380 |    55976     3220    150 |  0.000 % |
1.19/1.30	c |      4930 |    1980    86175   259380 |    61574     4930    152 |  0.000 % |
1.49/1.56	c |      7492 |    1980    86175   259380 |    67732     7492    156 |  0.000 % |
1.89/1.98	c |     11336 |    1980    86175   259380 |    74505    11336    153 |  0.000 % |
2.79/2.86	c |     17102 |    1980    86175   259380 |    81955    17102    169 |  0.000 % |
4.19/4.21	c |     25751 |    1980    86175   259380 |    90151    25751    158 |  0.000 % |
7.08/7.14	c |     38726 |    1980    86175   259380 |    99166    38726    153 |  0.000 % |
12.28/12.38	c |     58187 |    1980    86175   259380 |   109083    58187    156 |  0.000 % |
20.89/20.94	c |     87379 |    1980    86175   259380 |   119991    87379    161 |  0.000 % |
35.67/35.78	c |    131168 |    1980    86175   259380 |   131990    26239    113 |  0.000 % |
66.56/66.67	c |    196852 |    1980    86175   259380 |   145189    91923    162 |  0.000 % |
117.52/117.64	c |    295378 |    1980    86175   259380 |   159708    59945    169 |  0.000 % |
208.78/208.95	c |    443168 |    1980    86175   259380 |   175679    67206    195 |  0.000 % |
350.91/351.11	c |    664851 |    1980    86175   259380 |   193247   130225    152 |  0.000 % |
897.34/897.84	c |    997376 |    1980    86175   259380 |   212572   108678    278 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730161-1240756686/watcher-1730161-1240756686 -o /tmp/evaluation-result-1730161-1240756686/solver-1730161-1240756686 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1730161-1240756686.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.87 0.98 0.99 2/64 22790
/proc/meminfo: memFree=1312832/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=2012 CPUtime=0
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 418 0 0 0 0 0 0 0 20 0 1 0 103701371 2060288 404 1992294400 134512640 135048876 4294956208 18446744073709551615 134545700 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 503 405 50 130 0 370 0

[startup+0.104148 s]
/proc/loadavg: 0.87 0.98 0.99 2/64 22790
/proc/meminfo: memFree=1312832/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=6668 CPUtime=0.09
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 1593 0 0 0 8 1 0 0 21 0 1 0 103701371 6828032 1579 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 1667 1579 62 130 0 1534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6668

[startup+0.201162 s]
/proc/loadavg: 0.87 0.98 0.99 2/64 22790
/proc/meminfo: memFree=1312832/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=6668 CPUtime=0.19
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 1593 0 0 0 18 1 0 0 22 0 1 0 103701371 6828032 1579 1992294400 134512640 135048876 4294956208 18446744073709551615 134529433 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 1667 1579 62 130 0 1534 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6668

[startup+0.301176 s]
/proc/loadavg: 0.87 0.98 0.99 2/64 22790
/proc/meminfo: memFree=1312832/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=6668 CPUtime=0.29
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 1593 0 0 0 28 1 0 0 23 0 1 0 103701371 6828032 1579 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 1667 1579 62 130 0 1534 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6668

[startup+0.701235 s]
/proc/loadavg: 0.87 0.98 0.99 2/64 22790
/proc/meminfo: memFree=1312832/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=7116 CPUtime=0.69
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 1677 0 0 0 68 1 0 0 25 0 1 0 103701371 7286784 1663 1992294400 134512640 135048876 4294956208 18446744073709551615 134529226 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 1779 1663 62 130 0 1646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7116

[startup+1.50135 s]
/proc/loadavg: 0.87 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1306040/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=10000 CPUtime=1.49
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 2592 0 0 0 147 2 0 0 25 0 1 0 103701371 10240000 2409 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 2500 2409 67 130 0 2367 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10000

[startup+3.10158 s]
/proc/loadavg: 0.88 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1298872/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=18588 CPUtime=3.09
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 4745 0 0 0 307 2 0 0 25 0 1 0 103701371 19034112 4562 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 4647 4562 67 130 0 4514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18588

[startup+6.30105 s]
/proc/loadavg: 0.88 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1286528/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=28660 CPUtime=6.28
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 7245 0 0 0 624 4 0 0 25 0 1 0 103701371 29347840 7062 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 7165 7062 67 130 0 7032 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28660

[startup+12.702 s]
/proc/loadavg: 0.89 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1269952/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=44724 CPUtime=12.69
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 11284 0 0 0 1262 7 0 0 25 0 1 0 103701371 45797376 11101 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 11181 11101 67 130 0 11048 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44724

[startup+25.5018 s]
/proc/loadavg: 0.91 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1243072/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=70592 CPUtime=25.48
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 17703 0 0 0 2537 11 0 0 25 0 1 0 103701371 72286208 17520 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 17648 17520 67 130 0 17515 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70592

[startup+51.1015 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1233408/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=79908 CPUtime=51.07
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 20051 0 0 0 5093 14 0 0 25 0 1 0 103701371 81825792 19868 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 19977 19868 67 130 0 19844 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 79908

[startup+102.302 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1204096/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=109392 CPUtime=102.24
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 27353 0 0 0 10204 20 0 0 25 0 1 0 103701371 112017408 27170 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 27348 27170 67 130 0 27215 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 109392

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1203968/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=109392 CPUtime=162.2
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 27360 0 0 0 16200 20 0 0 25 0 1 0 103701371 112017408 27177 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 27348 27177 67 130 0 27215 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 109392

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1185984/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=127468 CPUtime=222.18
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 31857 0 0 0 22194 24 0 0 25 0 1 0 103701371 130527232 31674 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 31867 31674 67 130 0 31734 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 127468

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1184448/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=129316 CPUtime=282.14
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 32338 0 0 0 28189 25 0 0 25 0 1 0 103701371 132419584 32155 1992294400 134512640 135048876 4294956208 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 32329 32155 67 130 0 32196 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 129316

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1182016/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=131312 CPUtime=342.12
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 32850 0 0 0 34187 25 0 0 25 0 1 0 103701371 134463488 32667 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 32828 32667 67 130 0 32695 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 131312

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1162816/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=151320 CPUtime=402.09
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 37842 0 0 0 40179 30 0 0 25 0 1 0 103701371 154951680 37659 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 37830 37659 67 130 0 37697 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 151320

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1149056/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=164396 CPUtime=462.06
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 41098 0 0 0 46172 34 0 0 25 0 1 0 103701371 168341504 40915 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 41099 40915 67 130 0 40966 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 164396

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1148992/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=164396 CPUtime=522.03
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 41100 0 0 0 52169 34 0 0 25 0 1 0 103701371 168341504 40917 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/22790/statm: 41099 40917 67 130 0 40966 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 164396

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1148992/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=164396 CPUtime=581.99
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 41100 0 0 0 58165 34 0 0 25 0 1 0 103701371 168341504 40917 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 41099 40917 67 130 0 40966 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 164396

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1133440/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=180344 CPUtime=641.96
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 45071 0 0 0 64158 38 0 0 25 0 1 0 103701371 184672256 44888 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 45086 44888 67 130 0 44953 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 180344

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1112640/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=201060 CPUtime=701.92
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 50203 0 0 0 70150 42 0 0 25 0 1 0 103701371 205885440 50020 1992294400 134512640 135048876 4294956208 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 50265 50020 67 130 0 50132 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 201060

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1090496/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=223128 CPUtime=761.9
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 55707 0 0 0 76142 48 0 0 25 0 1 0 103701371 228483072 55524 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 55782 55524 67 130 0 55649 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 223128

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067968/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245616 CPUtime=821.88
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61321 0 0 0 82135 53 0 0 25 0 1 0 103701371 251510784 61138 1992294400 134512640 135048876 4294956208 18446744073709551615 134680303 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 61404 61138 67 130 0 61271 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 245616

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067904/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245616 CPUtime=881.85
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61321 0 0 0 88132 53 0 0 25 0 1 0 103701371 251510784 61138 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 61404 61138 67 130 0 61271 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 245616

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067904/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245616 CPUtime=941.81
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61321 0 0 0 94128 53 0 0 25 0 1 0 103701371 251510784 61138 1992294400 134512640 135048876 4294956208 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 61404 61138 67 130 0 61271 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 245616

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067904/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245712 CPUtime=1001.78
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61341 0 0 0 100125 53 0 0 25 0 1 0 103701371 251609088 61106 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 61428 61106 67 130 0 61295 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 245712

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067904/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245712 CPUtime=1061.74
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61341 0 0 0 106121 53 0 0 25 0 1 0 103701371 251609088 61106 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/22790/statm: 61428 61106 67 130 0 61295 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 245712

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067904/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245712 CPUtime=1121.71
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61341 0 0 0 112118 53 0 0 25 0 1 0 103701371 251609088 61106 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 61428 61106 67 130 0 61295 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 245712

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067840/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245712 CPUtime=1181.69
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61341 0 0 0 118116 53 0 0 25 0 1 0 103701371 251609088 61106 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 61428 61106 67 130 0 61295 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 245712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22791
/proc/meminfo: memFree=1067840/2055920 swapFree=4192956/4192956
[pid=22790] ppid=22788 vsize=245712 CPUtime=1200.08
/proc/22790/stat : 22790 (minisat_noasser) R 22788 22790 22753 0 -1 4194304 61341 0 0 0 119955 53 0 0 25 0 1 0 103701371 251609088 61106 1992294400 134512640 135048876 4294956208 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0
/proc/22790/statm: 61428 61106 67 130 0 61295 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 245712

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): 1200.74
CPU time (s): 1200.13
CPU user time (s): 1199.56
CPU system time (s): 0.571913
CPU usage (%): 99.949
Max. virtual memory (cumulated for all children) (KiB): 246020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.56
system time used= 0.571913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61341
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= 1
involuntary context switches= 3876

runsolver used 1.06184 second user time and 3.31649 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-26 16:38:06
IDJOB=1730161
IDBENCH=24722
IDSOLVER=556
FILE ID=node30/1730161-1240756686
PBS_JOBID= 9187131
Free space on /tmp= 66244 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730161-1240756686/watcher-1730161-1240756686 -o /tmp/evaluation-result-1730161-1240756686/solver-1730161-1240756686 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1730161-1240756686.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae4e3f3661a3c7ad7c7ec30d56d611a1
RANDOM SEED=1864740410

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1313248 kB
Buffers:         75680 kB
Cached:         570932 kB
SwapCached:          0 kB
Active:         198804 kB
Inactive:       462152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:          24084 kB
Slab:            67804 kB
Committed_AS:   485240 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node30 at 2009-04-26 16:58:09