Trace number 422113

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, and are wall clock time (not CPU 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
minisat SAT 2007? (TO) 5000.05 5001.64

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data (download as text)

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:  166463                                               |
0.00/0.00	c |  Number of clauses:    1654558                                              |
8.08/8.19	c |  Parsing time:         7.92         s                                       |
31.97/32.06	c ============================[ Search Statistics ]==============================
31.97/32.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.97/32.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.97/32.06	c ===============================================================================
31.97/32.06	c |         0 |  165289  1396354  5022848 |   465451        0    nan |  0.000 % |
32.27/32.35	c |       100 |  165285  1396354  5022848 |   511996       96     10 |  0.703 % |
32.47/32.51	c |       250 |  165284  1396354  5022848 |   563196      244     10 |  0.704 % |
32.67/32.71	c |       475 |  165282  1396354  5022848 |   619515      468      8 |  0.705 % |
32.77/32.85	c |       812 |  165282  1396354  5022848 |   681467      805      9 |  0.705 % |
32.88/32.97	c |      1319 |  165282  1396354  5022848 |   749614     1312      9 |  0.705 % |
33.47/33.51	c |      2078 |  165281  1396354  5022848 |   824575     2070     11 |  0.705 % |
33.67/33.76	c |      3217 |  165281  1396354  5022848 |   907032     3209     12 |  0.705 % |
33.98/34.03	c |      4925 |  165281  1396354  5022848 |   997736     4917     12 |  0.705 % |
34.67/34.74	c |      7488 |  165281  1396354  5022848 |  1097509     7480     15 |  0.705 % |
35.86/35.92	c |     11332 |  165280  1396354  5022848 |  1207260    11323     16 |  0.706 % |
38.37/38.44	c |     17099 |  165279  1396354  5022848 |  1327986    17089     16 |  0.706 % |
40.96/41.06	c |     25748 |  165277  1396354  5022848 |  1460785    25736     17 |  0.708 % |
47.86/47.93	c |     38723 |  165277  1396354  5022848 |  1606864    38711     21 |  0.708 % |
59.15/59.21	c |     58184 |  165276  1394522  5016169 |  1767550    58168     21 |  0.708 % |
78.35/78.48	c |     87377 |  165273  1394490  5016065 |  1944305    87358     21 |  0.710 % |
564.11/564.31	c |    131167 |  165268  1394450  5015935 |  2138736   131143     38 |  0.713 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node35/watcher-422113-1177518254 -o ROOT/results/node35/solver-422113-1177518254 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/422113-1177518254/minisat_noassertions /tmp/evaluation/422113-1177518254/instance-422113-1177518254.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): 7500 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.93 0.95 0.97 3/77 17036
/proc/meminfo: memFree=1788400/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=2476 CPUtime=0
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 529 0 0 0 0 0 0 0 18 0 1 0 199741663 2535424 515 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 619 516 49 130 0 486 0

[startup+0.0875049 s]
/proc/loadavg: 0.93 0.95 0.97 3/77 17036
/proc/meminfo: memFree=1788400/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=22884 CPUtime=0.07
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 4497 0 0 0 6 1 0 0 18 0 1 0 199741663 23433216 4457 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 5721 4457 50 130 0 5588 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22884

[startup+0.101507 s]
/proc/loadavg: 0.93 0.95 0.97 3/77 17036
/proc/meminfo: memFree=1788400/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=23148 CPUtime=0.09
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 4589 0 0 0 7 2 0 0 18 0 1 0 199741663 23703552 4549 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 5787 4549 50 130 0 5654 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23148

[startup+0.30153 s]
/proc/loadavg: 0.93 0.95 0.97 3/77 17036
/proc/meminfo: memFree=1788400/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=27564 CPUtime=0.29
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 5686 0 0 0 25 4 0 0 19 0 1 0 199741663 28225536 5646 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 6891 5646 50 130 0 6758 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27564

