Trace number 1805906

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
minisat2-simp 070721? (TO) 1200.06 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
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 variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  4496                                                 |
0.00/0.00	|  Number of clauses:    18591                                                |
0.01/0.02	|  Parsing time:         0.02         s                                       |
0.01/0.09	============================[ Search Statistics ]==============================
0.01/0.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.09	===============================================================================
0.01/0.09	|         0 |    2814    18148    66018 |     6049        0    nan |  0.000 % |
0.09/0.11	|       101 |    2814    18148    66018 |     6654      101     13 |  0.000 % |
0.09/0.13	|       252 |    2814    18148    66018 |     7319      252     19 |  0.000 % |
0.09/0.14	|       477 |    2814    18148    66018 |     8051      477     19 |  0.000 % |
0.09/0.18	|       815 |    2814    18148    66018 |     8856      815     21 |  0.000 % |
0.19/0.22	|      1322 |    2814    18148    66018 |     9742     1322     24 |  0.000 % |
0.19/0.29	|      2083 |    2814    18148    66018 |    10716     2083     23 |  0.000 % |
0.39/0.50	|      3222 |    2814    18148    66018 |    11788     3222     26 |  0.000 % |
0.89/0.91	|      4930 |    2814    18148    66018 |    12967     4930     32 |  0.000 % |
1.29/1.36	|      7492 |    2814    18148    66018 |    14264     7492     33 |  0.000 % |
2.39/2.40	|     11337 |    2814    18148    66018 |    15690    11337     36 |  0.000 % |
3.39/3.49	|     17104 |    2814    18148    66018 |    17259    17104     37 |  0.000 % |
6.29/6.31	|     25753 |    2814    18148    66018 |    18985    16314     40 |  0.000 % |
9.19/9.29	|     38728 |    2814    18148    66018 |    20883    19001     37 |  0.000 % |
15.68/15.72	|     58189 |    2814    18148    66018 |    22972    15564     38 |  0.000 % |
27.39/27.42	|     87381 |    2814    18148    66018 |    25269    17707     42 |  0.000 % |
46.68/46.73	|    131170 |    2814    18148    66018 |    27796    17068     35 |  0.000 % |
79.37/79.46	|    196855 |    2814    18148    66018 |    30576    15880     33 |  0.000 % |
126.46/126.58	|    295381 |    2814    18148    66018 |    33633    16432     40 |  0.000 % |
220.62/220.76	|    443170 |    2814    18148    66018 |    36997    21594     48 |  0.000 % |
344.00/344.14	|    664855 |    2814    18148    66018 |    40696    34850     42 |  0.000 % |
543.33/543.52	|    997381 |    2814    18148    66018 |    44766    16430     35 |  0.000 % |
864.14/864.45	|   1496171 |    2814    18148    66018 |    49243    16523     34 |  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-1805906-1242142444/watcher-1805906-1242142444 -o /tmp/evaluation-result-1805906-1242142444/solver-1805906-1242142444 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805906-1242142444.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.54 0.45 3/65 21858
/proc/meminfo: memFree=886328/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=2656 CPUtime=0
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 360 0 0 0 0 0 0 0 20 0 1 0 242273518 2719744 345 1992294400 134512640 135243866 4294956256 18446744073709551615 134573160 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 664 345 65 178 0 484 0

[startup+0.0137609 s]
/proc/loadavg: 0.98 0.54 0.45 3/65 21858
/proc/meminfo: memFree=886328/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=3096 CPUtime=0.01
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 445 0 0 0 1 0 0 0 20 0 1 0 242273518 3170304 430 1992294400 134512640 135243866 4294956256 18446744073709551615 134538069 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 774 430 65 178 0 594 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3096

[startup+0.101771 s]
/proc/loadavg: 0.98 0.54 0.45 3/65 21858
/proc/meminfo: memFree=886328/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=4644 CPUtime=0.09
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 919 0 0 0 9 0 0 0 20 0 1 0 242273518 4755456 854 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 1161 854 84 178 0 981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4644

[startup+0.301793 s]
/proc/loadavg: 0.98 0.54 0.45 3/65 21858
/proc/meminfo: memFree=886328/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=4644 CPUtime=0.29
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 921 0 0 0 29 0 0 0 22 0 1 0 242273518 4755456 856 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 1161 856 86 178 0 981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4644

[startup+0.701839 s]
/proc/loadavg: 0.98 0.54 0.45 3/65 21858
/proc/meminfo: memFree=886328/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=4644 CPUtime=0.69
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 922 0 0 0 69 0 0 0 25 0 1 0 242273518 4755456 857 1992294400 134512640 135243866 4294956256 18446744073709551615 134565666 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 1161 857 86 178 0 981 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4644

