Trace number 1785278

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
SAT07 reference solver: minisat SAT 2007? (TO) 5000.02 5002.21

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.5005
Satisfiable
(Un)Satisfiability was proved
Number of variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
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	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  577                                                  |
0.00/0.00	c |  Number of clauses:    1922                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     311     1152     3464 |      384        0    nan |  0.000 % |
0.00/0.01	c |       101 |     311     1152     3464 |      422      101     42 |  0.000 % |
0.00/0.01	c |       251 |     311     1152     3464 |      464      251     37 |  0.000 % |
0.00/0.02	c |       476 |     311     1152     3464 |      511      476     37 |  0.000 % |
0.00/0.03	c |       813 |     311     1152     3464 |      562      428     27 |  0.000 % |
0.00/0.04	c |      1319 |     311     1152     3464 |      618      551     33 |  0.001 % |
0.00/0.07	c |      2078 |     311     1152     3464 |      680      458     25 |  0.001 % |
0.09/0.10	c |      3220 |     311     1152     3464 |      748      698     33 |  0.000 % |
0.09/0.17	c |      4931 |     311     1152     3464 |      823      974     38 |  0.000 % |
0.19/0.26	c |      7494 |     311     1152     3464 |      905      995     36 |  0.001 % |
0.39/0.42	c |     11341 |     311     1152     3464 |      995     1078     39 |  0.000 % |
0.59/0.65	c |     17108 |     311     1152     3464 |     1095      922     35 |  0.001 % |
1.00/1.02	c |     25757 |     311     1152     3464 |     1205     1192     40 |  0.001 % |
1.49/1.58	c |     38731 |     311     1152     3464 |     1325     1171     44 |  0.000 % |
2.39/2.44	c |     58192 |     311     1152     3464 |     1458      879     32 |  0.001 % |
3.69/3.78	c |     87386 |     311     1152     3464 |     1604     1301     40 |  0.001 % |
6.09/6.15	c |    131175 |     311     1152     3464 |     1764     1117     37 |  0.001 % |
9.49/9.58	c |    196859 |     311     1152     3464 |     1940     1305     42 |  0.001 % |
14.59/14.69	c |    295389 |     311     1152     3464 |     2135     1663     45 |  0.000 % |
22.68/22.73	c |    443180 |     311     1152     3464 |     2348     1998     44 |  0.001 % |
34.97/35.05	c |    664863 |     311     1152     3464 |     2583     1629     45 |  0.000 % |
54.17/54.26	c |    997389 |     311     1152     3464 |     2841     2627     50 |  0.001 % |
85.25/85.34	c |   1496178 |     311     1152     3464 |     3125     1790     45 |  0.000 % |
131.53/131.64	c |   2244360 |     311     1152     3464 |     3438     2946     43 |  0.000 % |
202.80/202.98	c |   3366635 |     311     1152     3464 |     3782     2771     45 |  0.000 % |
314.80/315.08	c |   5050047 |     311     1152     3464 |     4160     3864     47 |  0.000 % |
489.44/489.71	c |   7575164 |     311     1152     3464 |     4576     2841     48 |  0.000 % |
760.40/760.89	c |  11362840 |     311     1152     3464 |     5034     4078     50 |  0.001 % |
1200.41/1201.04	c |  17044355 |     311     1152     3464 |     5537     2965     41 |  0.000 % |
1844.43/1845.38	c |  25566624 |     311     1152     3464 |     6091     3566     46 |  0.001 % |
2916.99/2918.32	c |  38350028 |     311     1152     3464 |     6700     3415     50 |  0.001 % |
4589.78/4591.89	c |  57525134 |     311     1152     3464 |     7370     6272     50 |  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-1785278-1241903526/watcher-1785278-1241903526 -o /tmp/evaluation-result-1785278-1241903526/solver-1785278-1241903526 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785278-1241903526.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3254
/proc/meminfo: memFree=1768120/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=1852 CPUtime=0
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 218380166 1896448 134 1992294400 134512640 135048876 4294956208 18446744073709551615 134546088 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 463 134 62 130 0 330 0

