Trace number 1806220

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-core 070721? (TO) 1200.08 1200.41

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
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:  363                                                  |
0.00/0.00	|  Number of clauses:    9559                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     363     9559    37389 |     3186        0    nan |  0.000 % |
0.00/0.01	|       100 |     363     9559    37389 |     3504      100     30 |  0.002 % |
0.00/0.01	|       250 |     363     9559    37389 |     3855      250     25 |  0.002 % |
0.00/0.02	|       476 |     363     9559    37389 |     4241      476     24 |  0.001 % |
0.00/0.03	|       817 |     363     9559    37389 |     4665      817     24 |  0.001 % |
0.00/0.04	|      1324 |     363     9559    37389 |     5131     1324     24 |  0.002 % |
0.06/0.07	|      2084 |     363     9559    37389 |     5644     2084     26 |  0.001 % |
0.09/0.11	|      3223 |     363     9559    37389 |     6209     3223     25 |  0.002 % |
0.09/0.18	|      4932 |     363     9559    37389 |     6830     4932     27 |  0.002 % |
0.29/0.30	|      7494 |     363     9559    37389 |     7513     4018     29 |  0.002 % |
0.49/0.50	|     11338 |     363     9559    37389 |     8264     4039     28 |  0.002 % |
0.79/0.87	|     17104 |     363     9559    37389 |     9090     5604     30 |  0.002 % |
1.49/1.55	|     25753 |     363     9559    37389 |    10000     5011     32 |  0.002 % |
2.59/2.67	|     38728 |     363     9559    37389 |    11000     7849     31 |  0.001 % |
4.09/4.10	|     58191 |     363     9559    37389 |    12100    10593     32 |  0.002 % |
6.59/6.63	|     87383 |     363     9559    37389 |    13310     9163     31 |  0.002 % |
10.99/11.04	|    131172 |     363     9559    37389 |    14641    12657     33 |  0.002 % |
17.59/17.68	|    196856 |     363     9559    37389 |    16105    11855     31 |  0.002 % |
29.29/29.33	|    295382 |     363     9559    37389 |    17715    12944     32 |  0.002 % |
49.58/49.64	|    443171 |     363     9559    37389 |    19487     9104     33 |  0.002 % |
78.57/78.64	|    664855 |     363     9559    37389 |    21436    15128     34 |  0.002 % |
128.06/128.10	|    997381 |     363     9559    37389 |    23579    13391     31 |  0.002 % |
208.23/208.38	|   1496170 |     363     9559    37389 |    25937    14503     31 |  0.002 % |
330.50/330.63	|   2244353 |     363     9559    37389 |    28531    18884     31 |  0.002 % |
581.23/581.49	|   3366629 |     363     9559    37389 |    31384    18845     32 |  0.002 % |
873.06/873.38	|   5050041 |     363     9559    37389 |    34522    20667     29 |  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-1806220-1242147109/watcher-1806220-1242147109 -o /tmp/evaluation-result-1806220-1242147109/solver-1806220-1242147109 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806220-1242147109.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.92 0.97 0.91 3/64 14203
/proc/meminfo: memFree=1094096/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=2164 CPUtime=0
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 242744109 2215936 180 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 541 181 58 171 0 367 0