[startup+0.701576 s]
/proc/loadavg: 0.93 0.95 0.97 3/77 17036
/proc/meminfo: memFree=1788400/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=34640 CPUtime=0.69
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 7345 0 0 0 64 5 0 0 22 0 1 0 199741663 35471360 7305 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 8660 7305 50 130 0 8527 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34640

[startup+1.50167 s]
/proc/loadavg: 0.93 0.95 0.97 2/78 17037
/proc/meminfo: memFree=1756008/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=47508 CPUtime=1.48
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 10378 0 0 0 141 7 0 0 25 0 1 0 199741663 48648192 10338 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 11877 10338 50 130 0 11744 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47508

[startup+3.10286 s]
/proc/loadavg: 0.93 0.95 0.97 2/78 17037
/proc/meminfo: memFree=1739880/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=69908 CPUtime=3.09
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 16140 0 0 0 297 12 0 0 25 0 1 0 199741663 71585792 16100 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530910 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 17477 16100 50 130 0 17344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69908

[startup+6.30123 s]
/proc/loadavg: 0.93 0.96 0.97 2/78 17037
/proc/meminfo: memFree=1692520/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=116880 CPUtime=6.28
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 27401 0 0 0 608 20 0 0 25 0 1 0 199741663 119685120 27361 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134530910 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 29220 27361 50 130 0 29087 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 116880

[startup+12.702 s]
/proc/loadavg: 0.94 0.96 0.97 2/78 17037
/proc/meminfo: memFree=1649000/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=151048 CPUtime=12.68
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 35267 0 0 0 1242 26 0 0 25 0 1 0 199741663 154673152 35227 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134527041 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 37762 35227 61 130 0 37629 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 151048

[startup+25.5015 s]
/proc/loadavg: 0.95 0.96 0.97 2/78 17037
/proc/meminfo: memFree=1644136/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=155932 CPUtime=25.48
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 36439 0 0 0 2520 28 0 0 25 0 1 0 199741663 159674368 36399 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134527029 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 38983 36399 61 130 0 38850 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 155932

[startup+51.1015 s]
/proc/loadavg: 0.97 0.96 0.97 2/78 17037
/proc/meminfo: memFree=1660328/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=51.06
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38040 0 0 0 5077 29 0 0 25 0 1 0 199741663 140152832 32358 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32358 67 130 0 34084 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 136868

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.97 2/78 17037
/proc/meminfo: memFree=1660392/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=102.25
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38040 0 0 0 10195 30 0 0 25 0 1 0 199741663 140152832 32358 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546584 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32358 67 130 0 34084 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 136868

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660328/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=162.22
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38040 0 0 0 16192 30 0 0 25 0 1 0 199741663 140152832 32358 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32358 67 130 0 34084 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 136868

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660328/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=222.2
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38040 0 0 0 22190 30 0 0 25 0 1 0 199741663 140152832 32358 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32358 67 130 0 34084 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 136868

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660328/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=282.19
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38041 0 0 0 28188 31 0 0 25 0 1 0 199741663 140152832 32359 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32359 67 130 0 34084 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 136868

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660264/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=342.17
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38043 0 0 0 34186 31 0 0 25 0 1 0 199741663 140152832 32361 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553651 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32361 67 130 0 34084 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 136868

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660328/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=402.15
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38046 0 0 0 40183 32 0 0 25 0 1 0 199741663 140152832 32364 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546586 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32364 67 130 0 34084 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 136868

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660264/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=462.13
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38046 0 0 0 46181 32 0 0 25 0 1 0 199741663 140152832 32364 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32364 67 130 0 34084 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 136868

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660264/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=522.12
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38046 0 0 0 52179 33 0 0 25 0 1 0 199741663 140152832 32364 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548737 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32364 67 130 0 34084 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 136868

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660264/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=582.1
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38046 0 0 0 58177 33 0 0 25 0 1 0 199741663 140152832 32364 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548093 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32364 67 130 0 34084 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 136868

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 17037
/proc/meminfo: memFree=1660264/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=136868 CPUtime=642.09
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 38046 0 0 0 64175 34 0 0 25 0 1 0 199741663 140152832 32364 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547995 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 34217 32364 67 130 0 34084 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 136868


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

