Trace number 1806438

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.08 1200.43

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
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 variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

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:  18450                                                |
0.00/0.00	|  Number of clauses:    200640                                               |
0.29/0.30	|  Parsing time:         0.29         s                                       |
0.99/1.08	============================[ Search Statistics ]==============================
0.99/1.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.08	===============================================================================
0.99/1.08	|         0 |    5556   108135   256509 |    36045        0    nan |  0.000 % |
1.09/1.12	|       101 |    5556   108135   256509 |    39649      101     37 | 51.707 % |
1.09/1.14	|       255 |    5556   108135   256509 |    43614      255     56 | 51.707 % |
1.09/1.18	|       481 |    5556   108135   256509 |    47975      481     51 | 51.707 % |
1.19/1.23	|       818 |    5556   108135   256509 |    52773      818     55 | 51.707 % |
1.19/1.30	|      1325 |    5556   108135   256509 |    58050     1325     61 | 51.707 % |
1.39/1.42	|      2085 |    5556   108135   256509 |    63855     2085     81 | 51.707 % |
1.69/1.77	|      3224 |    5556   108135   256509 |    70241     3224     89 | 51.707 % |
2.19/2.28	|      4933 |    5556   108135   256509 |    77265     4933     94 | 51.707 % |
2.80/2.87	|      7496 |    5556   108135   256509 |    84992     7496     71 | 51.707 % |
4.19/4.21	|     11342 |    5556   108135   256509 |    93491    11342     80 | 51.707 % |
5.98/6.07	|     17109 |    5556   108135   256509 |   102840    17109     80 | 51.707 % |
10.89/10.98	|     25758 |    5556   108135   256509 |   113124    25758     79 | 51.707 % |
20.69/20.79	|     38734 |    5556   108135   256509 |   124437    38734     87 | 51.707 % |
41.08/41.16	|     58195 |    5556   108135   256509 |   136880    58195     93 | 51.707 % |
84.06/84.19	|     87387 |    5556   108135   256509 |   150568    87387    103 | 51.707 % |
126.15/126.29	|    131178 |    5556   108135   256509 |   165625   131178     96 | 51.707 % |
203.33/203.46	|    196862 |    5556   108135   256509 |   182188    37473     94 | 51.707 % |
359.09/359.25	|    295389 |    5556   108135   256509 |   200407   136000    116 | 51.707 % |
504.64/504.89	|    443178 |    5556   108135   256509 |   220447    87619    158 | 51.707 % |
945.71/946.01	|    664861 |    5556   108135   256509 |   242492    99568     70 | 51.707 % |

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-1806438-1242149265/watcher-1806438-1242149265 -o /tmp/evaluation-result-1806438-1242149265/solver-1806438-1242149265 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806438-1242149265.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.99 0.98 0.99 3/65 24927
/proc/meminfo: memFree=836576/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=2928 CPUtime=0
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 569 0 0 0 0 0 0 0 18 0 1 0 242958905 2998272 554 1992294400 134512640 135243866 4294956256 18446744073709551615 134553583 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 732 555 62 178 0 552 0