[startup+0.0688101 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 14203
/proc/meminfo: memFree=1094096/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=2556 CPUtime=0.06
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 337 0 0 0 6 0 0 0 18 0 1 0 242744109 2617344 322 1992294400 134512640 135213614 4294956256 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 639 322 77 171 0 465 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2556

[startup+0.101813 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 14203
/proc/meminfo: memFree=1094096/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=2688 CPUtime=0.09
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 370 0 0 0 9 0 0 0 18 0 1 0 242744109 2752512 355 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 672 355 77 171 0 498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2688

[startup+0.30183 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 14203
/proc/meminfo: memFree=1094096/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=3348 CPUtime=0.29
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 516 0 0 0 29 0 0 0 19 0 1 0 242744109 3428352 501 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 837 501 77 171 0 663 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3348

[startup+0.701863 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 14203
/proc/meminfo: memFree=1094096/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=3480 CPUtime=0.69
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 563 0 0 0 69 0 0 0 22 0 1 0 242744109 3563520 548 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 870 548 77 171 0 696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3480

[startup+1.50194 s]
/proc/loadavg: 0.92 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1092040/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=4008 CPUtime=1.49
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 684 0 0 0 149 0 0 0 25 0 1 0 242744109 4104192 669 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 1002 669 77 171 0 828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4008

[startup+3.10107 s]
/proc/loadavg: 0.92 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1091464/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=4404 CPUtime=3.09
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 786 0 0 0 309 0 0 0 25 0 1 0 242744109 4509696 771 1992294400 134512640 135213614 4294956256 18446744073709551615 134537013 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 1101 771 77 171 0 927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4404

[startup+6.30135 s]
/proc/loadavg: 0.93 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1090824/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=4800 CPUtime=6.29
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 887 0 0 0 629 0 0 0 25 0 1 0 242744109 4915200 872 1992294400 134512640 135213614 4294956256 18446744073709551615 134526869 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 1200 872 77 171 0 1026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4800

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1089992/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=5472 CPUtime=12.68
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 1058 0 0 0 1268 0 0 0 25 0 1 0 242744109 5603328 1043 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 1368 1043 77 171 0 1194 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5472

[startup+25.503 s]
/proc/loadavg: 0.95 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1089096/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=6416 CPUtime=25.49
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 1282 0 0 0 2548 1 0 0 25 0 1 0 242744109 6569984 1267 1992294400 134512640 135213614 4294956256 18446744073709551615 134537634 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 1604 1267 77 171 0 1430 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6416

[startup+51.1022 s]
/proc/loadavg: 0.96 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1087944/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=7680 CPUtime=51.08
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 1578 0 0 0 5107 1 0 0 25 0 1 0 242744109 7864320 1563 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 1920 1563 77 171 0 1746 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7680

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1086600/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=8912 CPUtime=102.27
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 1889 0 0 0 10226 1 0 0 25 0 1 0 242744109 9125888 1874 1992294400 134512640 135213614 4294956256 18446744073709551615 134535016 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 2228 1874 77 171 0 2054 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8912

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1086088/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=9356 CPUtime=162.25
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2014 0 0 0 16224 1 0 0 25 0 1 0 242744109 9580544 1999 1992294400 134512640 135213614 4294956256 18446744073709551615 134529809 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 2339 1999 77 171 0 2165 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9356

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1085256/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=10188 CPUtime=222.24
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2210 0 0 0 22222 2 0 0 25 0 1 0 242744109 10432512 2195 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 2547 2195 77 171 0 2373 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 10188

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1085064/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=10348 CPUtime=282.22
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2250 0 0 0 28220 2 0 0 25 0 1 0 242744109 10596352 2235 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 2587 2235 77 171 0 2413 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 10348

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1084296/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=11192 CPUtime=342.2
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2437 0 0 0 34218 2 0 0 25 0 1 0 242744109 11460608 2422 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 2798 2422 77 171 0 2624 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 11192

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1083720/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=11736 CPUtime=402.18
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2566 0 0 0 40216 2 0 0 25 0 1 0 242744109 12017664 2551 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 2934 2551 77 171 0 2760 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11736

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1083400/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=12036 CPUtime=462.17
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2641 0 0 0 46214 3 0 0 25 0 1 0 242744109 12324864 2626 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3009 2626 77 171 0 2835 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 12036

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14204
/proc/meminfo: memFree=1083208/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=12176 CPUtime=522.15
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2672 0 0 0 52212 3 0 0 25 0 1 0 242744109 12468224 2657 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3044 2657 77 171 0 2870 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 12176

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1082888/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=12492 CPUtime=582.13
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2736 0 0 0 58210 3 0 0 25 0 1 0 242744109 12791808 2721 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3123 2721 77 171 0 2949 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 12492

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1082568/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=12932 CPUtime=642.12
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2840 0 0 0 64209 3 0 0 25 0 1 0 242744109 13242368 2825 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3233 2825 77 171 0 3059 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 12932

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1082376/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=13064 CPUtime=702.1
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2886 0 0 0 70207 3 0 0 25 0 1 0 242744109 13377536 2871 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3266 2871 77 171 0 3092 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 13064

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1082120/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=13348 CPUtime=762.09
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2937 0 0 0 76205 4 0 0 25 0 1 0 242744109 13668352 2922 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3337 2922 77 171 0 3163 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 13348

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1081864/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=13480 CPUtime=822.07
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 2998 0 0 0 82203 4 0 0 25 0 1 0 242744109 13803520 2983 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3370 2983 77 171 0 3196 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 13480

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1081096/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=14304 CPUtime=882.05
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 3190 0 0 0 88201 4 0 0 25 0 1 0 242744109 14647296 3175 1992294400 134512640 135213614 4294956256 18446744073709551615 134536795 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3576 3175 77 171 0 3402 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 14304

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1080200/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=15252 CPUtime=942.04
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 3406 0 0 0 94199 5 0 0 25 0 1 0 242744109 15618048 3391 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3813 3391 77 171 0 3639 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 15252

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1079880/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=15544 CPUtime=1002.02
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 3486 0 0 0 100197 5 0 0 25 0 1 0 242744109 15917056 3471 1992294400 134512640 135213614 4294956256 18446744073709551615 134526951 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 3886 3471 77 171 0 3712 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 15544

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1079304/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=16108 CPUtime=1062
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 3613 0 0 0 106195 5 0 0 25 0 1 0 242744109 16494592 3598 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 4027 3598 77 171 0 3853 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 16108

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1079304/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=16248 CPUtime=1121.99
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 3635 0 0 0 112194 5 0 0 25 0 1 0 242744109 16637952 3620 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 4062 3620 77 171 0 3888 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 16248

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1078664/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=16808 CPUtime=1181.98
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 3768 0 0 0 118192 6 0 0 25 0 1 0 242744109 17211392 3753 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 4202 3753 77 171 0 4028 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 16808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 14210
/proc/meminfo: memFree=1078664/2055920 swapFree=4178020/4192956
[pid=14203] ppid=14201 vsize=16808 CPUtime=1200.07
/proc/14203/stat : 14203 (minisat_static) R 14201 14203 14011 0 -1 4194304 3777 0 0 0 120001 6 0 0 25 0 1 0 242744109 17211392 3762 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/14203/statm: 4202 3762 77 171 0 4028 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 16808

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.08
CPU user time (s): 1200.02
CPU system time (s): 0.065989
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 16808

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

runsolver used 0.893864 second user time and 2.48662 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-12 18:51:49
IDJOB=1806220
IDBENCH=24692
IDSOLVER=651
FILE ID=node31/1806220-1242147109
PBS_JOBID= 9289690
Free space on /tmp= 66276 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806220-1242147109/watcher-1806220-1242147109 -o /tmp/evaluation-result-1806220-1242147109/solver-1806220-1242147109 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806220-1242147109.cnf

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=1086322051

node31.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.213
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.213
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:       1094576 kB
Buffers:         47192 kB
Cached:         835056 kB
SwapCached:       8008 kB
Active:          53776 kB
Inactive:       839024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1094576 kB
SwapTotal:     4192956 kB
SwapFree:      4178020 kB
Dirty:             960 kB
Writeback:           0 kB
Mapped:          14316 kB
Slab:            54244 kB
Committed_AS:   849272 kB
PageTables:       1464 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= 66276 MiB
End job on node31 at 2009-05-12 19:11:52