Trace number 1785110

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

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
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:  1296                                                 |
0.00/0.00	c |  Number of clauses:    95904                                                |
0.09/0.11	c |  Parsing time:         0.10         s                                       |
4.40/4.44	c ============================[ Search Statistics ]==============================
4.40/4.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.40/4.44	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.40/4.44	c ===============================================================================
4.40/4.44	c |         0 |     972    94608   563760 |    31536        0    nan |  0.000 % |
4.40/4.49	c |       100 |     972    94608   563760 |    34689      100     92 |  0.000 % |
4.49/4.51	c |       250 |     972    94608   563760 |    38158      250     79 |  0.000 % |
4.49/4.54	c |       475 |     972    94608   563760 |    41974      475     84 |  0.000 % |
4.49/4.56	c |       812 |     972    94608   563760 |    46171      812     76 |  0.000 % |
4.59/4.62	c |      1318 |     972    94608   563760 |    50789     1318     83 |  0.000 % |
4.59/4.69	c |      2077 |     972    94608   563760 |    55867     2077     78 |  0.000 % |
4.69/4.79	c |      3218 |     972    94608   563760 |    61454     3218     78 |  0.000 % |
4.89/4.92	c |      4927 |     972    94608   563760 |    67600     4927     75 |  0.000 % |
5.09/5.13	c |      7490 |     972    94608   563760 |    74360     7490     75 |  0.000 % |
5.49/5.52	c |     11334 |     972    94608   563760 |    81796    11334     78 |  0.000 % |
6.39/6.41	c |     17100 |     972    94608   563760 |    89975    17100     84 |  0.000 % |
7.88/7.96	c |     25750 |     972    94608   563760 |    98973    25750     88 |  0.000 % |
11.29/11.30	c |     38724 |     972    94608   563760 |   108870    38724     94 |  0.000 % |
19.39/19.43	c |     58185 |     972    94608   563760 |   119757    58185    102 |  0.000 % |
31.79/31.85	c |     87379 |     972    94608   563760 |   131733    87379    105 |  0.000 % |
59.47/59.56	c |    131168 |     972    94608   563760 |   144907   131168    109 |  0.000 % |
89.96/90.06	c |    196854 |     972    94608   563760 |   159397    64991    118 |  0.000 % |
143.24/143.35	c |    295380 |     972    94608   563760 |   175337    20578    107 |  0.000 % |
259.71/259.97	c |    443173 |     972    94608   563760 |   192871   168371    115 |  0.000 % |
446.23/446.50	c |    664856 |     972    94608   563760 |   212158    41037     98 |  0.000 % |
842.86/843.37	c |    997381 |     972    94608   563760 |   233374   182636    112 |  0.000 % |
1147.40/1148.07	c |   1496169 |     972    94608   563760 |   256711    37586     85 |  0.000 % |
1823.19/1824.12	c |   2244351 |     972    94608   563760 |   282382    77937    117 |  0.000 % |
2881.52/2882.92	c |   3366626 |     972    94608   563760 |   310621   150989    108 |  0.000 % |
4323.84/4325.97	c |   5050037 |     972    94608   563760 |   341683    89339    115 |  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-1785110-1241891407/watcher-1785110-1241891407 -o /tmp/evaluation-result-1785110-1241891407/solver-1785110-1241891407 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785110-1241891407.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/65 28084
/proc/meminfo: memFree=1875496/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=1988 CPUtime=0
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 217173911 2035712 393 1992294400 134512640 135048876 4294956208 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 497 393 50 130 0 364 0

