Trace number 1581605

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.1 1207.06

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
1.57/1.62	c |  Number of variables:        199304                                         |
1.57/1.62	c |  Number of clauses:          994835                                         |
1.57/1.62	c |  Parse time:                   1.48 s                                       |
4.05/4.17	c |  Simplification time:          2.48 s                                       |
4.05/4.17	c |                                                                             |
4.05/4.17	c ============================[ Search Statistics ]==============================
4.05/4.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.05/4.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.05/4.17	c ===============================================================================
4.25/4.35	c |       100 |  100918   635874  1748844 |   233153       99    164 | 24.337 % |
4.55/4.62	c |       250 |  100918   635874  1748844 |   256469      249    105 | 24.337 % |
4.95/5.05	c |       475 |   99519   635874  1748844 |   282116      468    120 | 25.039 % |
5.64/5.70	c |       812 |   99519   625128  1721879 |   310327      803    111 | 25.039 % |
6.54/6.60	c |      1318 |   98517   625040  1721703 |   341360     1305    136 | 25.541 % |
7.93/8.05	c |      2077 |   97383   619070  1707789 |   375496     2055    153 | 26.110 % |
11.21/11.31	c |      3216 |   97358   611226  1688019 |   413046     3184    199 | 26.123 % |
15.48/15.64	c |      4924 |   95787   600436  1660864 |   454350     4864    235 | 26.911 % |
20.06/20.27	c |      7486 |   94479   592616  1641596 |   499785     7392    246 | 27.567 % |
27.62/27.87	c |     11330 |   94150   590314  1635540 |   549764    11198    266 | 27.733 % |
41.23/41.54	c |     17096 |   93136   584383  1620001 |   604740    16864    283 | 28.241 % |
65.59/66.03	c |     25745 |   92990   582764  1616380 |   665215    25450    309 | 28.315 % |
102.48/103.12	c |     38719 |   92801   581803  1614257 |   731736    38353    346 | 28.409 % |
172.67/173.77	c |     58180 |   91385   575338  1600958 |   804910    57673    331 | 29.120 % |
290.69/292.44	c |     87372 |   89897   561673  1564776 |   885401    84653    304 | 29.866 % |
476.71/479.57	c |    131161 |   88959   555074  1547501 |   973941   128048    269 | 30.337 % |
786.52/791.14	c |    196845 |   88877   554411  1545811 |  1071335   193513    218 | 30.378 % |

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-1581605-1238930902/watcher-1581605-1238930902 -o /tmp/evaluation-result-1581605-1238930902/solver-1581605-1238930902 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1581605-1238930902.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: 2.69 2.91 2.66 4/85 22518
/proc/meminfo: memFree=1823544/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=18576 CPUtime=0
/proc/22518/stat : 22518 (runsolver) R 22516 22518 22481 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1165751318 19021824 292 1992294400 4194304 4302564 548682068496 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22518/statm: 4644 292 257 26 0 2626 0

[startup+0.131889 s]
/proc/loadavg: 2.69 2.91 2.66 4/85 22518
/proc/meminfo: memFree=1823544/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=31600 CPUtime=0.11
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 5498 0 0 0 9 2 0 0 23 0 1 0 1165751318 32358400 5339 1992294400 4194304 5092341 548682068848 18446744073709551615 4501717 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 7900 5339 63 219 0 7678 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 31600

[startup+0.201897 s]
/proc/loadavg: 2.69 2.91 2.66 4/85 22518
/proc/meminfo: memFree=1823544/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=35392 CPUtime=0.19
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 6817 0 0 0 16 3 0 0 23 0 1 0 1165751318 36241408 6567 1992294400 4194304 5092341 548682068848 18446744073709551615 4196282 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 8848 6567 63 219 0 8626 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35392

[startup+0.301909 s]
/proc/loadavg: 2.69 2.91 2.66 4/85 22518
/proc/meminfo: memFree=1823544/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=41208 CPUtime=0.28
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 8657 0 0 0 24 4 0 0 24 0 1 0 1165751318 42196992 8271 1992294400 4194304 5092341 548682068848 18446744073709551615 4269030 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 10302 8271 63 219 0 10080 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 41208

