Trace number 1806375

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

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
MD5SUMa12e117c336ca4cea22ec458f6b2361c
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 variables1560
Number of clauses60099
Sum of the clauses size180957
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2780
Number of clauses of size 359279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	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:  1600                                                 |
0.00/0.00	|  Number of clauses:    60099                                                |
0.04/0.07	|  Parsing time:         0.07         s                                       |
0.49/0.51	============================[ Search Statistics ]==============================
0.49/0.51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.51	===============================================================================
0.49/0.51	|         0 |    1560    60099   180957 |    20033        0    nan |  0.000 % |
0.49/0.52	|       101 |    1560    60099   180957 |    22036      101    103 |  0.000 % |
0.49/0.53	|       252 |    1560    60099   180957 |    24239      252    111 |  0.000 % |
0.49/0.55	|       478 |    1560    60099   180957 |    26663      478    111 |  0.000 % |
0.49/0.57	|       815 |    1560    60099   180957 |    29330      815    111 |  0.000 % |
0.59/0.60	|      1321 |    1560    60099   180957 |    32263     1321    117 |  0.000 % |
0.59/0.65	|      2081 |    1560    60099   180957 |    35489     2081    115 |  0.000 % |
0.69/0.73	|      3220 |    1560    60099   180957 |    39038     3220    124 |  0.000 % |
0.79/0.87	|      4928 |    1560    60099   180957 |    42942     4928    116 |  0.000 % |
1.09/1.17	|      7490 |    1560    60099   180957 |    47236     7490    119 |  0.000 % |
1.48/1.59	|     11334 |    1560    60099   180957 |    51960    11334    108 |  0.000 % |
2.19/2.25	|     17103 |    1560    60099   180957 |    57156    17103    117 |  0.000 % |
3.48/3.59	|     25754 |    1560    60099   180957 |    62872    25754    108 |  0.000 % |
5.78/5.82	|     38728 |    1560    60099   180957 |    69159    38728    128 |  0.000 % |
10.89/10.95	|     58189 |    1560    60099   180957 |    76075    58189    134 |  0.000 % |
20.38/20.40	|     87382 |    1560    60099   180957 |    83682    24734     77 |  0.000 % |
35.48/35.51	|    131172 |    1560    60099   180957 |    92051    68524    132 |  0.000 % |
59.17/59.25	|    196857 |    1560    60099   180957 |   101256    55104    122 |  0.000 % |
99.36/99.45	|    295385 |    1560    60099   180957 |   111381    68280    141 |  0.000 % |
176.54/176.69	|    443174 |    1560    60099   180957 |   122520    23736    124 |  0.000 % |
271.41/271.58	|    664857 |    1560    60099   180957 |   134772    31154    123 |  0.000 % |
439.26/439.44	|    997382 |    1560    60099   180957 |   148249   123017    159 |  0.000 % |
720.30/720.57	|   1496172 |    1560    60099   180957 |   163074    88978     94 |  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-1806375-1242148464/watcher-1806375-1242148464 -o /tmp/evaluation-result-1806375-1242148464/solver-1806375-1242148464 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806375-1242148464.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: 1.00 0.99 1.00 3/64 3153
/proc/meminfo: memFree=1752048/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=1924 CPUtime=0
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 340 0 0 0 0 0 0 0 20 0 1 0 242879037 1970176 325 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 481 328 62 178 0 301 0

