Trace number 1784840

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.11 5001.44

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

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.09/8.17	c |  Parsing time:         7.93         s                                       |
31.89/31.95	c ============================[ Search Statistics ]==============================
31.89/31.95	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.89/31.95	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.89/31.95	c ===============================================================================
31.89/31.95	c |         0 |  165289  1396354  5022848 |   465451        0    nan |  0.000 % |
32.18/32.23	c |       100 |  165285  1396354  5022848 |   511996       96     10 |  0.703 % |
32.38/32.40	c |       250 |  165284  1396354  5022848 |   563196      244     10 |  0.704 % |
32.48/32.60	c |       475 |  165282  1396354  5022848 |   619515      468      8 |  0.705 % |
32.67/32.74	c |       812 |  165282  1396354  5022848 |   681467      805      9 |  0.705 % |
32.77/32.85	c |      1319 |  165282  1396354  5022848 |   749614     1312      9 |  0.705 % |
33.27/33.40	c |      2078 |  165281  1396354  5022848 |   824575     2070     11 |  0.705 % |
33.57/33.64	c |      3217 |  165281  1396354  5022848 |   907032     3209     12 |  0.705 % |
33.87/33.91	c |      4925 |  165281  1396354  5022848 |   997736     4917     12 |  0.705 % |
34.57/34.62	c |      7488 |  165281  1396354  5022848 |  1097509     7480     15 |  0.705 % |
35.77/35.81	c |     11332 |  165280  1396354  5022848 |  1207260    11323     16 |  0.706 % |
38.27/38.34	c |     17099 |  165279  1396354  5022848 |  1327986    17089     16 |  0.706 % |
40.87/40.98	c |     25748 |  165277  1396354  5022848 |  1460785    25736     17 |  0.708 % |
47.77/47.81	c |     38723 |  165277  1396354  5022848 |  1606864    38711     21 |  0.708 % |
58.96/59.03	c |     58184 |  165276  1394522  5016169 |  1767550    58168     21 |  0.708 % |
78.16/78.23	c |     87377 |  165273  1394490  5016065 |  1944305    87358     21 |  0.710 % |
562.03/562.23	c |    131167 |  165268  1394450  5015935 |  2138736   131143     38 |  0.713 % |

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-1784840-1241867963/watcher-1784840-1241867963 -o /tmp/evaluation-result-1784840-1241867963/solver-1784840-1241867963 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1784840-1241867963.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: 1.00 1.00 0.94 3/64 19408
/proc/meminfo: memFree=1526008/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=2476 CPUtime=0
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 527 0 0 0 0 0 0 0 18 0 1 0 214830603 2535424 513 1992294400 134512640 135048876 4294956208 18446744073709551615 134549237 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 619 514 49 130 0 486 0