[startup+0.701949 s]
/proc/loadavg: 2.69 2.91 2.66 4/85 22518
/proc/meminfo: memFree=1823544/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=52428 CPUtime=0.69
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 12208 0 0 0 62 7 0 0 25 0 1 0 1165751318 53686272 11315 1992294400 4194304 5092341 548682068848 18446744073709551615 4242264 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 13107 11315 63 219 0 12885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52428

[startup+1.50103 s]
/proc/loadavg: 2.69 2.91 2.66 3/86 22519
/proc/meminfo: memFree=1768048/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=81504 CPUtime=1.47
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 20484 0 0 0 136 11 0 0 25 0 1 0 1165751318 83460096 18451 1992294400 4194304 5092341 548682068848 18446744073709551615 4501838 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 20376 18451 63 219 0 20154 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 81504

[startup+3.10119 s]
/proc/loadavg: 2.69 2.91 2.66 3/86 22519
/proc/meminfo: memFree=1740528/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=104204 CPUtime=3.07
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 25128 0 0 0 293 14 0 0 25 0 1 0 1165751318 106704896 23095 1992294400 4194304 5092341 548682068848 18446744073709551615 4500528 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 26051 23095 87 219 0 25829 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 104204

[startup+6.30151 s]
/proc/loadavg: 2.64 2.89 2.65 3/86 22519
/proc/meminfo: memFree=1751736/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=79416 CPUtime=6.24
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 27904 0 0 0 607 17 0 0 25 0 1 0 1165751318 81321984 18032 1992294400 4194304 5092341 548682068848 18446744073709551615 4241876 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 19854 18032 102 219 0 19632 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 79416

[startup+12.7021 s]
/proc/loadavg: 2.59 2.87 2.65 3/86 22519
/proc/meminfo: memFree=1749368/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=85256 CPUtime=12.6
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 28543 0 0 0 1242 18 0 0 25 0 1 0 1165751318 87302144 18671 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 21314 18671 103 219 0 21092 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 85256

[startup+25.5014 s]
/proc/loadavg: 2.45 2.83 2.64 3/86 22519
/proc/meminfo: memFree=1742200/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=94016 CPUtime=25.33
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 30281 0 0 0 2513 20 0 0 25 0 1 0 1165751318 96272384 20409 1992294400 4194304 5092341 548682068848 18446744073709551615 4240661 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 23504 20409 103 219 0 23282 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 94016

[startup+51.102 s]
/proc/loadavg: 2.30 2.76 2.62 3/86 22519
/proc/meminfo: memFree=1727800/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=107152 CPUtime=50.77
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 33907 0 0 0 5053 24 0 0 25 0 1 0 1165751318 109723648 24035 1992294400 4194304 5092341 548682068848 18446744073709551615 4244047 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 26788 24035 103 219 0 26566 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 107152

[startup+102.301 s]
/proc/loadavg: 2.13 2.64 2.59 3/86 22519
/proc/meminfo: memFree=1699960/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=156420 CPUtime=101.68
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 40760 0 0 0 10136 32 0 0 25 0 1 0 1165751318 160174080 30888 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 39105 30888 103 219 0 38883 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 156420

[startup+162.302 s]
/proc/loadavg: 2.05 2.52 2.55 3/86 22519
/proc/meminfo: memFree=1681400/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=156420 CPUtime=161.33
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 45403 0 0 0 16097 36 0 0 25 0 1 0 1165751318 160174080 35531 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 39105 35531 103 219 0 38883 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 156420

[startup+222.308 s]
/proc/loadavg: 2.02 2.43 2.51 3/86 22519
/proc/meminfo: memFree=1662264/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=200764 CPUtime=220.99
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 50142 0 0 0 22057 42 0 0 25 0 1 0 1165751318 205582336 40270 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 50191 40270 103 219 0 49969 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 200764

[startup+282.302 s]
/proc/loadavg: 2.00 2.35 2.48 3/86 22519
/proc/meminfo: memFree=1650872/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=200764 CPUtime=280.65
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 52980 0 0 0 28020 45 0 0 25 0 1 0 1165751318 205582336 43108 1992294400 4194304 5092341 548682068848 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 50191 43108 103 219 0 49969 0
Current children cumulated CPU time (s) 280.65
Current children cumulated vsize (KiB) 200764