[startup+0.0545799 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 3153
/proc/meminfo: memFree=1752048/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=4612 CPUtime=0.04
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 981 0 0 0 4 0 0 0 20 0 1 0 242879037 4722688 966 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 1153 968 65 178 0 973 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4612

[startup+0.101585 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 3153
/proc/meminfo: memFree=1752048/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=5532 CPUtime=0.09
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 1262 0 0 0 9 0 0 0 20 0 1 0 242879037 5664768 1247 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 1383 1247 80 178 0 1203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5532

[startup+0.301608 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 3153
/proc/meminfo: memFree=1752048/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=5532 CPUtime=0.29
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 1262 0 0 0 29 0 0 0 22 0 1 0 242879037 5664768 1247 1992294400 134512640 135243866 4294956256 18446744073709551615 134541573 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 1383 1247 80 178 0 1203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5532

[startup+0.701656 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 3153
/proc/meminfo: memFree=1752048/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=6080 CPUtime=0.69
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 1530 0 0 0 69 0 0 0 25 0 1 0 242879037 6225920 1397 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 1520 1397 86 178 0 1340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6080

[startup+1.50276 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1745128/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=9512 CPUtime=1.48
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 2397 0 0 0 148 0 0 0 25 0 1 0 242879037 9740288 2264 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 2378 2264 86 178 0 2198 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9512

[startup+3.10194 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1740200/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=15552 CPUtime=3.08
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 3873 0 0 0 307 1 0 0 25 0 1 0 242879037 15925248 3740 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 3888 3740 86 178 0 3708 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15552

[startup+6.30133 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1728232/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=27824 CPUtime=6.28
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 6951 0 0 0 626 2 0 0 25 0 1 0 242879037 28491776 6818 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 6956 6818 86 178 0 6776 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27824

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1713648/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=39712 CPUtime=12.68
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 9896 0 0 0 1263 5 0 0 25 0 1 0 242879037 40665088 9763 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 9928 9763 86 178 0 9748 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39712

[startup+25.5016 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1708400/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=44252 CPUtime=25.48
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 11033 0 0 0 2542 6 0 0 25 0 1 0 242879037 45314048 10900 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 11063 10900 86 178 0 10883 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44252

[startup+51.1017 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1694576/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=58092 CPUtime=51.07
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 14480 0 0 0 5098 9 0 0 25 0 1 0 242879037 59486208 14347 1992294400 134512640 135243866 4294956256 18446744073709551615 134555813 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 14523 14347 86 178 0 14343 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58092

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1694384/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=58224 CPUtime=102.26
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 14530 0 0 0 10217 9 0 0 25 0 1 0 242879037 59621376 14397 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 14556 14397 86 178 0 14376 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58224

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1682672/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=69952 CPUtime=162.24
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 17456 0 0 0 16212 12 0 0 25 0 1 0 242879037 71630848 17323 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 17488 17323 86 178 0 17308 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 69952

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1682608/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=69952 CPUtime=222.23
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 17468 0 0 0 22211 12 0 0 25 0 1 0 242879037 71630848 17335 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 17488 17335 86 178 0 17308 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 69952

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1677424/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=75212 CPUtime=282.21
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 18748 0 0 0 28208 13 0 0 25 0 1 0 242879037 77017088 18615 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 18803 18615 86 178 0 18623 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 75212

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1670320/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=82296 CPUtime=342.19
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 20527 0 0 0 34205 14 0 0 25 0 1 0 242879037 84271104 20394 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 20574 20394 86 178 0 20394 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 82296

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1653104/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=99452 CPUtime=402.17
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 24820 0 0 0 40199 18 0 0 25 0 1 0 242879037 101838848 24687 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 24863 24687 86 178 0 24683 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 99452

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642864/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=462.16
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27368 0 0 0 46195 21 0 0 25 0 1 0 242879037 112578560 27235 1992294400 134512640 135243866 4294956256 18446744073709551615 134555710 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27235 86 178 0 27305 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 109940

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642800/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=522.15
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27369 0 0 0 52194 21 0 0 25 0 1 0 242879037 112578560 27236 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27236 86 178 0 27305 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 109940

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642800/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=582.13
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27369 0 0 0 58192 21 0 0 25 0 1 0 242879037 112578560 27236 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27236 86 178 0 27305 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 109940

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642800/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=642.12
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27369 0 0 0 64191 21 0 0 25 0 1 0 242879037 112578560 27236 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27236 86 178 0 27305 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 109940

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642800/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=702.1
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27369 0 0 0 70189 21 0 0 25 0 1 0 242879037 112578560 27236 1992294400 134512640 135243866 4294956256 18446744073709551615 134566135 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27236 86 178 0 27305 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 109940

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642672/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=762.09
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27387 0 0 0 76188 21 0 0 25 0 1 0 242879037 112578560 27254 1992294400 134512640 135243866 4294956256 18446744073709551615 134563786 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27254 86 178 0 27305 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 109940

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642672/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=822.06
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27388 0 0 0 82185 21 0 0 25 0 1 0 242879037 112578560 27255 1992294400 134512640 135243866 4294956256 18446744073709551615 134555901 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27255 86 178 0 27305 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 109940

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642608/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=882.05
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27388 0 0 0 88184 21 0 0 25 0 1 0 242879037 112578560 27255 1992294400 134512640 135243866 4294956256 18446744073709551615 134563976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27255 86 178 0 27305 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 109940

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1642608/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=109940 CPUtime=942.03
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 27388 0 0 0 94182 21 0 0 25 0 1 0 242879037 112578560 27255 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 27485 27255 86 178 0 27305 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 109940

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1628144/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=124580 CPUtime=1002.01
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 31043 0 0 0 100176 25 0 0 25 0 1 0 242879037 127569920 30910 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 31145 30910 86 178 0 30965 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 124580

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1618032/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=134624 CPUtime=1062
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 33508 0 0 0 106172 28 0 0 25 0 1 0 242879037 137854976 33375 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 33656 33375 86 178 0 33476 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 134624

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1617712/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=135112 CPUtime=1121.98
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 33595 0 0 0 112170 28 0 0 25 0 1 0 242879037 138354688 33462 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 33778 33462 86 178 0 33598 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 135112

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1608176/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=144656 CPUtime=1181.96
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 35972 0 0 0 118165 31 0 0 25 0 1 0 242879037 148127744 35839 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 36164 35839 86 178 0 35984 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 144656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 3154
/proc/meminfo: memFree=1608176/2055920 swapFree=4178740/4192956
[pid=3153] ppid=3151 vsize=144656 CPUtime=1200.06
/proc/3153/stat : 3153 (minisat_static) R 3151 3153 2892 0 -1 4194304 35972 0 0 0 119975 31 0 0 25 0 1 0 242879037 148127744 35839 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/3153/statm: 36164 35839 86 178 0 35984 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 144656

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.1
CPU user time (s): 1199.76
CPU system time (s): 0.338948
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 144656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35972
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= 3
involuntary context switches= 2267

runsolver used 0.945856 second user time and 2.41263 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-12 19:14:24
IDJOB=1806375
IDBENCH=24727
IDSOLVER=568
FILE ID=node33/1806375-1242148464
PBS_JOBID= 9289688
Free space on /tmp= 66200 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806375-1242148464/watcher-1806375-1242148464 -o /tmp/evaluation-result-1806375-1242148464/solver-1806375-1242148464 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806375-1242148464.cnf

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

MD5SUM BENCH= a12e117c336ca4cea22ec458f6b2361c
RANDOM SEED=2117339715

node33.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.212
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.212
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:       1752464 kB
Buffers:         37896 kB
Cached:         194332 kB
SwapCached:       8016 kB
Active:          67208 kB
Inactive:       174828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752464 kB
SwapTotal:     4192956 kB
SwapFree:      4178740 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            47420 kB
Committed_AS:   836012 kB
PageTables:       1388 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= 66200 MiB
End job on node33 at 2009-05-12 19:34:26