[startup+4002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1630440/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=165832 CPUtime=4000.99
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 45451 0 0 0 400027 72 0 0 25 0 1 0 199741663 169811968 39769 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 41458 39769 67 130 0 41325 0
Current children cumulated CPU time (s) 4000.99
Current children cumulated vsize (KiB) 165832

[startup+4062.31 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1630056/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=166228 CPUtime=4060.98
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 45556 0 0 0 406025 73 0 0 25 0 1 0 199741663 170217472 39874 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 41557 39874 67 130 0 41424 0
Current children cumulated CPU time (s) 4060.98
Current children cumulated vsize (KiB) 166228

[startup+4122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1629224/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=167020 CPUtime=4120.96
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 45746 0 0 0 412023 73 0 0 25 0 1 0 199741663 171028480 40064 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 41755 40064 67 130 0 41622 0
Current children cumulated CPU time (s) 4120.96
Current children cumulated vsize (KiB) 167020

[startup+4182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1628520/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=167732 CPUtime=4180.94
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 45943 0 0 0 418020 74 0 0 25 0 1 0 199741663 171757568 40261 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548024 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 41933 40261 67 130 0 41800 0
Current children cumulated CPU time (s) 4180.94
Current children cumulated vsize (KiB) 167732

[startup+4242.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1626984/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=169372 CPUtime=4240.93
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 46327 0 0 0 424018 75 0 0 25 0 1 0 199741663 173436928 40645 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548110 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 42343 40645 67 130 0 42210 0
Current children cumulated CPU time (s) 4240.93
Current children cumulated vsize (KiB) 169372

[startup+4302.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1625768/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=170560 CPUtime=4300.9
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 46620 0 0 0 430015 75 0 0 25 0 1 0 199741663 174653440 40938 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548216 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 42640 40938 67 130 0 42507 0
Current children cumulated CPU time (s) 4300.9
Current children cumulated vsize (KiB) 170560

[startup+4362.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1624488/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=171880 CPUtime=4360.89
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 46951 0 0 0 436013 76 0 0 25 0 1 0 199741663 176005120 41269 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 42970 41269 67 130 0 42837 0
Current children cumulated CPU time (s) 4360.89
Current children cumulated vsize (KiB) 171880

[startup+4422.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1622888/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=173332 CPUtime=4420.87
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 47333 0 0 0 442010 77 0 0 25 0 1 0 199741663 177491968 41651 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 43333 41651 67 130 0 43200 0
Current children cumulated CPU time (s) 4420.87
Current children cumulated vsize (KiB) 173332

[startup+4482.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1621352/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=174916 CPUtime=4480.85
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 47717 0 0 0 448007 78 0 0 25 0 1 0 199741663 179113984 42035 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 43729 42035 67 130 0 43596 0
Current children cumulated CPU time (s) 4480.85
Current children cumulated vsize (KiB) 174916

[startup+4542.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 17237
/proc/meminfo: memFree=1620072/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=176236 CPUtime=4540.84
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 48052 0 0 0 454005 79 0 0 25 0 1 0 199741663 180465664 42370 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548110 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 44059 42370 67 130 0 43926 0
Current children cumulated CPU time (s) 4540.84
Current children cumulated vsize (KiB) 176236

[startup+4602.3 s]
/proc/loadavg: 1.04 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1618472/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=177820 CPUtime=4600.82
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 48443 0 0 0 460002 80 0 0 25 0 1 0 199741663 182087680 42761 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 44455 42761 67 130 0 44322 0
Current children cumulated CPU time (s) 4600.82
Current children cumulated vsize (KiB) 177820

[startup+4662.3 s]
/proc/loadavg: 1.01 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1616616/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=179668 CPUtime=4660.8
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 48908 0 0 0 466000 80 0 0 25 0 1 0 199741663 183980032 43226 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 44917 43226 67 130 0 44784 0
Current children cumulated CPU time (s) 4660.8
Current children cumulated vsize (KiB) 179668

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1614824/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=181384 CPUtime=4720.79
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 49356 0 0 0 471997 82 0 0 25 0 1 0 199741663 185737216 43674 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 45346 43674 67 130 0 45213 0
Current children cumulated CPU time (s) 4720.79
Current children cumulated vsize (KiB) 181384

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1613352/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=182836 CPUtime=4780.76
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 49716 0 0 0 477994 82 0 0 25 0 1 0 199741663 187224064 44034 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 45709 44034 67 130 0 45576 0
Current children cumulated CPU time (s) 4780.76
Current children cumulated vsize (KiB) 182836

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1612264/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=184024 CPUtime=4840.74
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 49997 0 0 0 483991 83 0 0 25 0 1 0 199741663 188440576 44315 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548110 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 46006 44315 67 130 0 45873 0
Current children cumulated CPU time (s) 4840.74
Current children cumulated vsize (KiB) 184024

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1610344/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=185872 CPUtime=4900.72
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 50465 0 0 0 489988 84 0 0 25 0 1 0 199741663 190332928 44783 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 46468 44783 67 130 0 46335 0
Current children cumulated CPU time (s) 4900.72
Current children cumulated vsize (KiB) 185872

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1609000/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=187192 CPUtime=4960.71
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 50807 0 0 0 495986 85 0 0 25 0 1 0 199741663 191684608 45125 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 46798 45125 67 130 0 46665 0
Current children cumulated CPU time (s) 4960.71
Current children cumulated vsize (KiB) 187192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 17239
/proc/meminfo: memFree=1608040/2055920 swapFree=4151088/4192956
[pid=17036] ppid=17034 vsize=188252 CPUtime=5000.01
/proc/17036/stat : 17036 (minisat_noasser) R 17034 17036 16688 0 -1 4194304 51046 0 0 0 499916 85 0 0 25 0 1 0 199741663 192770048 45364 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548038 0 0 4096 3 0 0 0 17 1 0 0
/proc/17036/statm: 47063 45364 67 130 0 46930 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 188252

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): 5001.64
CPU time (s): 5000.05
CPU user time (s): 4999.16
CPU system time (s): 0.886865
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 188252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.16
system time used= 0.886865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51046
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= 6
involuntary context switches= 9975

runsolver used 3.9114 second user time and 10.6624 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Wed Apr 25 16:24:22 UTC 2007

IDJOB= 422113
IDBENCH= 24626
IDSOLVER= 189
FILE ID= node35/422113-1177518254

PBS_JOBID= 4685944

Free space on /tmp= 66254 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/422113-1177518254/minisat_noassertions /tmp/evaluation/422113-1177518254/instance-422113-1177518254.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-422113-1177518254 -o ROOT/results/node35/solver-422113-1177518254 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/422113-1177518254/minisat_noassertions /tmp/evaluation/422113-1177518254/instance-422113-1177518254.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  19fdeefb726e073f5c825136ceaf9e1b

RANDOM SEED= 505411747

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.232
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.232
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:       1788744 kB
Buffers:         35784 kB
Cached:         150032 kB
SwapCached:       9684 kB
Active:          97780 kB
Inactive:       112616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788744 kB
SwapTotal:     4192956 kB
SwapFree:      4151088 kB
Dirty:           54388 kB
Writeback:           0 kB
Mapped:          30744 kB
Slab:            42048 kB
Committed_AS:  2582444 kB
PageTables:       1996 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= 66254 MiB

End job on node35 on Wed Apr 25 17:47:46 UTC 2007