[startup+342.302 s]
/proc/loadavg: 2.00 2.28 2.44 3/86 22519
/proc/meminfo: memFree=1634872/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=200764 CPUtime=340.3
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 56973 0 0 0 33981 49 0 0 25 0 1 0 1165751318 205582336 47101 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 50191 47101 103 219 0 49969 0
Current children cumulated CPU time (s) 340.3
Current children cumulated vsize (KiB) 200764

[startup+402.302 s]
/proc/loadavg: 2.00 2.23 2.41 3/86 22519
/proc/meminfo: memFree=1622968/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=267276 CPUtime=399.95
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 60007 0 0 0 39943 52 0 0 25 0 1 0 1165751318 273690624 50135 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 66819 50135 103 219 0 66597 0
Current children cumulated CPU time (s) 399.95
Current children cumulated vsize (KiB) 267276

[startup+462.302 s]
/proc/loadavg: 2.00 2.18 2.38 3/86 22519
/proc/meminfo: memFree=1614200/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=267904 CPUtime=459.6
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 62119 0 0 0 45905 55 0 0 25 0 1 0 1165751318 274333696 52247 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 66976 52247 103 219 0 66754 0
Current children cumulated CPU time (s) 459.6
Current children cumulated vsize (KiB) 267904

[startup+522.302 s]
/proc/loadavg: 2.00 2.15 2.36 3/86 22519
/proc/meminfo: memFree=1609080/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=268156 CPUtime=519.26
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 63396 0 0 0 51869 57 0 0 25 0 1 0 1165751318 274591744 53524 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 67039 53524 103 219 0 66817 0
Current children cumulated CPU time (s) 519.26
Current children cumulated vsize (KiB) 268156

[startup+582.302 s]
/proc/loadavg: 2.00 2.12 2.33 3/86 22519
/proc/meminfo: memFree=1600504/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=269852 CPUtime=578.92
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 65528 0 0 0 57833 59 0 0 25 0 1 0 1165751318 276328448 55656 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 67463 55656 103 219 0 67241 0
Current children cumulated CPU time (s) 578.92
Current children cumulated vsize (KiB) 269852

[startup+642.302 s]
/proc/loadavg: 2.00 2.09 2.31 3/86 22519
/proc/meminfo: memFree=1594296/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=269852 CPUtime=638.58
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 67066 0 0 0 63797 61 0 0 25 0 1 0 1165751318 276328448 57194 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 67463 57194 103 219 0 67241 0
Current children cumulated CPU time (s) 638.58
Current children cumulated vsize (KiB) 269852

[startup+702.302 s]
/proc/loadavg: 2.00 2.07 2.29 3/86 22519
/proc/meminfo: memFree=1588728/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=271256 CPUtime=698.24
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 68441 0 0 0 69762 62 0 0 25 0 1 0 1165751318 277766144 58569 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 67814 58569 103 219 0 67592 0
Current children cumulated CPU time (s) 698.24
Current children cumulated vsize (KiB) 271256

[startup+762.302 s]
/proc/loadavg: 2.00 2.06 2.26 3/86 22519
/proc/meminfo: memFree=1583224/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=271428 CPUtime=757.89
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 69819 0 0 0 75726 63 0 0 25 0 1 0 1165751318 277942272 59947 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 67857 59947 103 219 0 67635 0
Current children cumulated CPU time (s) 757.89
Current children cumulated vsize (KiB) 271428

[startup+822.302 s]
/proc/loadavg: 2.00 2.05 2.25 3/86 22519
/proc/meminfo: memFree=1571704/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=271912 CPUtime=817.54
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 72705 0 0 0 81688 66 0 0 25 0 1 0 1165751318 278437888 62833 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 67978 62833 103 219 0 67756 0
Current children cumulated CPU time (s) 817.54
Current children cumulated vsize (KiB) 271912

[startup+882.308 s]
/proc/loadavg: 2.00 2.03 2.23 3/86 22519
/proc/meminfo: memFree=1563512/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=274164 CPUtime=877.2
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 74708 0 0 0 87652 68 0 0 25 0 1 0 1165751318 280743936 64836 1992294400 4194304 5092341 548682068848 18446744073709551615 4249550 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 68541 64836 103 219 0 68319 0
Current children cumulated CPU time (s) 877.2
Current children cumulated vsize (KiB) 274164