[startup+0.0713191 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 19408
/proc/meminfo: memFree=1526008/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=22736 CPUtime=0.06
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 4469 0 0 0 4 2 0 0 18 0 1 0 214830603 23281664 4429 1992294400 134512640 135048876 4294956208 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 5684 4429 50 130 0 5551 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22736

[startup+0.101321 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 19408
/proc/meminfo: memFree=1526008/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=23148 CPUtime=0.09
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 4589 0 0 0 7 2 0 0 18 0 1 0 214830603 23703552 4549 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 5787 4550 50 130 0 5654 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23148

[startup+0.301336 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 19408
/proc/meminfo: memFree=1526008/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=27696 CPUtime=0.29
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 5690 0 0 0 26 3 0 0 19 0 1 0 214830603 28360704 5650 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 6924 5650 50 130 0 6791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27696

[startup+0.701369 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 19408
/proc/meminfo: memFree=1526008/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=34772 CPUtime=0.69
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 7361 0 0 0 65 4 0 0 23 0 1 0 214830603 35606528 7321 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 8693 7321 50 130 0 8560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34772

[startup+1.50144 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1492336/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=47496 CPUtime=1.5
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 10377 0 0 0 144 6 0 0 25 0 1 0 214830603 48635904 10337 1992294400 134512640 135048876 4294956208 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 11874 10337 50 130 0 11741 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 47496

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1476464/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=69708 CPUtime=3.09
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 16095 0 0 0 300 9 0 0 25 0 1 0 214830603 71380992 16055 1992294400 134512640 135048876 4294956208 18446744073709551615 134530615 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 17427 16055 50 130 0 17294 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69708

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1429104/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=116992 CPUtime=6.29
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 27437 0 0 0 610 19 0 0 25 0 1 0 214830603 119799808 27397 1992294400 134512640 135048876 4294956208 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 29248 27397 50 130 0 29115 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116992

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1385584/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=150968 CPUtime=12.69
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 35273 0 0 0 1245 24 0 0 25 0 1 0 214830603 154591232 35233 1992294400 134512640 135048876 4294956208 18446744073709551615 134527030 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 37742 35233 61 130 0 37609 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150968

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1380976/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=155984 CPUtime=25.48
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 36442 0 0 0 2523 25 0 0 25 0 1 0 214830603 159727616 36402 1992294400 134512640 135048876 4294956208 18446744073709551615 134529239 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 38996 36402 61 130 0 38863 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 155984

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1397040/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=51.07
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38028 0 0 0 5081 26 0 0 25 0 1 0 214830603 140152832 32355 1992294400 134512640 135048876 4294956208 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32355 67 130 0 34084 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 136868

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1397104/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=102.25
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38028 0 0 0 10199 26 0 0 25 0 1 0 214830603 140152832 32355 1992294400 134512640 135048876 4294956208 18446744073709551615 134547989 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32355 67 130 0 34084 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 136868

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1397040/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=162.23
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38028 0 0 0 16197 26 0 0 25 0 1 0 214830603 140152832 32355 1992294400 134512640 135048876 4294956208 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32355 67 130 0 34084 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 136868

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1397040/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=222.22
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38028 0 0 0 22196 26 0 0 25 0 1 0 214830603 140152832 32355 1992294400 134512640 135048876 4294956208 18446744073709551615 134546993 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32355 67 130 0 34084 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 136868

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1396976/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=282.21
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38030 0 0 0 28194 27 0 0 25 0 1 0 214830603 140152832 32357 1992294400 134512640 135048876 4294956208 18446744073709551615 134548020 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32357 67 130 0 34084 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 136868

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1396912/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=342.19
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38032 0 0 0 34192 27 0 0 25 0 1 0 214830603 140152832 32359 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32359 67 130 0 34084 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 136868

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1396912/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=402.18
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38034 0 0 0 40191 27 0 0 25 0 1 0 214830603 140152832 32361 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32361 67 130 0 34084 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 136868

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1396848/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=462.16
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38034 0 0 0 46189 27 0 0 25 0 1 0 214830603 140152832 32361 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32361 67 130 0 34084 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 136868

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1396912/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=522.14
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38034 0 0 0 52187 27 0 0 25 0 1 0 214830603 140152832 32361 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32361 67 130 0 34084 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 136868

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1396848/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=582.13
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38034 0 0 0 58186 27 0 0 25 0 1 0 214830603 140152832 32361 1992294400 134512640 135048876 4294956208 18446744073709551615 134548110 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32361 67 130 0 34084 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 136868

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 19409
/proc/meminfo: memFree=1396784/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=136868 CPUtime=642.11
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 38034 0 0 0 64184 27 0 0 25 0 1 0 214830603 140152832 32361 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 34217 32361 67 130 0 34084 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 136868


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

[startup+4002.3 s]
/proc/loadavg: 1.12 1.04 0.97 2/65 19417
/proc/meminfo: memFree=1366064/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=165816 CPUtime=4001.23
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 45442 0 0 0 400083 40 0 0 25 0 1 0 214830603 169795584 39769 1992294400 134512640 135048876 4294956208 18446744073709551615 134548093 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 41454 39769 67 130 0 41321 0
Current children cumulated CPU time (s) 4001.23
Current children cumulated vsize (KiB) 165816

[startup+4062.31 s]
/proc/loadavg: 1.04 1.03 0.97 2/65 19417
/proc/meminfo: memFree=1365616/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=166212 CPUtime=4061.22
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 45549 0 0 0 406082 40 0 0 25 0 1 0 214830603 170201088 39876 1992294400 134512640 135048876 4294956208 18446744073709551615 134548444 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 41553 39876 67 130 0 41420 0
Current children cumulated CPU time (s) 4061.22
Current children cumulated vsize (KiB) 166212

[startup+4122.3 s]
/proc/loadavg: 1.01 1.02 0.97 2/65 19417
/proc/meminfo: memFree=1364784/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=167004 CPUtime=4121.19
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 45742 0 0 0 412079 40 0 0 25 0 1 0 214830603 171012096 40069 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 41751 40069 67 130 0 41618 0
Current children cumulated CPU time (s) 4121.19
Current children cumulated vsize (KiB) 167004

[startup+4182.3 s]
/proc/loadavg: 1.00 1.02 0.97 2/65 19417
/proc/meminfo: memFree=1363952/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=167804 CPUtime=4181.19
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 45946 0 0 0 418078 41 0 0 25 0 1 0 214830603 171831296 40273 1992294400 134512640 135048876 4294956208 18446744073709551615 134548173 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 41951 40273 67 130 0 41818 0
Current children cumulated CPU time (s) 4181.19
Current children cumulated vsize (KiB) 167804

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 0.97 2/65 19417
/proc/meminfo: memFree=1362224/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=169520 CPUtime=4241.16
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 46373 0 0 0 424075 41 0 0 25 0 1 0 214830603 173588480 40700 1992294400 134512640 135048876 4294956208 18446744073709551615 134548093 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 42380 40700 67 130 0 42247 0
Current children cumulated CPU time (s) 4241.16
Current children cumulated vsize (KiB) 169520

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 0.97 2/65 19417
/proc/meminfo: memFree=1361200/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=170576 CPUtime=4301.15
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 46621 0 0 0 430073 42 0 0 25 0 1 0 214830603 174669824 40948 1992294400 134512640 135048876 4294956208 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 42644 40948 67 130 0 42511 0
Current children cumulated CPU time (s) 4301.15
Current children cumulated vsize (KiB) 170576

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1359792/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=172028 CPUtime=4361.13
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 46972 0 0 0 436071 42 0 0 25 0 1 0 214830603 176156672 41299 1992294400 134512640 135048876 4294956208 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 43007 41299 67 130 0 42874 0
Current children cumulated CPU time (s) 4361.13
Current children cumulated vsize (KiB) 172028

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1358256/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=173480 CPUtime=4421.12
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 47348 0 0 0 442070 42 0 0 25 0 1 0 214830603 177643520 41675 1992294400 134512640 135048876 4294956208 18446744073709551615 134548233 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 43370 41675 67 130 0 43237 0
Current children cumulated CPU time (s) 4421.12
Current children cumulated vsize (KiB) 173480

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1356656/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=175064 CPUtime=4481.11
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 47750 0 0 0 448068 43 0 0 25 0 1 0 214830603 179265536 42077 1992294400 134512640 135048876 4294956208 18446744073709551615 134548076 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 43766 42077 67 130 0 43633 0
Current children cumulated CPU time (s) 4481.11
Current children cumulated vsize (KiB) 175064

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1355376/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=176252 CPUtime=4541.09
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 48063 0 0 0 454066 43 0 0 25 0 1 0 214830603 180482048 42390 1992294400 134512640 135048876 4294956208 18446744073709551615 134548110 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 44063 42390 67 130 0 43930 0
Current children cumulated CPU time (s) 4541.09
Current children cumulated vsize (KiB) 176252

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1353776/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=177968 CPUtime=4601.07
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 48463 0 0 0 460064 43 0 0 25 0 1 0 214830603 182239232 42790 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 44492 42790 67 130 0 44359 0
Current children cumulated CPU time (s) 4601.07
Current children cumulated vsize (KiB) 177968

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1351792/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=179816 CPUtime=4661.05
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 48952 0 0 0 466061 44 0 0 25 0 1 0 214830603 184131584 43279 1992294400 134512640 135048876 4294956208 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 44954 43279 67 130 0 44821 0
Current children cumulated CPU time (s) 4661.05
Current children cumulated vsize (KiB) 179816

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1350000/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=181532 CPUtime=4721.04
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 49385 0 0 0 472059 45 0 0 25 0 1 0 214830603 185888768 43712 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 45383 43712 67 130 0 45250 0
Current children cumulated CPU time (s) 4721.04
Current children cumulated vsize (KiB) 181532

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19417
/proc/meminfo: memFree=1348592/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=182984 CPUtime=4781.02
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 49740 0 0 0 478057 45 0 0 25 0 1 0 214830603 187375616 44067 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 45746 44067 67 130 0 45613 0
Current children cumulated CPU time (s) 4781.02
Current children cumulated vsize (KiB) 182984

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19419
/proc/meminfo: memFree=1347312/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=184172 CPUtime=4841.01
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 50037 0 0 0 484055 46 0 0 25 0 1 0 214830603 188592128 44364 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 46043 44364 67 130 0 45910 0
Current children cumulated CPU time (s) 4841.01
Current children cumulated vsize (KiB) 184172

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19419
/proc/meminfo: memFree=1345456/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=186020 CPUtime=4900.99
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 50495 0 0 0 490053 46 0 0 25 0 1 0 214830603 190484480 44822 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 46505 44822 67 130 0 46372 0
Current children cumulated CPU time (s) 4900.99
Current children cumulated vsize (KiB) 186020

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19419
/proc/meminfo: memFree=1344176/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=187340 CPUtime=4960.97
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 50826 0 0 0 496050 47 0 0 25 0 1 0 214830603 191836160 45153 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 46835 45153 67 130 0 46702 0
Current children cumulated CPU time (s) 4960.97
Current children cumulated vsize (KiB) 187340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 19419
/proc/meminfo: memFree=1343152/2055920 swapFree=4180008/4192956
[pid=19408] ppid=19406 vsize=188276 CPUtime=5000.07
/proc/19408/stat : 19408 (minisat_noasser) R 19406 19408 19273 0 -1 4194304 51073 0 0 0 499959 48 0 0 25 0 1 0 214830603 192794624 45400 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/19408/statm: 47069 45400 67 130 0 46936 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 188276

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.44
CPU time (s): 5000.11
CPU user time (s): 4999.6
CPU system time (s): 0.515921
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 188276

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

runsolver used 3.46747 second user time and 10.5224 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-09 13:19:32
IDJOB=1784840
IDBENCH=24626
IDSOLVER=639
FILE ID=node15/1784840-1241867963
PBS_JOBID= 9264597
Free space on /tmp= 66036 MiB

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

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

MD5SUM BENCH= 19fdeefb726e073f5c825136ceaf9e1b
RANDOM SEED=627208310

node15.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.220
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	: 5931.00
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.220
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:       1526488 kB
Buffers:         26788 kB
Cached:         422128 kB
SwapCached:       6752 kB
Active:         102168 kB
Inactive:       355684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526488 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:           54520 kB
Writeback:           0 kB
Mapped:          14600 kB
Slab:            57480 kB
Committed_AS:   700164 kB
PageTables:       1464 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= 66036 MiB
End job on node15 at 2009-05-09 14:42:55