Trace number 1783815

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) 5000.03 5001.61

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
MD5SUMc528b705716be41ea2448c50a45c52a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
Number of clauses of size 50
Number of clauses of size over 50

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.00/0.00	c |  Number of variables:           226                                         |
0.00/0.00	c |  Number of clauses:            1078                                         |
0.00/0.00	c |  Parse time:                   0.00 s                                       |
0.00/0.00	c |  Simplification time:          0.00 s                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |       100 |     159      948     3850 |      347      100     17 |  0.004 % |
0.00/0.00	c |       250 |     159      948     3850 |      382      250     19 |  0.002 % |
0.00/0.01	c |       475 |     159      948     3850 |      420      274     18 |  0.002 % |
0.00/0.02	c |       812 |     159      948     3850 |      462      361     17 |  0.002 % |
0.00/0.02	c |      1318 |     159      948     3850 |      508      366     13 |  0.002 % |
0.03/0.04	c |      2077 |     159      948     3850 |      559      561     16 |  0.002 % |
0.03/0.06	c |      3216 |     159      948     3850 |      615      478     14 |  0.002 % |
0.03/0.10	c |      4924 |     159      948     3850 |      677      565     13 |  0.002 % |
0.10/0.15	c |      7486 |     159      948     3850 |      745      555     15 |  0.002 % |
0.20/0.22	c |     11330 |     159      948     3850 |      819      422     10 |  0.002 % |
0.30/0.33	c |     17096 |     159      948     3850 |      901      528     13 |  0.002 % |
0.50/0.50	c |     25745 |     159      948     3850 |      991      648     13 |  0.002 % |
0.70/0.77	c |     38719 |     159      948     3850 |     1090      548     12 |  0.002 % |
1.10/1.18	c |     58180 |     159      948     3850 |     1200      668     11 |  0.002 % |
1.80/1.82	c |     87372 |     159      948     3850 |     1320      782     16 |  0.002 % |
2.69/2.77	c |    131161 |     159      948     3850 |     1452      912     14 |  0.002 % |
4.19/4.22	c |    196845 |     159      948     3850 |     1597      800     16 |  0.002 % |
6.39/6.47	c |    295371 |     159      948     3850 |     1756      971     14 |  0.002 % |
9.79/9.89	c |    443160 |     159      948     3850 |     1932     1036     16 |  0.002 % |
14.99/15.04	c |    664843 |     159      948     3850 |     2125     1764     18 |  0.002 % |
22.99/23.08	c |    997368 |     159      948     3850 |     2338     1514     18 |  0.002 % |
35.27/35.39	c |   1496156 |     159      948     3850 |     2572     1704     19 |  0.002 % |
54.15/54.23	c |   2244338 |     159      948     3850 |     2829     1744     19 |  0.002 % |
82.55/82.63	c |   3366612 |     159      948     3850 |     3112     1645     19 |  0.002 % |
126.73/126.88	c |   5050023 |     159      948     3850 |     3423     2385     18 |  0.002 % |
193.51/193.60	c |   7575139 |     159      948     3850 |     3766     2321     18 |  0.002 % |
297.47/297.60	c |  11362814 |     159      948     3850 |     4142     2389     19 |  0.002 % |
454.11/454.34	c |  17044326 |     159      948     3850 |     4557     3800     19 |  0.002 % |
698.51/698.87	c |  25566595 |     159      948     3850 |     5012     2768     18 |  0.002 % |
1066.87/1067.32	c |  38349998 |     159      948     3850 |     5514     4872     21 |  0.002 % |
1641.04/1641.72	c |  57525103 |     159      948     3850 |     6065     4197     19 |  0.002 % |
2513.35/2514.36	c |  86287761 |     159      948     3850 |     6671     4205     20 |  0.002 % |
3861.40/3862.76	c | 129431749 |     159      948     3850 |     7339     6490     20 |  0.002 % |

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-1783815-1241888901/watcher-1783815-1241888901 -o /tmp/evaluation-result-1783815-1241888901/solver-1783815-1241888901 -C 5000 -W 6000 -M 1800 HOME/minisat HOME/instance-1783815-1241888901.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 25409
/proc/meminfo: memFree=1902448/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=7468 CPUtime=0
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 216923660 7647232 147 1992294400 4194304 5092341 548682068848 18446744073709551615 4242736 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 1867 147 88 219 0 1645 0

