Trace number 334371

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 (with assertions)? (TO) 1200.09 1200.53

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                                              |
25.28/25.36	c |  Parsing time:         25.11        s                                       |
51.26/51.34	c ============================[ Search Statistics ]==============================
51.26/51.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.26/51.34	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.26/51.34	c ===============================================================================
51.26/51.34	c |         0 |  165289  1396354  5022848 |   465451        0    nan |  0.000 % |
51.56/51.62	c |       100 |  165285  1396354  5022848 |   511996       96     10 |  0.703 % |
51.66/51.79	c |       250 |  165284  1396354  5022848 |   563196      244     10 |  0.704 % |
51.86/52.00	c |       475 |  165282  1396354  5022848 |   619515      468      8 |  0.705 % |
52.06/52.15	c |       812 |  165282  1396354  5022848 |   681467      805      9 |  0.705 % |
52.16/52.26	c |      1319 |  165282  1396354  5022848 |   749614     1312      9 |  0.705 % |
52.76/52.83	c |      2078 |  165281  1396354  5022848 |   824575     2070     11 |  0.705 % |
52.96/53.08	c |      3217 |  165281  1396354  5022848 |   907032     3209     12 |  0.705 % |
53.25/53.36	c |      4925 |  165281  1396354  5022848 |   997736     4917     12 |  0.705 % |
54.05/54.10	c |      7488 |  165281  1396354  5022848 |  1097509     7480     15 |  0.705 % |
55.25/55.33	c |     11332 |  165280  1396354  5022848 |  1207260    11323     16 |  0.706 % |
57.85/57.94	c |     17099 |  165279  1396354  5022848 |  1327986    17089     16 |  0.706 % |
60.55/60.64	c |     25748 |  165277  1396354  5022848 |  1460785    25736     17 |  0.708 % |
67.55/67.66	c |     38723 |  165277  1396354  5022848 |  1606864    38711     21 |  0.708 % |
79.24/79.34	c |     58184 |  165276  1394522  5016169 |  1767550    58168     21 |  0.708 % |
99.14/99.21	c |     87377 |  165273  1394490  5016065 |  1944305    87358     21 |  0.710 % |
600.57/600.81	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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-334371-1173568009 -o ROOT/results/node15/solver-334371-1173568009 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334371-1173568009/minisat /tmp/evaluation/334371-1173568009/instance-334371-1173568009.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 1.00 3/77 24621
/proc/meminfo: memFree=1460040/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=2508 CPUtime=0
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 545 0 0 0 0 0 0 0 18 0 1 0 376756134 2568192 529 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134553301 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 627 529 55 138 0 486 0