[startup+0.0843439 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3254
/proc/meminfo: memFree=1768120/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=1996 CPUtime=0.08
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 190 0 0 0 8 0 0 0 18 0 1 0 218380166 2043904 176 1992294400 134512640 135048876 4294956208 18446744073709551615 134548205 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 499 176 66 130 0 366 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1996

[startup+0.101346 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3254
/proc/meminfo: memFree=1768120/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=1996 CPUtime=0.09
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 196 0 0 0 9 0 0 0 18 0 1 0 218380166 2043904 182 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 499 182 66 130 0 366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1996

[startup+0.301364 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3254
/proc/meminfo: memFree=1768120/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=2128 CPUtime=0.29
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 217 0 0 0 29 0 0 0 19 0 1 0 218380166 2179072 203 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 532 203 66 130 0 399 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2128

[startup+0.701401 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3254
/proc/meminfo: memFree=1768120/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=2260 CPUtime=0.69
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 244 0 0 0 69 0 0 0 23 0 1 0 218380166 2314240 230 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 565 230 66 130 0 432 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2260

[startup+1.50147 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1767408/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=2392 CPUtime=1.49
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 280 0 0 0 149 0 0 0 25 0 1 0 218380166 2449408 266 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 598 266 66 130 0 465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2392

[startup+3.10161 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1767152/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=2524 CPUtime=3.09
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 315 0 0 0 309 0 0 0 25 0 1 0 218380166 2584576 301 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 631 301 66 130 0 498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2524

[startup+6.3019 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1766832/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=2788 CPUtime=6.29
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 365 0 0 0 629 0 0 0 25 0 1 0 218380166 2854912 351 1992294400 134512640 135048876 4294956208 18446744073709551615 134553109 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 697 351 66 130 0 564 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2788

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1766456/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=3040 CPUtime=12.69
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 428 0 0 0 1269 0 0 0 25 0 1 0 218380166 3112960 414 1992294400 134512640 135048876 4294956208 18446744073709551615 134548452 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 760 414 66 130 0 627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3040

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1766264/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=3424 CPUtime=25.48
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 532 0 0 0 2548 0 0 0 25 0 1 0 218380166 3506176 518 1992294400 134512640 135048876 4294956208 18446744073709551615 134548455 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 856 518 66 130 0 723 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3424

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1765816/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=3792 CPUtime=51.07
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 624 0 0 0 5107 0 0 0 25 0 1 0 218380166 3883008 610 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 948 610 66 130 0 815 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3792

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1765112/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=4308 CPUtime=102.24
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 773 0 0 0 10224 0 0 0 25 0 1 0 218380166 4411392 759 1992294400 134512640 135048876 4294956208 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1077 759 66 130 0 944 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 4308

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1764600/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=4808 CPUtime=162.21
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 881 0 0 0 16221 0 0 0 25 0 1 0 218380166 4923392 867 1992294400 134512640 135048876 4294956208 18446744073709551615 134546856 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1202 867 66 130 0 1069 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 4808

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1764216/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=5204 CPUtime=222.19
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 978 0 0 0 22219 0 0 0 25 0 1 0 218380166 5328896 964 1992294400 134512640 135048876 4294956208 18446744073709551615 134552742 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1301 964 66 130 0 1168 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 5204

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1764088/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=5312 CPUtime=282.17
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 1018 0 0 0 28217 0 0 0 25 0 1 0 218380166 5439488 1004 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1328 1004 66 130 0 1195 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 5312

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1763768/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=5664 CPUtime=342.09
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 1096 0 0 0 34209 0 0 0 25 0 1 0 218380166 5799936 1082 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1416 1082 66 130 0 1283 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 5664

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3255
/proc/meminfo: memFree=1763640/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=5748 CPUtime=402.07
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 1135 0 0 0 40206 1 0 0 25 0 1 0 218380166 5885952 1121 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1437 1121 66 130 0 1304 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 5748

[startup+462.302 s]
/proc/loadavg: 1.06 0.99 0.99 2/65 3255
/proc/meminfo: memFree=1763448/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=5876 CPUtime=462.05
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 1164 0 0 0 46204 1 0 0 25 0 1 0 218380166 6017024 1150 1992294400 134512640 135048876 4294956208 18446744073709551615 134547920 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1469 1150 66 130 0 1336 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 5876

[startup+522.301 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 3255
/proc/meminfo: memFree=1763128/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=6240 CPUtime=522.02
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 1238 0 0 0 52201 1 0 0 25 0 1 0 218380166 6389760 1224 1992294400 134512640 135048876 4294956208 18446744073709551615 134546856 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1560 1224 66 130 0 1427 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 6240

[startup+582.302 s]
/proc/loadavg: 1.08 1.01 1.00 2/65 3255
/proc/meminfo: memFree=1763000/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=6380 CPUtime=581.99
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 1271 0 0 0 58198 1 0 0 25 0 1 0 218380166 6533120 1257 1992294400 134512640 135048876 4294956208 18446744073709551615 134553150 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1595 1257 66 130 0 1462 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 6380

[startup+642.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 3255
/proc/meminfo: memFree=1762872/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=6380 CPUtime=641.97
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 1288 0 0 0 64196 1 0 0 25 0 1 0 218380166 6533120 1274 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 1595 1274 66 130 0 1462 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 6380


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1757880/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10000 CPUtime=4000.52
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2183 0 0 0 400048 4 0 0 25 0 1 0 218380166 10240000 2169 1992294400 134512640 135048876 4294956208 18446744073709551615 134547037 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2500 2169 66 130 0 2367 0
Current children cumulated CPU time (s) 4000.52
Current children cumulated vsize (KiB) 10000

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1757752/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10000 CPUtime=4060.5
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2183 0 0 0 406046 4 0 0 25 0 1 0 218380166 10240000 2169 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2500 2169 66 130 0 2367 0
Current children cumulated CPU time (s) 4060.5
Current children cumulated vsize (KiB) 10000

[startup+4122.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 3263
/proc/meminfo: memFree=1757688/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10000 CPUtime=4120.47
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2183 0 0 0 412043 4 0 0 25 0 1 0 218380166 10240000 2169 1992294400 134512640 135048876 4294956208 18446744073709551615 134520977 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2500 2169 66 130 0 2367 0
Current children cumulated CPU time (s) 4120.47
Current children cumulated vsize (KiB) 10000

[startup+4182.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/65 3263
/proc/meminfo: memFree=1757688/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10000 CPUtime=4180.44
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2188 0 0 0 418040 4 0 0 25 0 1 0 218380166 10240000 2174 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2500 2174 66 130 0 2367 0
Current children cumulated CPU time (s) 4180.44
Current children cumulated vsize (KiB) 10000

[startup+4242.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 3263
/proc/meminfo: memFree=1757688/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10000 CPUtime=4240.42
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2188 0 0 0 424038 4 0 0 25 0 1 0 218380166 10240000 2174 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2500 2174 66 130 0 2367 0
Current children cumulated CPU time (s) 4240.42
Current children cumulated vsize (KiB) 10000

[startup+4302.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 3263
/proc/meminfo: memFree=1757688/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10000 CPUtime=4300.39
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2188 0 0 0 430035 4 0 0 25 0 1 0 218380166 10240000 2174 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2500 2174 66 130 0 2367 0
Current children cumulated CPU time (s) 4300.39
Current children cumulated vsize (KiB) 10000

[startup+4362.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 3263
/proc/meminfo: memFree=1757688/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10000 CPUtime=4360.37
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2189 0 0 0 436033 4 0 0 25 0 1 0 218380166 10240000 2175 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2500 2175 66 130 0 2367 0
Current children cumulated CPU time (s) 4360.37
Current children cumulated vsize (KiB) 10000

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 3263
/proc/meminfo: memFree=1757688/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10132 CPUtime=4420.35
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2200 0 0 0 442031 4 0 0 25 0 1 0 218380166 10375168 2186 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2533 2186 66 130 0 2400 0
Current children cumulated CPU time (s) 4420.35
Current children cumulated vsize (KiB) 10132

[startup+4482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3263
/proc/meminfo: memFree=1757688/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10132 CPUtime=4480.32
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2200 0 0 0 448028 4 0 0 25 0 1 0 218380166 10375168 2186 1992294400 134512640 135048876 4294956208 18446744073709551615 134546856 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2533 2186 66 130 0 2400 0
Current children cumulated CPU time (s) 4480.32
Current children cumulated vsize (KiB) 10132

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3263
/proc/meminfo: memFree=1757624/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10132 CPUtime=4540.29
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2206 0 0 0 454025 4 0 0 25 0 1 0 218380166 10375168 2192 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2533 2192 66 130 0 2400 0
Current children cumulated CPU time (s) 4540.29
Current children cumulated vsize (KiB) 10132

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1757432/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10132 CPUtime=4600.28
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2213 0 0 0 460024 4 0 0 25 0 1 0 218380166 10375168 2199 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2533 2199 66 130 0 2400 0
Current children cumulated CPU time (s) 4600.28
Current children cumulated vsize (KiB) 10132

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1757240/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10392 CPUtime=4660.23
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2260 0 0 0 466019 4 0 0 25 0 1 0 218380166 10641408 2246 1992294400 134512640 135048876 4294956208 18446744073709551615 134546617 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2598 2246 66 130 0 2465 0
Current children cumulated CPU time (s) 4660.23
Current children cumulated vsize (KiB) 10392

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1757112/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10392 CPUtime=4720.22
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2273 0 0 0 472018 4 0 0 25 0 1 0 218380166 10641408 2259 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2598 2259 66 130 0 2465 0
Current children cumulated CPU time (s) 4720.22
Current children cumulated vsize (KiB) 10392

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1757112/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10392 CPUtime=4780.19
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2273 0 0 0 478015 4 0 0 25 0 1 0 218380166 10641408 2259 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2598 2259 66 130 0 2465 0
Current children cumulated CPU time (s) 4780.19
Current children cumulated vsize (KiB) 10392

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1757048/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10524 CPUtime=4840.16
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2291 0 0 0 484012 4 0 0 25 0 1 0 218380166 10776576 2277 1992294400 134512640 135048876 4294956208 18446744073709551615 134547316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2631 2277 66 130 0 2498 0
Current children cumulated CPU time (s) 4840.16
Current children cumulated vsize (KiB) 10524

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1756984/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10500 CPUtime=4900.14
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2292 0 0 0 490010 4 0 0 25 0 1 0 218380166 10752000 2278 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2625 2278 66 130 0 2492 0
Current children cumulated CPU time (s) 4900.14
Current children cumulated vsize (KiB) 10500

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1756856/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10600 CPUtime=4960.12
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2320 0 0 0 496008 4 0 0 25 0 1 0 218380166 10854400 2306 1992294400 134512640 135048876 4294956208 18446744073709551615 134548038 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2650 2306 66 130 0 2517 0
Current children cumulated CPU time (s) 4960.12
Current children cumulated vsize (KiB) 10600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3263
/proc/meminfo: memFree=1756856/2055920 swapFree=4113528/4192956
[pid=3254] ppid=3252 vsize=10600 CPUtime=5000.01
/proc/3254/stat : 3254 (minisat_noasser) R 3252 3254 3217 0 -1 4194304 2320 0 0 0 499997 4 0 0 25 0 1 0 218380166 10854400 2306 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/3254/statm: 2650 2306 66 130 0 2517 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 10600

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): 5002.21
CPU time (s): 5000.02
CPU user time (s): 4999.97
CPU system time (s): 0.050992
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 10632

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

runsolver used 3.9344 second user time and 14.2638 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-09 23:12:06
IDJOB=1785278
IDBENCH=24737
IDSOLVER=639
FILE ID=node51/1785278-1241903526
PBS_JOBID= 9264807
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785278-1241903526/watcher-1785278-1241903526 -o /tmp/evaluation-result-1785278-1241903526/solver-1785278-1241903526 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785278-1241903526.cnf

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

MD5SUM BENCH= 5d5a2534629561aec3a6f7f6c6034d03
RANDOM SEED=1959475838

node51.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:       1768672 kB
Buffers:         44516 kB
Cached:         106276 kB
SwapCached:      73744 kB
Active:          57556 kB
Inactive:       168776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768672 kB
SwapTotal:     4192956 kB
SwapFree:      4113528 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          13892 kB
Slab:            47008 kB
Committed_AS:   586332 kB
PageTables:       1392 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= 66344 MiB
End job on node51 at 2009-05-10 00:35:31