Trace number 1805934

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
minisat2-simp 070721? (TO) 1200.05 1200.63

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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  166463                                               |
0.00/0.00	|  Number of clauses:    1654558                                              |
7.88/7.95	|  Parsing time:         7.73         s                                       |
30.17/30.28	============================[ Search Statistics ]==============================
30.17/30.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.17/30.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.17/30.28	===============================================================================
30.17/30.28	|         0 |  165289  1396354  5022848 |   465451        0    nan |  0.000 % |
30.48/30.56	|       100 |  165285  1396354  5022848 |   511996       96     10 |  0.703 % |
30.68/30.72	|       250 |  165284  1396354  5022848 |   563196      244     10 |  0.704 % |
30.88/30.91	|       475 |  165282  1396354  5022848 |   619515      468      8 |  0.705 % |
30.97/31.06	|       812 |  165282  1396354  5022848 |   681467      805      9 |  0.705 % |
31.07/31.18	|      1319 |  165282  1396354  5022848 |   749614     1312      9 |  0.705 % |
31.67/31.73	|      2078 |  165281  1396354  5022848 |   824575     2070     11 |  0.705 % |
31.87/31.98	|      3217 |  165281  1396354  5022848 |   907032     3209     12 |  0.705 % |
32.17/32.24	|      4925 |  165281  1396354  5022848 |   997736     4917     12 |  0.705 % |
32.87/32.93	|      7488 |  165281  1396354  5022848 |  1097509     7480     15 |  0.705 % |
33.97/34.07	|     11332 |  165280  1396354  5022848 |  1207260    11323     16 |  0.706 % |
36.47/36.55	|     17099 |  165279  1396354  5022848 |  1327986    17089     16 |  0.706 % |
39.07/39.11	|     25748 |  165277  1396354  5022848 |  1460785    25736     17 |  0.708 % |
45.66/45.79	|     38723 |  165277  1396354  5022848 |  1606864    38711     21 |  0.708 % |
56.76/56.82	|     58184 |  165276  1394522  5016169 |  1767550    58168     21 |  0.708 % |
75.65/75.75	|     87377 |  165273  1394490  5016065 |  1944305    87358     21 |  0.710 % |
550.43/550.78	|    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-1805934-1242143413/watcher-1805934-1242143413 -o /tmp/evaluation-result-1805934-1242143413/solver-1805934-1242143413 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805934-1242143413.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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.77 3/65 24009
/proc/meminfo: memFree=1273480/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=2928 CPUtime=0
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 593 0 0 0 0 0 0 0 18 0 1 0 242370539 2998272 578 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 732 587 62 178 0 552 0

[startup+0.0322311 s]
/proc/loadavg: 0.99 0.97 0.77 3/65 24009
/proc/meminfo: memFree=1273480/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=11368 CPUtime=0.02
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 2482 0 0 0 2 0 0 0 18 0 1 0 242370539 11640832 2385 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 2842 2387 62 178 0 2662 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11368

[startup+0.101238 s]
/proc/loadavg: 0.99 0.97 0.77 3/65 24009
/proc/meminfo: memFree=1273480/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=23696 CPUtime=0.09
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 4723 0 0 0 8 1 0 0 18 0 1 0 242370539 24264704 4626 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 5924 4626 65 178 0 5744 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23696

[startup+0.301266 s]
/proc/loadavg: 0.99 0.97 0.77 3/65 24009
/proc/meminfo: memFree=1273480/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=28292 CPUtime=0.29
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 5863 0 0 0 27 2 0 0 19 0 1 0 242370539 28971008 5766 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 7073 5767 65 178 0 6893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28292

[startup+0.701312 s]
/proc/loadavg: 0.99 0.97 0.77 3/65 24009
/proc/meminfo: memFree=1273480/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=35368 CPUtime=0.69
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 7558 0 0 0 66 3 0 0 23 0 1 0 242370539 36216832 7461 1992294400 134512640 135243866 4294956256 18446744073709551615 134538356 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 8842 7461 65 178 0 8662 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35368

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 24010
/proc/meminfo: memFree=1239680/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=48628 CPUtime=1.49
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 10698 0 0 0 143 6 0 0 25 0 1 0 242370539 49795072 10601 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 12157 10601 65 178 0 11977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48628