[startup+0.038898 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24621
/proc/meminfo: memFree=1460040/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=11284 CPUtime=0.03
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 2645 0 0 0 2 1 0 0 18 0 1 0 376756134 11554816 2612 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134553301 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 2821 2615 55 138 0 2680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11284

[startup+0.101906 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24621
/proc/meminfo: memFree=1460040/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=23180 CPUtime=0.09
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 4606 0 0 0 7 2 0 0 18 0 1 0 376756134 23736320 4564 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 5795 4564 58 138 0 5654 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23180

[startup+0.301942 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24621
/proc/meminfo: memFree=1460040/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=27200 CPUtime=0.29
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 5574 0 0 0 27 2 0 0 19 0 1 0 376756134 27852800 5532 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 6800 5532 58 138 0 6659 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27200

[startup+0.702011 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24621
/proc/meminfo: memFree=1460040/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=32420 CPUtime=0.69
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 6852 0 0 0 65 4 0 0 22 0 1 0 376756134 33198080 6810 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 8105 6810 58 138 0 7964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32420

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1431168/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=40632 CPUtime=1.48
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 8777 0 0 0 143 5 0 0 25 0 1 0 376756134 41607168 8735 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 10158 8735 58 138 0 10017 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40632

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1421568/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=52972 CPUtime=3.08
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 11909 0 0 0 301 7 0 0 25 0 1 0 376756134 54243328 11867 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 13243 11868 58 138 0 13102 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52972

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1399744/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=71260 CPUtime=6.28
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 16528 0 0 0 618 10 0 0 25 0 1 0 376756134 72970240 16486 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 17815 16486 58 138 0 17674 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 71260

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1369984/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=104112 CPUtime=12.68
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 23695 0 0 0 1252 16 0 0 25 0 1 0 376756134 106610688 23653 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134532549 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 26028 23653 58 138 0 25887 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 104112

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1323136/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=150948 CPUtime=25.47
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 34902 0 0 0 2524 23 0 0 25 0 1 0 376756134 154570752 34860 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134527753 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 37737 34860 71 138 0 37596 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 150948

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1310208/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=163748 CPUtime=51.06
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38044 0 0 0 5079 27 0 0 25 0 1 0 376756134 167677952 37993 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134705370 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 40937 37993 71 138 0 40796 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 163748

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=102.24
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38049 0 0 0 10197 27 0 0 25 0 1 0 376756134 140185600 32365 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134555047 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32365 74 138 0 34084 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 136900

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=162.22
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38049 0 0 0 16194 28 0 0 25 0 1 0 376756134 140185600 32365 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556280 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32365 74 138 0 34084 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 136900

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=222.2
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38049 0 0 0 22192 28 0 0 25 0 1 0 376756134 140185600 32365 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32365 74 138 0 34084 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 136900

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=282.18
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38049 0 0 0 28189 29 0 0 25 0 1 0 376756134 140185600 32365 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32365 74 138 0 34084 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 136900

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=342.15
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38052 0 0 0 34186 29 0 0 25 0 1 0 376756134 140185600 32368 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134555832 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32368 74 138 0 34084 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 136900

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331840/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=402.13
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 40184 29 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 136900

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=462.11
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 46181 30 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 136900

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=522.09
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 52179 30 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 136900

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=582.08
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 58177 31 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 136900

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331840/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=642.05
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 64174 31 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551950 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 136900

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=702.03
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 70171 32 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 136900

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=762.01
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 76169 32 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551963 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 136900

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331904/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=821.98
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38055 0 0 0 82166 32 0 0 25 0 1 0 376756134 140185600 32371 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551872 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32371 74 138 0 34084 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 136900

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331840/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=881.97
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38062 0 0 0 88164 33 0 0 25 0 1 0 376756134 140185600 32378 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551946 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32378 74 138 0 34084 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 136900

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331840/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=941.94
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38085 0 0 0 94161 33 0 0 25 0 1 0 376756134 140185600 32401 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551872 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32401 74 138 0 34084 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 136900

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24622
/proc/meminfo: memFree=1331712/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=1001.93
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38105 0 0 0 100159 34 0 0 25 0 1 0 376756134 140185600 32421 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551929 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32421 74 138 0 34084 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 136900

[startup+1062.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 24622
/proc/meminfo: memFree=1331648/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=1061.9
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38130 0 0 0 106156 34 0 0 25 0 1 0 376756134 140185600 32446 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551872 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32446 74 138 0 34084 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 136900

[startup+1122.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 24622
/proc/meminfo: memFree=1331584/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=1121.89
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38150 0 0 0 112154 35 0 0 25 0 1 0 376756134 140185600 32466 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551946 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32466 74 138 0 34084 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 136900

[startup+1182.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/78 24622
/proc/meminfo: memFree=1331520/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=1181.86
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38173 0 0 0 118151 35 0 0 25 0 1 0 376756134 140185600 32489 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551872 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32489 74 138 0 34084 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 136900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 24622
/proc/meminfo: memFree=1331520/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=1200.06
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38176 0 0 0 119971 35 0 0 25 0 1 0 376756134 140185600 32492 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32492 74 138 0 34084 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 136900

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 24622
/proc/meminfo: memFree=1331520/2055920 swapFree=4152672/4192956
[pid=24621] ppid=24619 vsize=136900 CPUtime=1200.06
/proc/24621/stat : 24621 (minisat) R 24619 24621 23868 0 -1 4194304 38176 0 0 0 119971 35 0 0 25 0 1 0 376756134 140185600 32492 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24621/statm: 34225 32492 74 138 0 34084 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 136900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.09
CPU user time (s): 1199.71
CPU system time (s): 0.378942
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 163748

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

runsolver used 1.3278 second user time and 3.05054 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Mar 10 23:06:58 UTC 2007

IDJOB= 334371
IDBENCH= 24626
IDSOLVER= 109
FILE ID= node15/334371-1173568009

PBS_JOBID= 4101201

Free space on /tmp= 66479 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/334371-1173568009/minisat /tmp/evaluation/334371-1173568009/instance-334371-1173568009.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-334371-1173568009 -o ROOT/results/node15/solver-334371-1173568009 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334371-1173568009/minisat /tmp/evaluation/334371-1173568009/instance-334371-1173568009.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  19fdeefb726e073f5c825136ceaf9e1b

RANDOM SEED= 19956566

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1460448 kB
Buffers:         51468 kB
Cached:         451832 kB
SwapCached:       2892 kB
Active:         323912 kB
Inactive:       202668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460448 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           53804 kB
Writeback:           0 kB
Mapped:          30180 kB
Slab:            54424 kB
Committed_AS:  1344292 kB
PageTables:       1800 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= 66479 MiB

End job on node15 on Sat Mar 10 23:27:00 UTC 2007