[startup+0.060712 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28084
/proc/meminfo: memFree=1875496/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=5504 CPUtime=0.05
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 1247 0 0 0 5 0 0 0 18 0 1 0 217173911 5636096 1233 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 1376 1233 50 130 0 1243 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5504

[startup+0.101716 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28084
/proc/meminfo: memFree=1875496/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=7724 CPUtime=0.09
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 1831 0 0 0 8 1 0 0 18 0 1 0 217173911 7909376 1817 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 1931 1817 50 130 0 1798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7724

[startup+0.301738 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28084
/proc/meminfo: memFree=1875496/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=8476 CPUtime=0.29
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 1961 0 0 0 28 1 0 0 20 0 1 0 217173911 8679424 1947 1992294400 134512640 135048876 4294956208 18446744073709551615 134529398 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 2119 1947 62 130 0 1986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8476

[startup+0.701783 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 28084
/proc/meminfo: memFree=1875496/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=8476 CPUtime=0.69
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 1961 0 0 0 68 1 0 0 24 0 1 0 217173911 8679424 1947 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 2119 1947 62 130 0 1986 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8476

[startup+1.50187 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1867936/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=10192 CPUtime=1.49
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 2422 0 0 0 148 1 0 0 25 0 1 0 217173911 10436608 2408 1992294400 134512640 135048876 4294956208 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 2548 2408 62 130 0 2415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10192

[startup+3.10106 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1860064/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=22644 CPUtime=3.09
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 5546 0 0 0 307 2 0 0 25 0 1 0 217173911 23187456 5532 1992294400 134512640 135048876 4294956208 18446744073709551615 134529433 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 5661 5532 62 130 0 5528 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22644

[startup+6.30142 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1854176/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=21428 CPUtime=6.29
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 5561 0 0 0 627 2 0 0 25 0 1 0 217173911 21942272 5269 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 5357 5269 67 130 0 5224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21428

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1845600/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=31468 CPUtime=12.69
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 8027 0 0 0 1264 5 0 0 25 0 1 0 217173911 32223232 7735 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 7867 7735 67 130 0 7734 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31468

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1829920/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=46516 CPUtime=25.49
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 11795 0 0 0 2540 9 0 0 25 0 1 0 217173911 47632384 11503 1992294400 134512640 135048876 4294956208 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 11629 11503 67 130 0 11496 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46516

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1808544/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=67824 CPUtime=51.07
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 17120 0 0 0 5092 15 0 0 25 0 1 0 217173911 69451776 16828 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 16956 16828 67 130 0 16823 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 67824

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1795232/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=80768 CPUtime=102.26
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 20318 0 0 0 10208 18 0 0 25 0 1 0 217173911 82706432 20026 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 20192 20026 67 130 0 20059 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80768

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1784800/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=91080 CPUtime=162.22
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 22901 0 0 0 16201 21 0 0 25 0 1 0 217173911 93265920 22609 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/28084/statm: 22770 22609 67 130 0 22637 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 91080

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1784800/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=91080 CPUtime=222.13
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 22901 0 0 0 22192 21 0 0 25 0 1 0 217173911 93265920 22609 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 22770 22609 67 130 0 22637 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 91080

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1767520/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=108800 CPUtime=282.1
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 27349 0 0 0 28184 26 0 0 25 0 1 0 217173911 111411200 27057 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 27200 27057 67 130 0 27067 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 108800

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1766496/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=109328 CPUtime=342.07
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 27490 0 0 0 34181 26 0 0 25 0 1 0 217173911 111951872 27198 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 27332 27198 67 130 0 27199 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 109328

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1766432/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=109328 CPUtime=402.05
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 27490 0 0 0 40178 27 0 0 25 0 1 0 217173911 111951872 27198 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 27332 27198 67 130 0 27199 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 109328

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1763232/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=112580 CPUtime=462.01
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 28296 0 0 0 46174 27 0 0 25 0 1 0 217173911 115281920 28004 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 28145 28004 67 130 0 28012 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 112580

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1763168/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=112580 CPUtime=521.99
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 28298 0 0 0 52172 27 0 0 25 0 1 0 217173911 115281920 28006 1992294400 134512640 135048876 4294956208 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 28145 28006 67 130 0 28012 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 112580

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1763104/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=112580 CPUtime=581.96
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 28298 0 0 0 58169 27 0 0 25 0 1 0 217173911 115281920 28006 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 28145 28006 67 130 0 28012 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 112580

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28085
/proc/meminfo: memFree=1761568/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=114200 CPUtime=641.95
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 28694 0 0 0 64167 28 0 0 25 0 1 0 217173911 116940800 28402 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 28550 28402 67 130 0 28417 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 114200


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

[startup+4002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28093
/proc/meminfo: memFree=1675616/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4000.38
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 399988 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4000.38
Current children cumulated vsize (KiB) 199600

[startup+4062.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28093
/proc/meminfo: memFree=1675488/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4060.36
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 405986 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4060.36
Current children cumulated vsize (KiB) 199600

[startup+4122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28093
/proc/meminfo: memFree=1675424/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4120.33
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 411983 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4120.33
Current children cumulated vsize (KiB) 199600

[startup+4182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28093
/proc/meminfo: memFree=1675424/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4180.3
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 417980 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4180.3
Current children cumulated vsize (KiB) 199600

[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28093
/proc/meminfo: memFree=1675424/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4240.28
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 423978 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4240.28
Current children cumulated vsize (KiB) 199600

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1675360/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4300.25
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 429975 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4300.25
Current children cumulated vsize (KiB) 199600

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1675360/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4360.22
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 435972 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4360.22
Current children cumulated vsize (KiB) 199600

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1675360/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4420.19
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 441969 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4420.19
Current children cumulated vsize (KiB) 199600

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1675360/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4480.17
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 447967 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4480.17
Current children cumulated vsize (KiB) 199600

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1675360/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=199600 CPUtime=4540.14
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 49945 0 0 0 453964 50 0 0 25 0 1 0 217173911 204390400 49464 1992294400 134512640 135048876 4294956208 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 49900 49464 67 130 0 49767 0
Current children cumulated CPU time (s) 4540.14
Current children cumulated vsize (KiB) 199600

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1672544/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=202504 CPUtime=4600.12
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 50650 0 0 0 459961 51 0 0 25 0 1 0 217173911 207364096 50169 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 50626 50169 67 130 0 50493 0
Current children cumulated CPU time (s) 4600.12
Current children cumulated vsize (KiB) 202504

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1657888/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=217108 CPUtime=4660.09
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 54321 0 0 0 465955 54 0 0 25 0 1 0 217173911 222318592 53840 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 54277 53840 67 130 0 54144 0
Current children cumulated CPU time (s) 4660.09
Current children cumulated vsize (KiB) 217108

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1651744/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=223048 CPUtime=4720.06
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 55824 0 0 0 471950 56 0 0 25 0 1 0 217173911 228401152 55343 1992294400 134512640 135048876 4294956208 18446744073709551615 134551360 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 55762 55343 67 130 0 55629 0
Current children cumulated CPU time (s) 4720.06
Current children cumulated vsize (KiB) 223048

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1651744/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=223048 CPUtime=4780.03
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 55824 0 0 0 477947 56 0 0 25 0 1 0 217173911 228401152 55343 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 55762 55343 67 130 0 55629 0
Current children cumulated CPU time (s) 4780.03
Current children cumulated vsize (KiB) 223048

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1651744/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=223048 CPUtime=4840
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 55831 0 0 0 483944 56 0 0 25 0 1 0 217173911 228401152 55350 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 55762 55350 67 130 0 55629 0
Current children cumulated CPU time (s) 4840
Current children cumulated vsize (KiB) 223048

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1651744/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=223048 CPUtime=4899.97
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 55831 0 0 0 489941 56 0 0 25 0 1 0 217173911 228401152 55350 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 55762 55350 67 130 0 55629 0
Current children cumulated CPU time (s) 4899.97
Current children cumulated vsize (KiB) 223048

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1651744/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=223048 CPUtime=4959.95
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 55832 0 0 0 495939 56 0 0 25 0 1 0 217173911 228401152 55351 1992294400 134512640 135048876 4294956208 18446744073709551615 134547174 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 55762 55351 67 130 0 55629 0
Current children cumulated CPU time (s) 4959.95
Current children cumulated vsize (KiB) 223048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28099
/proc/meminfo: memFree=1651680/2055920 swapFree=4159908/4192956
[pid=28084] ppid=28082 vsize=223048 CPUtime=5000.03
/proc/28084/stat : 28084 (minisat_noasser) R 28082 28084 28047 0 -1 4194304 55832 0 0 0 499947 56 0 0 25 0 1 0 217173911 228401152 55351 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/28084/statm: 55762 55351 67 130 0 55629 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 223048

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.44
CPU time (s): 5000.08
CPU user time (s): 4999.48
CPU system time (s): 0.599908
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 223048

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

runsolver used 4.41333 second user time and 13.7869 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-09 19:50:08
IDJOB=1785110
IDBENCH=24701
IDSOLVER=639
FILE ID=node32/1785110-1241891407
PBS_JOBID= 9264753
Free space on /tmp= 66032 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785110-1241891407/watcher-1785110-1241891407 -o /tmp/evaluation-result-1785110-1241891407/solver-1785110-1241891407 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785110-1241891407.cnf

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

MD5SUM BENCH= ef7f419fe4e145465fe8ec684a206f9b
RANDOM SEED=1523999006

node32.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.216
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.216
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:       1876040 kB
Buffers:         35844 kB
Cached:          77288 kB
SwapCached:      26540 kB
Active:          95264 kB
Inactive:        45784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876040 kB
SwapTotal:     4192956 kB
SwapFree:      4159908 kB
Dirty:            3504 kB
Writeback:           0 kB
Mapped:          14100 kB
Slab:            24568 kB
Committed_AS:   752260 kB
PageTables:       1488 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= 66032 MiB
End job on node32 at 2009-05-09 21:13:32