[startup+1.50193 s]
/proc/loadavg: 0.98 0.54 0.45 2/66 21859
/proc/meminfo: memFree=882992/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=5304 CPUtime=1.49
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 1089 0 0 0 149 0 0 0 25 0 1 0 242273518 5431296 1024 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 1326 1024 86 178 0 1146 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5304

[startup+3.10111 s]
/proc/loadavg: 0.98 0.54 0.45 2/66 21859
/proc/meminfo: memFree=881968/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=6632 CPUtime=3.09
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 1428 0 0 0 309 0 0 0 25 0 1 0 242273518 6791168 1363 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 1658 1363 86 178 0 1478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6632

[startup+6.30148 s]
/proc/loadavg: 0.98 0.55 0.46 2/66 21859
/proc/meminfo: memFree=880240/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=7428 CPUtime=6.29
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 1604 0 0 0 629 0 0 0 25 0 1 0 242273518 7606272 1539 1992294400 134512640 135243866 4294956256 18446744073709551615 134555964 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 1857 1539 86 178 0 1677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7428

[startup+12.7012 s]
/proc/loadavg: 0.98 0.56 0.46 2/66 21859
/proc/meminfo: memFree=879152/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=8352 CPUtime=12.69
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 1855 0 0 0 1269 0 0 0 25 0 1 0 242273518 8552448 1790 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 2088 1790 86 178 0 1908 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8352

[startup+25.5017 s]
/proc/loadavg: 0.98 0.58 0.47 2/66 21859
/proc/meminfo: memFree=878064/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=9416 CPUtime=25.49
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 2123 0 0 0 2548 1 0 0 25 0 1 0 242273518 9641984 2058 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 2354 2058 86 178 0 2174 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9416

[startup+51.1016 s]
/proc/loadavg: 0.99 0.61 0.48 2/66 21859
/proc/meminfo: memFree=876976/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=10644 CPUtime=51.08
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 2388 0 0 0 5107 1 0 0 25 0 1 0 242273518 10899456 2323 1992294400 134512640 135243866 4294956256 18446744073709551615 134555901 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 2661 2323 86 178 0 2481 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10644

[startup+102.305 s]
/proc/loadavg: 0.99 0.67 0.50 2/66 21859
/proc/meminfo: memFree=874864/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=12836 CPUtime=102.27
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 2916 0 0 0 10226 1 0 0 25 0 1 0 242273518 13144064 2851 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 3209 2851 86 178 0 3029 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12836

[startup+162.301 s]
/proc/loadavg: 0.99 0.73 0.53 2/66 21859
/proc/meminfo: memFree=872432/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=15416 CPUtime=162.24
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 3565 0 0 0 16223 1 0 0 25 0 1 0 242273518 15785984 3500 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 3854 3500 86 178 0 3674 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15416

[startup+222.301 s]
/proc/loadavg: 0.99 0.77 0.56 2/66 21859
/proc/meminfo: memFree=871664/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=15984 CPUtime=222.22
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 3703 0 0 0 22221 1 0 0 25 0 1 0 242273518 16367616 3638 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 3996 3638 86 178 0 3816 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 15984

[startup+282.302 s]
/proc/loadavg: 0.99 0.81 0.58 2/66 21859
/proc/meminfo: memFree=871088/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=16576 CPUtime=282.2
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 3852 0 0 0 28219 1 0 0 25 0 1 0 242273518 16973824 3787 1992294400 134512640 135243866 4294956256 18446744073709551615 134563687 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 4144 3787 86 178 0 3964 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 16576

[startup+342.302 s]
/proc/loadavg: 0.99 0.84 0.61 2/66 21859
/proc/meminfo: memFree=870832/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=16920 CPUtime=342.2
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 3909 0 0 0 34218 2 0 0 25 0 1 0 242273518 17326080 3844 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 4230 3844 86 178 0 4050 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 16920

[startup+402.302 s]
/proc/loadavg: 0.99 0.87 0.63 2/66 21859
/proc/meminfo: memFree=865712/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=22128 CPUtime=402.18
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5188 0 0 0 40215 3 0 0 25 0 1 0 242273518 22659072 5123 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 5532 5123 86 178 0 5352 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 22128

[startup+462.301 s]
/proc/loadavg: 0.99 0.89 0.65 2/66 21859
/proc/meminfo: memFree=864176/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=23752 CPUtime=462.16
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5584 0 0 0 46213 3 0 0 25 0 1 0 242273518 24322048 5519 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 5938 5519 86 178 0 5758 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 23752

[startup+522.301 s]
/proc/loadavg: 0.99 0.91 0.67 2/66 21861
/proc/meminfo: memFree=863984/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=23752 CPUtime=522.14
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5590 0 0 0 52211 3 0 0 25 0 1 0 242273518 24322048 5525 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 5938 5525 86 178 0 5758 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 23752

