Trace number 1736033

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.05 1200.62

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes1.cnf
MD5SUM424de5d4f0392bf458f49384a643429b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.16421
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.01/0.02	c |  Number of variables:           760                                         |
0.01/0.02	c |  Number of clauses:           43649                                         |
0.01/0.02	c |  Parse time:                   0.02 s                                       |
0.29/0.32	c |  Simplification time:          0.30 s                                       |
0.29/0.32	c |                                                                             |
0.29/0.32	c ============================[ Search Statistics ]==============================
0.29/0.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.32	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.32	c ===============================================================================
0.29/0.33	c |       100 |     732    43117   115641 |    15809      100     83 |  0.000 % |
0.29/0.34	c |       250 |     732    43117   115641 |    17390      250     67 |  0.023 % |
0.29/0.35	c |       475 |     732    43117   115641 |    19129      475     56 |  0.015 % |
0.29/0.36	c |       812 |     732    43117   115641 |    21042      812     55 |  0.020 % |
0.29/0.39	c |      1318 |     732    43117   115641 |    23146     1318     55 |  0.000 % |
0.39/0.43	c |      2077 |     732    43117   115641 |    25461     2077     58 |  0.017 % |
0.49/0.50	c |      3216 |     732    43117   115641 |    28007     3216     55 |  0.000 % |
0.59/0.61	c |      4924 |     732    43117   115641 |    30808     4924     50 |  0.025 % |
0.69/0.78	c |      7486 |     732    43117   115641 |    33889     7486     50 |  0.025 % |
1.00/1.05	c |     11330 |     732    43117   115641 |    37278    11330     51 |  0.000 % |
1.39/1.49	c |     17096 |     732    43117   115641 |    41005    17096     49 |  0.020 % |
2.19/2.26	c |     25745 |     732    43117   115641 |    45106    25745     50 |  0.000 % |
3.68/3.90	c |     38719 |     732    43117   115641 |    49617    38719     50 |  0.023 % |
6.17/6.38	c |     58180 |     732    43117   115641 |    54578    22142     51 |  0.000 % |
9.67/9.88	c |     87372 |     732    43117   115641 |    60036    51334     52 |  0.019 % |
15.46/15.63	c |    131161 |     732    43117   115641 |    66040    48506     52 |  0.000 % |
25.76/25.97	c |    196845 |     732    43117   115641 |    72644    62554     49 |  0.025 % |
51.06/51.27	c |    295371 |     732    43117   115641 |    79908    48038     44 |  0.023 % |
90.54/90.75	c |    443160 |     732    43117   115641 |    87899    69416     51 |  0.025 % |
164.31/164.54	c |    664843 |     732    43117   115641 |    96689    77603     44 |  0.022 % |
280.57/280.86	c |    997368 |     732    43117   115641 |   106358    26682     41 |  0.021 % |
456.20/456.50	c |   1496156 |     732    43117   115641 |   116994    86524     51 |  0.022 % |
815.26/815.77	c |   2244338 |     732    43117   115641 |   128694    71846     62 |  0.022 % |

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-1736033-1240809286/watcher-1736033-1240809286 -o /tmp/evaluation-result-1736033-1240809286/solver-1736033-1240809286 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1736033-1240809286.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.92 0.98 0.99 3/64 31771
/proc/meminfo: memFree=1635904/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=7604 CPUtime=0
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 300 0 0 0 0 0 0 0 18 0 1 0 108961865 7786496 284 1992294400 4194304 5092341 548682068848 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 1901 285 63 219 0 1679 0