[startup+0.0681751 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 24927
/proc/meminfo: memFree=836576/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=6592 CPUtime=0.06
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 1446 0 0 0 6 0 0 0 18 0 1 0 242958905 6750208 1404 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 1648 1404 65 178 0 1468 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6592

[startup+0.101177 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 24927
/proc/meminfo: memFree=836576/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=7676 CPUtime=0.09
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 1697 0 0 0 9 0 0 0 18 0 1 0 242958905 7860224 1655 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 1919 1656 65 178 0 1739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7676

[startup+0.3012 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 24927
/proc/meminfo: memFree=836576/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=13308 CPUtime=0.29
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 3031 0 0 0 28 1 0 0 19 0 1 0 242958905 13627392 2989 1992294400 134512640 135243866 4294956256 18446744073709551615 134538728 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 3327 2989 65 178 0 3147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13308

[startup+0.701247 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 24927
/proc/meminfo: memFree=836576/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=13436 CPUtime=0.69
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 3078 0 0 0 68 1 0 0 22 0 1 0 242958905 13758464 3036 1992294400 134512640 135243866 4294956256 18446744073709551615 134536536 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 3359 3036 80 178 0 3179 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13436

[startup+1.50134 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=822424/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=13720 CPUtime=1.49
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 3664 0 0 0 148 1 0 0 25 0 1 0 242958905 14049280 3220 1992294400 134512640 135243866 4294956256 18446744073709551615 134565410 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 3430 3220 87 178 0 3250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13720

[startup+3.10253 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=823576/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=14660 CPUtime=3.09
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 3887 0 0 0 307 2 0 0 25 0 1 0 242958905 15011840 3443 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 3665 3443 87 178 0 3485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14660

[startup+6.30191 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=820504/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=18092 CPUtime=6.28
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 4740 0 0 0 626 2 0 0 25 0 1 0 242958905 18526208 4296 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 4523 4296 87 178 0 4343 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18092

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=815896/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=21888 CPUtime=12.69
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 5690 0 0 0 1265 4 0 0 25 0 1 0 242958905 22413312 5246 1992294400 134512640 135243866 4294956256 18446744073709551615 134753340 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 5472 5246 87 178 0 5292 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21888

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=808664/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=28980 CPUtime=25.48
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 7450 0 0 0 2543 5 0 0 25 0 1 0 242958905 29675520 7006 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 7245 7006 87 178 0 7065 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28980

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=798488/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=39244 CPUtime=51.08
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 10025 0 0 0 5099 9 0 0 25 0 1 0 242958905 40185856 9581 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 9811 9581 87 178 0 9631 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39244

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=781848/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=55800 CPUtime=102.26
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 14144 0 0 0 10212 14 0 0 25 0 1 0 242958905 57139200 13700 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 13950 13700 87 178 0 13770 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 55800

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=754008/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=83700 CPUtime=162.24
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 21127 0 0 0 16203 21 0 0 25 0 1 0 242958905 85708800 20683 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 20925 20683 87 178 0 20745 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 83700

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=748504/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=88992 CPUtime=222.22
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 22446 0 0 0 22200 22 0 0 25 0 1 0 242958905 91127808 22002 1992294400 134512640 135243866 4294956256 18446744073709551615 134565322 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 22248 22002 87 178 0 22068 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 88992

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=748440/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=88992 CPUtime=282.21
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 22446 0 0 0 28198 23 0 0 25 0 1 0 242958905 91127808 22002 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 22248 22002 87 178 0 22068 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 88992

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=748376/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=88992 CPUtime=342.19
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 22446 0 0 0 34196 23 0 0 25 0 1 0 242958905 91127808 22002 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 22248 22002 87 178 0 22068 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 88992

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=716312/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=121520 CPUtime=402.17
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 30593 0 0 0 40188 29 0 0 25 0 1 0 242958905 124436480 30149 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 30380 30149 87 178 0 30200 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 121520

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=710680/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=126956 CPUtime=462.15
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 31857 0 0 0 46185 30 0 0 25 0 1 0 242958905 130002944 31413 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 31739 31413 87 178 0 31559 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 126956

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=710680/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=126956 CPUtime=522.14
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 31857 0 0 0 52183 31 0 0 25 0 1 0 242958905 130002944 31413 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 31739 31413 87 178 0 31559 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 126956

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=710680/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=126956 CPUtime=582.12
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 31857 0 0 0 58181 31 0 0 25 0 1 0 242958905 130002944 31413 1992294400 134512640 135243866 4294956256 18446744073709551615 134556345 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 31739 31413 87 178 0 31559 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 126956

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=710680/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=126956 CPUtime=642.11
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 31857 0 0 0 64180 31 0 0 25 0 1 0 242958905 130002944 31413 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 31739 31413 87 178 0 31559 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 126956

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=710552/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=127088 CPUtime=702.08
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 31908 0 0 0 70177 31 0 0 25 0 1 0 242958905 130138112 31464 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 31772 31464 87 178 0 31592 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 127088

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=704024/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=133584 CPUtime=762.07
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 33509 0 0 0 76174 33 0 0 25 0 1 0 242958905 136790016 33065 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 33396 33065 87 178 0 33216 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 133584

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24928
/proc/meminfo: memFree=701208/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=136400 CPUtime=822.05
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 34216 0 0 0 82171 34 0 0 25 0 1 0 242958905 139673600 33772 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 34100 33772 87 178 0 33920 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 136400

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24930
/proc/meminfo: memFree=701208/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=136400 CPUtime=882.03
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 34220 0 0 0 88169 34 0 0 25 0 1 0 242958905 139673600 33776 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 34100 33776 87 178 0 33920 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 136400

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24930
/proc/meminfo: memFree=701208/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=136400 CPUtime=942.01
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 34228 0 0 0 94167 34 0 0 25 0 1 0 242958905 139673600 33784 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 34100 33784 87 178 0 33920 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 136400

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24930
/proc/meminfo: memFree=701144/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=136400 CPUtime=1001.99
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 34228 0 0 0 100165 34 0 0 25 0 1 0 242958905 139673600 33784 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 34100 33784 87 178 0 33920 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 136400

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24930
/proc/meminfo: memFree=701208/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=136400 CPUtime=1061.97
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 34228 0 0 0 106163 34 0 0 25 0 1 0 242958905 139673600 33784 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 34100 33784 87 178 0 33920 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 136400

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24930
/proc/meminfo: memFree=695256/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=142672 CPUtime=1121.96
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 35770 0 0 0 112160 36 0 0 25 0 1 0 242958905 146096128 35326 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 35668 35326 87 178 0 35488 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 142672

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24930
/proc/meminfo: memFree=673944/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=164036 CPUtime=1181.94
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 41088 0 0 0 118153 41 0 0 25 0 1 0 242958905 167972864 40644 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 41009 40644 87 178 0 40829 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 164036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24930
/proc/meminfo: memFree=667800/2055920 swapFree=4180180/4192956
[pid=24927] ppid=24925 vsize=169912 CPUtime=1200.04
/proc/24927/stat : 24927 (minisat_static) R 24925 24927 24698 0 -1 4194304 42555 0 0 0 119961 43 0 0 25 0 1 0 242958905 173989888 42111 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/24927/statm: 42478 42111 87 178 0 42298 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 169912

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.43
CPU time (s): 1200.08
CPU user time (s): 1199.62
CPU system time (s): 0.460929
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 169912

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

runsolver used 1.17082 second user time and 3.20651 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-12 19:27:46
IDJOB=1806438
IDBENCH=24736
IDSOLVER=568
FILE ID=node73/1806438-1242149265
PBS_JOBID= 9289653
Free space on /tmp= 66316 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806438-1242149265/watcher-1806438-1242149265 -o /tmp/evaluation-result-1806438-1242149265/solver-1806438-1242149265 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806438-1242149265.cnf

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

MD5SUM BENCH= 531549e214a293ad3adf6ddff17eb882
RANDOM SEED=2052682304

node73.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.214
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.214
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:        836992 kB
Buffers:         82488 kB
Cached:        1052080 kB
SwapCached:       7424 kB
Active:         231212 kB
Inactive:       912748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        836992 kB
SwapTotal:     4192956 kB
SwapFree:      4180180 kB
Dirty:            3880 kB
Writeback:           0 kB
Mapped:          13976 kB
Slab:            60928 kB
Committed_AS:   942264 kB
PageTables:       1396 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= 66316 MiB
End job on node73 at 2009-05-12 19:47:48