[startup+0.0356689 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 25409
/proc/meminfo: memFree=1902448/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=12656 CPUtime=0.03
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 222 0 0 0 3 0 0 0 18 0 1 0 216923660 12959744 183 1992294400 4194304 5092341 548682068848 18446744073709551615 4240648 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 3164 183 100 219 0 2942 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12656

[startup+0.102676 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 25409
/proc/meminfo: memFree=1902448/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=17848 CPUtime=0.1
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 245 0 0 0 10 0 0 0 18 0 1 0 216923660 18276352 206 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4462 206 101 219 0 4240 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17848

[startup+0.302697 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 25409
/proc/meminfo: memFree=1902448/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=17848 CPUtime=0.3
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 254 0 0 0 30 0 0 0 19 0 1 0 216923660 18276352 215 1992294400 4194304 5092341 548682068848 18446744073709551615 4248481 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4462 215 101 219 0 4240 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17848

[startup+0.701746 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 25409
/proc/meminfo: memFree=1902448/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=17848 CPUtime=0.7
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 310 0 0 0 70 0 0 0 23 0 1 0 216923660 18276352 246 1992294400 4194304 5092341 548682068848 18446744073709551615 4241509 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4462 246 101 219 0 4240 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 17848

[startup+1.50182 s]
/proc/loadavg: 0.85 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1901736/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=17848 CPUtime=1.5
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 369 0 0 0 150 0 0 0 25 0 1 0 216923660 18276352 278 1992294400 4194304 5092341 548682068848 18446744073709551615 4265872 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4462 278 101 219 0 4240 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 17848

[startup+3.10198 s]
/proc/loadavg: 0.85 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1901480/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=18176 CPUtime=3.09
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 509 0 0 0 309 0 0 0 25 0 1 0 216923660 18612224 418 1992294400 4194304 5092341 548682068848 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4544 418 101 219 0 4322 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18176

[startup+6.30131 s]
/proc/loadavg: 0.86 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1900840/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=18176 CPUtime=6.29
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 539 0 0 0 629 0 0 0 25 0 1 0 216923660 18612224 448 1992294400 4194304 5092341 548682068848 18446744073709551615 4250389 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4544 448 101 219 0 4322 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18176

[startup+12.702 s]
/proc/loadavg: 0.87 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1900464/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=18176 CPUtime=12.69
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 617 0 0 0 1269 0 0 0 25 0 1 0 216923660 18612224 526 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4544 526 101 219 0 4322 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18176

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1900144/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=18176 CPUtime=25.48
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 792 0 0 0 2548 0 0 0 25 0 1 0 216923660 18612224 635 1992294400 4194304 5092341 548682068848 18446744073709551615 4262248 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4544 635 101 219 0 4322 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18176

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1899760/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=18176 CPUtime=51.06
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 884 0 0 0 5106 0 0 0 25 0 1 0 216923660 18612224 727 1992294400 4194304 5092341 548682068848 18446744073709551615 4241126 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4544 727 101 219 0 4322 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18176

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1898032/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19776 CPUtime=102.24
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 1382 0 0 0 10224 0 0 0 25 0 1 0 216923660 20250624 1116 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4944 1116 101 219 0 4722 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19776

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1897584/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19776 CPUtime=162.22
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 1497 0 0 0 16222 0 0 0 25 0 1 0 216923660 20250624 1231 1992294400 4194304 5092341 548682068848 18446744073709551615 4241089 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4944 1231 101 219 0 4722 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 19776

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1897328/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19776 CPUtime=222.19
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 1550 0 0 0 22219 0 0 0 25 0 1 0 216923660 20250624 1284 1992294400 4194304 5092341 548682068848 18446744073709551615 4250042 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4944 1284 101 219 0 4722 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 19776

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1897072/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19780 CPUtime=282.17
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 1769 0 0 0 28216 1 0 0 25 0 1 0 216923660 20254720 1345 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4945 1345 101 219 0 4723 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 19780

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1896688/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19780 CPUtime=342.15
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 1852 0 0 0 34214 1 0 0 25 0 1 0 216923660 20254720 1428 1992294400 4194304 5092341 548682068848 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4945 1428 101 219 0 4723 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 19780

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1896304/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19780 CPUtime=402.13
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 1927 0 0 0 40212 1 0 0 25 0 1 0 216923660 20254720 1503 1992294400 4194304 5092341 548682068848 18446744073709551615 4241011 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4945 1503 101 219 0 4723 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 19780

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1896112/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19780 CPUtime=462.1
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 1982 0 0 0 46209 1 0 0 25 0 1 0 216923660 20254720 1558 1992294400 4194304 5092341 548682068848 18446744073709551615 4249525 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4945 1558 101 219 0 4723 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 19780

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1896048/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19780 CPUtime=522.08
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 2014 0 0 0 52207 1 0 0 25 0 1 0 216923660 20254720 1590 1992294400 4194304 5092341 548682068848 18446744073709551615 4248386 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4945 1590 101 219 0 4723 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 19780

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1895984/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19780 CPUtime=582.06
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 2037 0 0 0 58205 1 0 0 25 0 1 0 216923660 20254720 1613 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4945 1613 101 219 0 4723 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 19780

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25410
/proc/meminfo: memFree=1895792/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=19780 CPUtime=642.04
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 2066 0 0 0 64203 1 0 0 25 0 1 0 216923660 20254720 1642 1992294400 4194304 5092341 548682068848 18446744073709551615 4241945 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 4945 1642 101 219 0 4723 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 19780

[startup+702.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25418
/proc/meminfo: memFree=1890288/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4000.96
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3306 0 0 0 400092 4 0 0 25 0 1 0 216923660 25608192 2591 1992294400 4194304 5092341 548682068848 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2591 101 219 0 6030 0
Current children cumulated CPU time (s) 4000.96
Current children cumulated vsize (KiB) 25008

[startup+4062.31 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25418
/proc/meminfo: memFree=1890160/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4060.95
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3307 0 0 0 406091 4 0 0 25 0 1 0 216923660 25608192 2592 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2592 101 219 0 6030 0
Current children cumulated CPU time (s) 4060.95
Current children cumulated vsize (KiB) 25008

[startup+4122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25418
/proc/meminfo: memFree=1890096/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4120.93
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3309 0 0 0 412089 4 0 0 25 0 1 0 216923660 25608192 2594 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2594 101 219 0 6030 0
Current children cumulated CPU time (s) 4120.93
Current children cumulated vsize (KiB) 25008

[startup+4182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25418
/proc/meminfo: memFree=1890096/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4180.92
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3311 0 0 0 418088 4 0 0 25 0 1 0 216923660 25608192 2596 1992294400 4194304 5092341 548682068848 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2596 101 219 0 6030 0
Current children cumulated CPU time (s) 4180.92
Current children cumulated vsize (KiB) 25008

[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25418
/proc/meminfo: memFree=1890096/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4240.9
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3311 0 0 0 424086 4 0 0 25 0 1 0 216923660 25608192 2596 1992294400 4194304 5092341 548682068848 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2596 101 219 0 6030 0
Current children cumulated CPU time (s) 4240.9
Current children cumulated vsize (KiB) 25008

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 25418
/proc/meminfo: memFree=1890096/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4300.89
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3313 0 0 0 430085 4 0 0 25 0 1 0 216923660 25608192 2598 1992294400 4194304 5092341 548682068848 18446744073709551615 4250258 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2598 101 219 0 6030 0
Current children cumulated CPU time (s) 4300.89
Current children cumulated vsize (KiB) 25008

[startup+4362.3 s]
/proc/loadavg: 1.06 0.99 0.96 2/65 25418
/proc/meminfo: memFree=1890032/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4360.87
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3317 0 0 0 436083 4 0 0 25 0 1 0 216923660 25608192 2602 1992294400 4194304 5092341 548682068848 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2602 101 219 0 6030 0
Current children cumulated CPU time (s) 4360.87
Current children cumulated vsize (KiB) 25008

[startup+4422.3 s]
/proc/loadavg: 1.02 0.99 0.96 2/65 25418
/proc/meminfo: memFree=1889968/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4420.86
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3319 0 0 0 442082 4 0 0 25 0 1 0 216923660 25608192 2604 1992294400 4194304 5092341 548682068848 18446744073709551615 4252112 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2604 101 219 0 6030 0
Current children cumulated CPU time (s) 4420.86
Current children cumulated vsize (KiB) 25008

[startup+4482.3 s]
/proc/loadavg: 1.06 1.00 0.96 2/65 25418
/proc/meminfo: memFree=1889968/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4480.84
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3319 0 0 0 448080 4 0 0 25 0 1 0 216923660 25608192 2604 1992294400 4194304 5092341 548682068848 18446744073709551615 4268697 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2604 101 219 0 6030 0
Current children cumulated CPU time (s) 4480.84
Current children cumulated vsize (KiB) 25008

[startup+4542.3 s]
/proc/loadavg: 1.07 1.01 0.97 2/65 25418
/proc/meminfo: memFree=1889968/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4540.82
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3319 0 0 0 454078 4 0 0 25 0 1 0 216923660 25608192 2604 1992294400 4194304 5092341 548682068848 18446744073709551615 4249622 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2604 101 219 0 6030 0
Current children cumulated CPU time (s) 4540.82
Current children cumulated vsize (KiB) 25008

[startup+4602.3 s]
/proc/loadavg: 1.07 1.02 0.97 2/65 25418
/proc/meminfo: memFree=1889776/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4600.81
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3319 0 0 0 460077 4 0 0 25 0 1 0 216923660 25608192 2604 1992294400 4194304 5092341 548682068848 18446744073709551615 4240659 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2604 101 219 0 6030 0
Current children cumulated CPU time (s) 4600.81
Current children cumulated vsize (KiB) 25008

[startup+4662.3 s]
/proc/loadavg: 1.11 1.05 0.98 2/65 25418
/proc/meminfo: memFree=1889776/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4660.79
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3319 0 0 0 466075 4 0 0 25 0 1 0 216923660 25608192 2604 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2604 101 219 0 6030 0
Current children cumulated CPU time (s) 4660.79
Current children cumulated vsize (KiB) 25008

[startup+4722.31 s]
/proc/loadavg: 1.07 1.05 0.99 2/65 25418
/proc/meminfo: memFree=1889712/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4720.78
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3321 0 0 0 472074 4 0 0 25 0 1 0 216923660 25608192 2606 1992294400 4194304 5092341 548682068848 18446744073709551615 4241428 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2606 101 219 0 6030 0
Current children cumulated CPU time (s) 4720.78
Current children cumulated vsize (KiB) 25008

[startup+4782.3 s]
/proc/loadavg: 1.03 1.04 0.99 2/65 25418
/proc/meminfo: memFree=1889712/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4780.76
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3322 0 0 0 478072 4 0 0 25 0 1 0 216923660 25608192 2607 1992294400 4194304 5092341 548682068848 18446744073709551615 4240843 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2607 101 219 0 6030 0
Current children cumulated CPU time (s) 4780.76
Current children cumulated vsize (KiB) 25008

[startup+4842.3 s]
/proc/loadavg: 1.01 1.03 0.99 2/65 25418
/proc/meminfo: memFree=1889776/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4840.75
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3322 0 0 0 484071 4 0 0 25 0 1 0 216923660 25608192 2607 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2607 101 219 0 6030 0
Current children cumulated CPU time (s) 4840.75
Current children cumulated vsize (KiB) 25008

[startup+4902.3 s]
/proc/loadavg: 1.00 1.02 0.99 2/65 25418
/proc/meminfo: memFree=1889712/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4900.73
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3323 0 0 0 490069 4 0 0 25 0 1 0 216923660 25608192 2608 1992294400 4194304 5092341 548682068848 18446744073709551615 4240957 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2608 101 219 0 6030 0
Current children cumulated CPU time (s) 4900.73
Current children cumulated vsize (KiB) 25008

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 0.99 2/65 25418
/proc/meminfo: memFree=1889712/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=4960.72
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3327 0 0 0 496068 4 0 0 25 0 1 0 216923660 25608192 2612 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2612 101 219 0 6030 0
Current children cumulated CPU time (s) 4960.72
Current children cumulated vsize (KiB) 25008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 25418
/proc/meminfo: memFree=1889648/2055920 swapFree=4180188/4192956
[pid=25409] ppid=25407 vsize=25008 CPUtime=5000.02
/proc/25409/stat : 25409 (minisat) R 25407 25409 25372 0 -1 4194304 3341 0 0 0 499998 4 0 0 25 0 1 0 216923660 25608192 2626 1992294400 4194304 5092341 548682068848 18446744073709551615 4250085 0 0 4096 3 0 0 0 17 0 0 0
/proc/25409/statm: 6252 2626 101 219 0 6030 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 25008

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): 5001.61
CPU time (s): 5000.03
CPU user time (s): 4999.98
CPU system time (s): 0.049992
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 25008

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

runsolver used 5.11322 second user time and 13.088 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-09 19:08:21
IDJOB=1783815
IDBENCH=24693
IDSOLVER=608
FILE ID=node24/1783815-1241888901
PBS_JOBID= 9264722
Free space on /tmp= 66316 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/crafted/Hard/contest03/others/hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783815-1241888901/watcher-1783815-1241888901 -o /tmp/evaluation-result-1783815-1241888901/solver-1783815-1241888901 -C 5000 -W 6000 -M 1800  HOME/minisat HOME/instance-1783815-1241888901.cnf

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

MD5SUM BENCH= c528b705716be41ea2448c50a45c52a8
RANDOM SEED=1317844151

node24.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.232
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.232
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:       1902936 kB
Buffers:         32492 kB
Cached:          74212 kB
SwapCached:       7060 kB
Active:          48740 kB
Inactive:        66896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902936 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:          13872 kB
Slab:            23224 kB
Committed_AS:   733880 kB
PageTables:       1440 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= 66312 MiB
End job on node24 at 2009-05-09 20:31:45