[startup+0.024149 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31771
/proc/meminfo: memFree=1635904/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=9020 CPUtime=0.01
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 784 0 0 0 1 0 0 0 18 0 1 0 108961865 9236480 768 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 2255 769 63 219 0 2033 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9020

[startup+0.101165 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31771
/proc/meminfo: memFree=1635904/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=9440 CPUtime=0.09
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 968 0 0 0 9 0 0 0 18 0 1 0 108961865 9666560 911 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 2360 911 88 219 0 2138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9440

[startup+0.301206 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31771
/proc/meminfo: memFree=1635904/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=9572 CPUtime=0.29
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 1052 0 0 0 29 0 0 0 19 0 1 0 108961865 9801728 995 1992294400 4194304 5092341 548682068848 18446744073709551615 4219513 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 2393 995 88 219 0 2171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9572

[startup+0.701281 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31771
/proc/meminfo: memFree=1635904/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=9328 CPUtime=0.69
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 1546 0 0 0 69 0 0 0 22 0 1 0 108961865 9551872 1210 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 2332 1210 101 219 0 2110 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9328

[startup+1.50144 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1630456/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=9592 CPUtime=1.49
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 2148 0 0 0 148 1 0 0 25 0 1 0 108961865 9822208 1812 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 2398 1812 101 219 0 2176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9592

[startup+3.10176 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1627016/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=13048 CPUtime=3
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 3125 0 0 0 298 2 0 0 25 0 1 0 108961865 13361152 2789 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 0 0 0
/proc/31771/statm: 3262 2789 101 219 0 3040 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 13048

[startup+6.30137 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1620152/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=11668 CPUtime=6.17
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 5634 0 0 0 613 4 0 0 25 0 1 0 108961865 11948032 2583 1992294400 4194304 5092341 548682068848 18446744073709551615 4240669 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 2917 2583 101 219 0 2695 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 11668

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1608248/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=34468 CPUtime=12.56
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 10280 0 0 0 1250 6 0 0 25 0 1 0 108961865 35295232 7229 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 8617 7229 101 219 0 8395 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 34468

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1605240/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=34468 CPUtime=25.36
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 10707 0 0 0 2530 6 0 0 25 0 1 0 108961865 35295232 7656 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 8617 7656 101 219 0 8395 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 34468

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1602616/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=43116 CPUtime=50.95
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 15112 0 0 0 5086 9 0 0 25 0 1 0 108961865 44150784 8308 1992294400 4194304 5092341 548682068848 18446744073709551615 4241025 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 10779 8308 101 219 0 10557 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 43116

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1595704/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=43116 CPUtime=102.13
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 21611 0 0 0 10201 12 0 0 25 0 1 0 108961865 44150784 9982 1992294400 4194304 5092341 548682068848 18446744073709551615 4241443 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 10779 9982 101 219 0 10557 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 43116

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1578296/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=67444 CPUtime=162.11
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 25987 0 0 0 16195 16 0 0 25 0 1 0 108961865 69062656 14358 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 16861 14358 101 219 0 16639 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 67444

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1577976/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=67444 CPUtime=222.09
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 26055 0 0 0 22193 16 0 0 25 0 1 0 108961865 69062656 14426 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 16861 14426 101 219 0 16639 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 67444

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1570360/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=282.06
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 27939 0 0 0 28189 17 0 0 25 0 1 0 108961865 87724032 16310 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 16310 101 219 0 21195 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 85668

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1570360/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=342.04
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 27939 0 0 0 34187 17 0 0 25 0 1 0 108961865 87724032 16310 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 16310 101 219 0 21195 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 85668

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1570296/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=402.02
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 27939 0 0 0 40185 17 0 0 25 0 1 0 108961865 87724032 16310 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 16310 101 219 0 21195 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 85668

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1570360/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=462
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 27939 0 0 0 46183 17 0 0 25 0 1 0 108961865 87724032 16310 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 16310 101 219 0 21195 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 85668

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1570104/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=521.97
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 27989 0 0 0 52180 17 0 0 25 0 1 0 108961865 87724032 16360 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 16360 101 219 0 21195 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 85668

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1568824/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=581.95
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 28297 0 0 0 58178 17 0 0 25 0 1 0 108961865 87724032 16668 1992294400 4194304 5092341 548682068848 18446744073709551615 4241089 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 16668 101 219 0 21195 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 85668

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1567352/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=641.93
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 28662 0 0 0 64176 17 0 0 25 0 1 0 108961865 87724032 17033 1992294400 4194304 5092341 548682068848 18446744073709551615 4241406 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 17033 101 219 0 21195 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 85668

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1565240/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=85668 CPUtime=701.91
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 29193 0 0 0 70173 18 0 0 25 0 1 0 108961865 87724032 17564 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 21417 17564 103 219 0 21195 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 85668

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1557112/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=89072 CPUtime=761.88
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 31213 0 0 0 76169 19 0 0 25 0 1 0 108961865 91209728 19584 1992294400 4194304 5092341 548682068848 18446744073709551615 4240692 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 22268 19584 103 219 0 22046 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 89072

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1547576/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=89072 CPUtime=821.86
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 33588 0 0 0 82165 21 0 0 25 0 1 0 108961865 91209728 21959 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 22268 21959 103 219 0 22046 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 89072

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1547512/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=89072 CPUtime=881.83
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 33588 0 0 0 88162 21 0 0 25 0 1 0 108961865 91209728 21959 1992294400 4194304 5092341 548682068848 18446744073709551615 4251639 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 22268 21959 103 219 0 22046 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 89072

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1547320/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=89072 CPUtime=941.81
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 41199 0 0 0 94156 25 0 0 25 0 1 0 108961865 91209728 21959 1992294400 4194304 5092341 548682068848 18446744073709551615 4501748 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 22268 21959 103 219 0 22046 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 89072

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1541752/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=94640 CPUtime=1001.79
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 50084 0 0 0 100149 30 0 0 25 0 1 0 108961865 96911360 23351 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 23660 23351 103 219 0 23438 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 94640

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1541752/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=94640 CPUtime=1061.77
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 57932 0 0 0 106142 35 0 0 25 0 1 0 108961865 96911360 23351 1992294400 4194304 5092341 548682068848 18446744073709551615 4241392 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 23660 23351 103 219 0 23438 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 94640

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1541752/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=94640 CPUtime=1121.75
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 65607 0 0 0 112137 38 0 0 25 0 1 0 108961865 96911360 23351 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 23660 23351 103 219 0 23438 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 94640

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1541688/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=94640 CPUtime=1181.73
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 73836 0 0 0 118130 43 0 0 25 0 1 0 108961865 96911360 23351 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 23660 23351 103 219 0 23438 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 94640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31772
/proc/meminfo: memFree=1541688/2055920 swapFree=4180704/4192956
[pid=31771] ppid=31769 vsize=94640 CPUtime=1200.03
/proc/31771/stat : 31771 (minisat) R 31769 31771 31604 0 -1 4194304 73836 0 0 0 119960 43 0 0 25 0 1 0 108961865 96911360 23351 1992294400 4194304 5092341 548682068848 18446744073709551615 4240953 0 0 4096 3 0 0 0 17 1 0 0
/proc/31771/statm: 23660 23351 103 219 0 23438 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 94640

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.62
CPU time (s): 1200.05
CPU user time (s): 1199.6
CPU system time (s): 0.446932
CPU usage (%): 99.9524
Max. virtual memory (cumulated for all children) (KiB): 134056

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

runsolver used 0.960853 second user time and 2.42363 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-27 07:14:46
IDJOB=1736033
IDBENCH=71569
IDSOLVER=546
FILE ID=node28/1736033-1240809286
PBS_JOBID= 9187418
Free space on /tmp= 66344 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes1.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736033-1240809286/watcher-1736033-1240809286 -o /tmp/evaluation-result-1736033-1240809286/solver-1736033-1240809286 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1736033-1240809286.cnf

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

MD5SUM BENCH= 424de5d4f0392bf458f49384a643429b
RANDOM SEED=1950027941

node28.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.261
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.261
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:       1636384 kB
Buffers:         44728 kB
Cached:         295984 kB
SwapCached:       5476 kB
Active:          92932 kB
Inactive:       256444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636384 kB
SwapTotal:     4192956 kB
SwapFree:      4180704 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          14308 kB
Slab:            55980 kB
Committed_AS:   491224 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node28 at 2009-04-27 07:34:48