[startup+942.302 s]
/proc/loadavg: 2.00 2.03 2.21 3/86 22521
/proc/meminfo: memFree=1553336/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=373932 CPUtime=936.85
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 77267 0 0 0 93613 72 0 0 25 0 1 0 1165751318 382906368 67395 1992294400 4194304 5092341 548682068848 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 93483 67395 103 219 0 93261 0
Current children cumulated CPU time (s) 936.85
Current children cumulated vsize (KiB) 373932

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.19 3/86 22521
/proc/meminfo: memFree=1547192/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=375320 CPUtime=996.51
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 78781 0 0 0 99577 74 0 0 25 0 1 0 1165751318 384327680 68909 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 93830 68909 103 219 0 93608 0
Current children cumulated CPU time (s) 996.51
Current children cumulated vsize (KiB) 375320

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/86 22521
/proc/meminfo: memFree=1542136/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=376468 CPUtime=1056.17
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 80022 0 0 0 105542 75 0 0 25 0 1 0 1165751318 385503232 70150 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 94117 70150 103 219 0 93895 0
Current children cumulated CPU time (s) 1056.17
Current children cumulated vsize (KiB) 376468

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/86 22521
/proc/meminfo: memFree=1537912/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=376468 CPUtime=1115.82
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 81065 0 0 0 111506 76 0 0 25 0 1 0 1165751318 385503232 71193 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 94117 71193 103 219 0 93895 0
Current children cumulated CPU time (s) 1115.82
Current children cumulated vsize (KiB) 376468

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/86 22521
/proc/meminfo: memFree=1532280/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=377160 CPUtime=1175.48
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 82472 0 0 0 117470 78 0 0 25 0 1 0 1165751318 386211840 72600 1992294400 4194304 5092341 548682068848 18446744073709551615 4244108 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 94290 72600 103 219 0 94068 0
Current children cumulated CPU time (s) 1175.48
Current children cumulated vsize (KiB) 377160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 2.00 2.00 2.15 3/86 22521
/proc/meminfo: memFree=1530104/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=377428 CPUtime=1200.04
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 82980 0 0 0 119925 79 0 0 25 0 1 0 1165751318 386486272 73108 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 94357 73108 103 219 0 94135 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 377428

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

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

[startup+1207 s]
/proc/loadavg: 2.00 2.00 2.15 3/86 22521
/proc/meminfo: memFree=1530104/2055920 swapFree=4170472/4192956
[pid=22518] ppid=22516 vsize=377428 CPUtime=1200.04
/proc/22518/stat : 22518 (minisat) R 22516 22518 22481 0 -1 4194304 82980 0 0 0 119925 79 0 0 25 0 1 0 1165751318 386486272 73108 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22518/statm: 94357 73108 103 219 0 94135 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 377428

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1207.06
CPU time (s): 1200.1
CPU user time (s): 1199.25
CPU system time (s): 0.843871
CPU usage (%): 99.4233
Max. virtual memory (cumulated for all children) (KiB): 377428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.25
system time used= 0.843871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82980
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= 2
involuntary context switches= 14409

runsolver used 1.67374 second user time and 4.92725 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-05 13:28:23
IDJOB=1581605
IDBENCH=71039
IDSOLVER=546
FILE ID=node70/1581605-1238930902
PBS_JOBID= 9101475
Free space on /tmp= 66508 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581605-1238930902/watcher-1581605-1238930902 -o /tmp/evaluation-result-1581605-1238930902/solver-1581605-1238930902 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1581605-1238930902.cnf

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=909385025

node70.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.234
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.234
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:       1824024 kB
Buffers:         16952 kB
Cached:         142856 kB
SwapCached:       8152 kB
Active:          38608 kB
Inactive:       130768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824024 kB
SwapTotal:     4192956 kB
SwapFree:      4170472 kB
Dirty:           19540 kB
Writeback:           0 kB
Mapped:          15292 kB
Slab:            46856 kB
Committed_AS:  2437120 kB
PageTables:       2556 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= 66508 MiB
End job on node70 at 2009-04-05 13:48:32