[startup+582.301 s]
/proc/loadavg: 0.99 0.92 0.68 2/66 21861
/proc/meminfo: memFree=863984/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=23752 CPUtime=582.12
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5597 0 0 0 58209 3 0 0 25 0 1 0 242273518 24322048 5532 1992294400 134512640 135243866 4294956256 18446744073709551615 134555866 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 5938 5532 86 178 0 5758 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 23752

[startup+642.302 s]
/proc/loadavg: 0.99 0.93 0.70 2/66 21861
/proc/meminfo: memFree=863536/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=24204 CPUtime=642.11
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5730 0 0 0 64208 3 0 0 25 0 1 0 242273518 24784896 5665 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6051 5665 86 178 0 5871 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 24204

[startup+702.302 s]
/proc/loadavg: 0.99 0.94 0.72 2/66 21861
/proc/meminfo: memFree=863536/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=24204 CPUtime=702.09
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5733 0 0 0 70206 3 0 0 25 0 1 0 242273518 24784896 5668 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6051 5668 86 178 0 5871 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 24204

[startup+762.306 s]
/proc/loadavg: 0.99 0.95 0.73 2/66 21861
/proc/meminfo: memFree=863536/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=24204 CPUtime=762.07
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5733 0 0 0 76204 3 0 0 25 0 1 0 242273518 24784896 5668 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6051 5668 86 178 0 5871 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 24204

[startup+822.302 s]
/proc/loadavg: 0.99 0.95 0.75 2/66 21861
/proc/meminfo: memFree=863472/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=24204 CPUtime=822.05
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5733 0 0 0 82202 3 0 0 25 0 1 0 242273518 24784896 5668 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6051 5668 86 178 0 5871 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 24204

[startup+882.301 s]
/proc/loadavg: 0.99 0.96 0.76 2/66 21861
/proc/meminfo: memFree=863472/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=24204 CPUtime=882.03
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5738 0 0 0 88200 3 0 0 25 0 1 0 242273518 24784896 5673 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6051 5673 86 178 0 5871 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 24204

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 21861
/proc/meminfo: memFree=863408/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=24204 CPUtime=942.01
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5739 0 0 0 94198 3 0 0 25 0 1 0 242273518 24784896 5674 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6051 5674 86 178 0 5871 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 24204

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 21861
/proc/meminfo: memFree=862576/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=25156 CPUtime=1001.99
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 5951 0 0 0 100196 3 0 0 25 0 1 0 242273518 25759744 5886 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6289 5886 86 178 0 6109 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 25156

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.79 2/66 21861
/proc/meminfo: memFree=861552/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=26080 CPUtime=1061.98
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 6213 0 0 0 106194 4 0 0 25 0 1 0 242273518 26705920 6148 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6520 6148 86 178 0 6340 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 26080

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 21861
/proc/meminfo: memFree=861488/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=26080 CPUtime=1121.97
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 6215 0 0 0 112193 4 0 0 25 0 1 0 242273518 26705920 6150 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6520 6150 86 178 0 6340 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 26080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 21861
/proc/meminfo: memFree=861488/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=26080 CPUtime=1181.95
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 6215 0 0 0 118191 4 0 0 25 0 1 0 242273518 26705920 6150 1992294400 134512640 135243866 4294956256 18446744073709551615 134558476 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6520 6150 86 178 0 6340 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 26080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 21861
/proc/meminfo: memFree=861552/2055920 swapFree=4181592/4192956
[pid=21858] ppid=21856 vsize=26080 CPUtime=1200.05
/proc/21858/stat : 21858 (minisat_static) R 21856 21858 21735 0 -1 4194304 6215 0 0 0 120001 4 0 0 25 0 1 0 242273518 26705920 6150 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/21858/statm: 6520 6150 86 178 0 6340 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 26080

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.41
CPU time (s): 1200.06
CPU user time (s): 1200.01
CPU system time (s): 0.045993
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 26080

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

runsolver used 1.2978 second user time and 2.85656 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-12 17:34:04
IDJOB=1805906
IDBENCH=24622
IDSOLVER=568
FILE ID=node88/1805906-1242142444
PBS_JOBID= 9289638
Free space on /tmp= 66172 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l3.sat05-520.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805906-1242142444/watcher-1805906-1242142444 -o /tmp/evaluation-result-1805906-1242142444/solver-1805906-1242142444 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805906-1242142444.cnf

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

MD5SUM BENCH= 8fc368e9f6ea136e0b6522b198a7a916
RANDOM SEED=1703010279

node88.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        886744 kB
Buffers:         72664 kB
Cached:        1004340 kB
SwapCached:       5488 kB
Active:         298384 kB
Inactive:       787252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        886744 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            1136 kB
Writeback:           0 kB
Mapped:          15032 kB
Slab:            69428 kB
Committed_AS:   681860 kB
PageTables:       1444 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= 66172 MiB
End job on node88 at 2009-05-12 17:54:06