[startup+3.10161 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 24010
/proc/meminfo: memFree=1223040/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=71104 CPUtime=3.09
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 16520 0 0 0 299 10 0 0 25 0 1 0 242370539 72810496 16423 1992294400 134512640 135243866 4294956256 18446744073709551615 134538443 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 17776 16423 65 178 0 17596 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71104

[startup+6.30202 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 24010
/proc/meminfo: memFree=1174720/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=120732 CPUtime=6.29
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 28325 0 0 0 611 18 0 0 25 0 1 0 242370539 123629568 28228 1992294400 134512640 135243866 4294956256 18446744073709551615 134538581 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 30183 28228 65 178 0 30003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120732

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 24010
/proc/meminfo: memFree=1133440/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=151232 CPUtime=12.69
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 35376 0 0 0 1247 22 0 0 25 0 1 0 242370539 154861568 35279 1992294400 134512640 135243866 4294956256 18446744073709551615 134533040 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 37808 35279 80 178 0 37628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151232

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 24010
/proc/meminfo: memFree=1128832/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=156112 CPUtime=25.47
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 36517 0 0 0 2524 23 0 0 25 0 1 0 242370539 159858688 36420 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 39028 36420 80 178 0 38848 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 156112

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 24010
/proc/meminfo: memFree=1144704/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=51.06
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38099 0 0 0 5081 25 0 0 25 0 1 0 242370539 140574720 32402 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32402 87 178 0 34140 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 137280

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.79 2/66 24010
/proc/meminfo: memFree=1144704/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=102.24
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38099 0 0 0 10199 25 0 0 25 0 1 0 242370539 140574720 32402 1992294400 134512640 135243866 4294956256 18446744073709551615 134558765 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32402 87 178 0 34140 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 137280

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 24010
/proc/meminfo: memFree=1144576/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=162.2
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38099 0 0 0 16195 25 0 0 25 0 1 0 242370539 140574720 32402 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32402 87 178 0 34140 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 137280

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 24010
/proc/meminfo: memFree=1144576/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=222.17
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38099 0 0 0 22192 25 0 0 25 0 1 0 242370539 140574720 32402 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32402 87 178 0 34140 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 137280

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 24010
/proc/meminfo: memFree=1144576/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=282.15
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38102 0 0 0 28190 25 0 0 25 0 1 0 242370539 140574720 32405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32405 87 178 0 34140 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 137280

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 24010
/proc/meminfo: memFree=1144576/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=342.12
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38104 0 0 0 34187 25 0 0 25 0 1 0 242370539 140574720 32407 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32407 87 178 0 34140 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 137280

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 24010
/proc/meminfo: memFree=1144576/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=402.09
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38106 0 0 0 40184 25 0 0 25 0 1 0 242370539 140574720 32409 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32409 87 178 0 34140 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 137280

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 24010
/proc/meminfo: memFree=1144576/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=462.07
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38106 0 0 0 46182 25 0 0 25 0 1 0 242370539 140574720 32409 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32409 87 178 0 34140 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 137280

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 24010
/proc/meminfo: memFree=1144576/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=522.03
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38106 0 0 0 52178 25 0 0 25 0 1 0 242370539 140574720 32409 1992294400 134512640 135243866 4294956256 18446744073709551615 134566478 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32409 87 178 0 34140 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 137280

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 24010
/proc/meminfo: memFree=1144512/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=582.01
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38106 0 0 0 58176 25 0 0 25 0 1 0 242370539 140574720 32409 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32409 87 178 0 34140 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 137280

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 24016
/proc/meminfo: memFree=1144448/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=641.98
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38106 0 0 0 64173 25 0 0 25 0 1 0 242370539 140574720 32409 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32409 87 178 0 34140 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 137280

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 24016
/proc/meminfo: memFree=1144512/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=701.94
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38106 0 0 0 70169 25 0 0 25 0 1 0 242370539 140574720 32409 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32409 87 178 0 34140 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 137280

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 24016
/proc/meminfo: memFree=1144448/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=761.92
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38106 0 0 0 76167 25 0 0 25 0 1 0 242370539 140574720 32409 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32409 87 178 0 34140 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 137280

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 24016
/proc/meminfo: memFree=1144512/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=821.89
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38117 0 0 0 82164 25 0 0 25 0 1 0 242370539 140574720 32420 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32420 87 178 0 34140 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 137280

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 24016
/proc/meminfo: memFree=1144448/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=881.86
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38142 0 0 0 88161 25 0 0 25 0 1 0 242370539 140574720 32445 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32445 87 178 0 34140 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 137280

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 24016
/proc/meminfo: memFree=1144384/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=941.84
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38167 0 0 0 94159 25 0 0 25 0 1 0 242370539 140574720 32470 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32470 87 178 0 34140 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 137280

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 24016
/proc/meminfo: memFree=1144320/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=1001.81
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38186 0 0 0 100156 25 0 0 25 0 1 0 242370539 140574720 32489 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32489 87 178 0 34140 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 137280

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 24016
/proc/meminfo: memFree=1144192/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=1061.78
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38211 0 0 0 106153 25 0 0 25 0 1 0 242370539 140574720 32514 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32514 87 178 0 34140 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 137280

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24016
/proc/meminfo: memFree=1144064/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=1121.75
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38229 0 0 0 112150 25 0 0 25 0 1 0 242370539 140574720 32532 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32532 87 178 0 34140 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 137280

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24016
/proc/meminfo: memFree=1144000/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=1181.73
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38240 0 0 0 118148 25 0 0 25 0 1 0 242370539 140574720 32543 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32543 87 178 0 34140 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 137280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24016
/proc/meminfo: memFree=1143936/2055920 swapFree=4180188/4192956
[pid=24009] ppid=24007 vsize=137280 CPUtime=1200.02
/proc/24009/stat : 24009 (minisat_static) R 24007 24009 23942 0 -1 4194304 38246 0 0 0 119977 25 0 0 25 0 1 0 242370539 140574720 32549 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 0 0 0
/proc/24009/statm: 34320 32549 87 178 0 34140 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 137280

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): 1200.63
CPU time (s): 1200.05
CPU user time (s): 1199.77
CPU system time (s): 0.278957
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 163924

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

runsolver used 1.07784 second user time and 3.2985 second system time

The end

Launcher Data

Begin job on node54 at 2009-05-12 17:50:22
IDJOB=1805934
IDBENCH=24626
IDSOLVER=568
FILE ID=node54/1805934-1242143413
PBS_JOBID= 9289670
Free space on /tmp= 66232 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805934-1242143413/watcher-1805934-1242143413 -o /tmp/evaluation-result-1805934-1242143413/solver-1805934-1242143413 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805934-1242143413.cnf

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

MD5SUM BENCH= 19fdeefb726e073f5c825136ceaf9e1b
RANDOM SEED=1792798177

node54.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.234
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.234
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:       1273896 kB
Buffers:         40716 kB
Cached:         667480 kB
SwapCached:       5872 kB
Active:         139060 kB
Inactive:       577720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273896 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:           53856 kB
Writeback:           0 kB
Mapped:          14220 kB
Slab:            51168 kB
Committed_AS:   855224 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66232 MiB
End job on node54 at 2009-05-12 18:10:24