Trace number 1805961

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-core 070721? (TO) 1200.08 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-1.sat05-504.reshuffled-07.cnf
MD5SUM3ec02d98577965dc40d4f2f9fa0499c0
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 variables4703
Number of clauses45358
Sum of the clauses size203370
Maximum clause length5
Minimum clause length1
Number of clauses of size 1146
Number of clauses of size 24604
Number of clauses of size 34512
Number of clauses of size 40
Number of clauses of size 536096
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:  4703                                                 |
0.00/0.00	|  Number of clauses:    45358                                                |
0.00/0.04	|  Parsing time:         0.04         s                                       |
0.00/0.04	============================[ Search Statistics ]==============================
0.00/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.04	===============================================================================
0.00/0.04	|         0 |    4508    44010   197666 |    14670        0    nan |  0.000 % |
0.00/0.06	|       100 |    4506    44010   197666 |    16137       98     13 |  4.189 % |
0.19/0.27	|       250 |    4506    44010   197666 |    17750      248     59 |  4.189 % |
0.39/0.44	|       476 |    4506    43988   197571 |    19525      474     59 |  4.189 % |
0.59/0.66	|       813 |    4506    43988   197571 |    21478      811     54 |  4.189 % |
1.09/1.14	|      1319 |    4506    43988   197571 |    23626     1317     52 |  4.189 % |
1.78/1.83	|      2078 |    4506    43988   197571 |    25988     2076     48 |  4.189 % |
2.78/2.86	|      3217 |    4506    43988   197571 |    28587     3215     46 |  4.189 % |
4.39/4.49	|      4926 |    4506    43988   197571 |    31446     4924     48 |  4.189 % |
6.39/6.42	|      7488 |    4506    43988   197571 |    34591     7486     46 |  4.189 % |
11.78/11.80	|     11332 |    4506    43988   197571 |    38050    11330     49 |  4.189 % |
20.18/20.24	|     17098 |    4506    43988   197571 |    41855    17096     55 |  4.189 % |
33.17/33.26	|     25748 |    4505    43977   197523 |    46040    25745     59 |  4.210 % |
53.37/53.44	|     38722 |    4504    43968   197485 |    50644    38718     55 |  4.231 % |
84.57/84.60	|     58184 |    4503    43957   197437 |    55709    19188     49 |  4.253 % |
130.05/130.10	|     87376 |    4503    43957   197437 |    61280    48380     48 |  4.253 % |
199.33/199.40	|    131166 |    4503    43957   197437 |    67408    42056     38 |  4.253 % |
303.70/303.83	|    196851 |    4503    43957   197437 |    74149    51251     54 |  4.253 % |
456.96/457.14	|    295378 |    4503    43957   197437 |    81563    26463     43 |  4.253 % |
727.19/727.49	|    443167 |    4503    43957   197437 |    89720    36987     39 |  4.253 % |
1123.99/1124.36	|    664851 |    4502    43946   197390 |    98692    28922     57 |  4.274 % |

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-1805961-1242143536/watcher-1805961-1242143536 -o /tmp/evaluation-result-1805961-1242143536/solver-1805961-1242143536 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805961-1242143536.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.88 3/64 18167
/proc/meminfo: memFree=1003352/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=1884 CPUtime=0
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 122 0 0 0 0 0 0 0 20 0 1 0 242381186 1929216 107 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 471 113 46 171 0 297 0

[startup+0.085857 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 18167
/proc/meminfo: memFree=1003352/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=4468 CPUtime=0.07
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 995 0 0 0 7 0 0 0 20 0 1 0 242381186 4575232 980 1992294400 134512640 135213614 4294956256 18446744073709551615 134529510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1117 980 77 171 0 943 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4468

[startup+0.101857 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 18167
/proc/meminfo: memFree=1003352/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=4468 CPUtime=0.09
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 999 0 0 0 9 0 0 0 20 0 1 0 242381186 4575232 984 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1117 984 77 171 0 943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4468

[startup+0.301881 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 18167
/proc/meminfo: memFree=1003352/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=4600 CPUtime=0.29
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 1027 0 0 0 29 0 0 0 21 0 1 0 242381186 4710400 1012 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1150 1012 77 171 0 976 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4600

[startup+0.701925 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 18167
/proc/meminfo: memFree=1003352/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=4864 CPUtime=0.69
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 1077 0 0 0 69 0 0 0 25 0 1 0 242381186 4980736 1062 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1216 1062 77 171 0 1042 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4864

[startup+1.50201 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 18168
/proc/meminfo: memFree=999312/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=4996 CPUtime=1.49
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 1133 0 0 0 149 0 0 0 25 0 1 0 242381186 5115904 1118 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1249 1118 77 171 0 1075 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4996

[startup+3.10119 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 18168
/proc/meminfo: memFree=998864/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=5392 CPUtime=3.08
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 1232 0 0 0 308 0 0 0 25 0 1 0 242381186 5521408 1217 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1348 1217 77 171 0 1174 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5392

[startup+6.30155 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 18168
/proc/meminfo: memFree=997904/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=6316 CPUtime=6.29
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 1445 0 0 0 628 1 0 0 25 0 1 0 242381186 6467584 1430 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1579 1430 77 171 0 1405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6316

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 18168
/proc/meminfo: memFree=996560/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=7516 CPUtime=12.68
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 1753 0 0 0 1267 1 0 0 25 0 1 0 242381186 7696384 1738 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 1879 1738 77 171 0 1705 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7516

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 18168
/proc/meminfo: memFree=993744/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=10188 CPUtime=25.48
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 2429 0 0 0 2546 2 0 0 25 0 1 0 242381186 10432512 2414 1992294400 134512640 135213614 4294956256 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 2547 2414 77 171 0 2373 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10188

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 18168
/proc/meminfo: memFree=989840/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=14252 CPUtime=51.07
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 3415 0 0 0 5104 3 0 0 25 0 1 0 242381186 14594048 3400 1992294400 134512640 135213614 4294956256 18446744073709551615 134536248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 3563 3400 77 171 0 3389 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14252

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 18168
/proc/meminfo: memFree=986192/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=17796 CPUtime=102.26
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 4308 0 0 0 10222 4 0 0 25 0 1 0 242381186 18223104 4293 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 4449 4293 77 171 0 4275 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17796

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 18168
/proc/meminfo: memFree=984272/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=19748 CPUtime=162.25
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 4779 0 0 0 16220 5 0 0 25 0 1 0 242381186 20221952 4764 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 4937 4764 77 171 0 4763 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19748

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 18168
/proc/meminfo: memFree=984016/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=20112 CPUtime=222.23
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 4853 0 0 0 22218 5 0 0 25 0 1 0 242381186 20594688 4838 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 5028 4838 77 171 0 4854 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 20112

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18168
/proc/meminfo: memFree=983760/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=20420 CPUtime=282.21
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 4916 0 0 0 28216 5 0 0 25 0 1 0 242381186 20910080 4901 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 5105 4901 77 171 0 4931 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 20420

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18168
/proc/meminfo: memFree=979152/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=25064 CPUtime=342.19
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6072 0 0 0 34213 6 0 0 25 0 1 0 242381186 25665536 6057 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6266 6057 77 171 0 6092 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 25064

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18168
/proc/meminfo: memFree=978448/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=25756 CPUtime=402.18
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6244 0 0 0 40212 6 0 0 25 0 1 0 242381186 26374144 6229 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6439 6229 77 171 0 6265 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 25756

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18168
/proc/meminfo: memFree=978384/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=25728 CPUtime=462.17
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6256 0 0 0 46210 7 0 0 25 0 1 0 242381186 26345472 6241 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6432 6241 77 171 0 6258 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 25728

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18168
/proc/meminfo: memFree=978320/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=25892 CPUtime=522.15
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6286 0 0 0 52208 7 0 0 25 0 1 0 242381186 26513408 6271 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6473 6271 77 171 0 6299 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 25892

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=977872/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=26292 CPUtime=582.13
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6369 0 0 0 58206 7 0 0 25 0 1 0 242381186 26923008 6354 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6573 6354 77 171 0 6399 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 26292

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=977872/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=26292 CPUtime=642.11
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6369 0 0 0 64204 7 0 0 25 0 1 0 242381186 26923008 6354 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6573 6354 77 171 0 6399 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 26292

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=977744/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=26456 CPUtime=702.09
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6406 0 0 0 70202 7 0 0 25 0 1 0 242381186 27090944 6391 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6614 6391 77 171 0 6440 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 26456

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=977488/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=26636 CPUtime=762.08
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6465 0 0 0 76201 7 0 0 25 0 1 0 242381186 27275264 6450 1992294400 134512640 135213614 4294956256 18446744073709551615 134536745 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6659 6450 77 171 0 6485 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 26636

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=976208/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=27988 CPUtime=822.06
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6789 0 0 0 82198 8 0 0 25 0 1 0 242381186 28659712 6774 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 6997 6774 77 171 0 6823 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 27988

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=975952/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=28152 CPUtime=882.04
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 6842 0 0 0 88196 8 0 0 25 0 1 0 242381186 28827648 6827 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 7038 6827 77 171 0 6864 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 28152

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=973520/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=30816 CPUtime=942.03
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 7469 0 0 0 94194 9 0 0 25 0 1 0 242381186 31555584 7446 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 7704 7446 77 171 0 7530 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 30816

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=973520/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=30816 CPUtime=1002.01
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 7469 0 0 0 100192 9 0 0 25 0 1 0 242381186 31555584 7446 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 7704 7446 77 171 0 7530 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 30816

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=973520/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=30816 CPUtime=1062
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 7469 0 0 0 106191 9 0 0 25 0 1 0 242381186 31555584 7446 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 7704 7446 77 171 0 7530 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 30816

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=971344/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=32928 CPUtime=1121.99
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 8017 0 0 0 112189 10 0 0 25 0 1 0 242381186 33718272 7994 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 8232 7994 77 171 0 8058 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 32928

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=971344/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=32928 CPUtime=1181.97
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 8017 0 0 0 118187 10 0 0 25 0 1 0 242381186 33718272 7994 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 8232 7994 77 171 0 8058 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 32928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 18174
/proc/meminfo: memFree=971344/2055920 swapFree=4191900/4192956
[pid=18167] ppid=18165 vsize=32928 CPUtime=1200.07
/proc/18167/stat : 18167 (minisat_static) R 18165 18167 18039 0 -1 4194304 8017 0 0 0 119997 10 0 0 25 0 1 0 242381186 33718272 7994 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 8232 7994 77 171 0 8058 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 32928

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.41
CPU time (s): 1200.08
CPU user time (s): 1199.97
CPU system time (s): 0.108983
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 32928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8017
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= 3
involuntary context switches= 1805

runsolver used 1.18582 second user time and 2.73458 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 17:52:16
IDJOB=1805961
IDBENCH=24629
IDSOLVER=651
FILE ID=node62/1805961-1242143536
PBS_JOBID= 9289662
Free space on /tmp= 66380 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-048BitPrimes-1.sat05-504.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805961-1242143536/watcher-1805961-1242143536 -o /tmp/evaluation-result-1805961-1242143536/solver-1805961-1242143536 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1805961-1242143536.cnf

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

MD5SUM BENCH= 3ec02d98577965dc40d4f2f9fa0499c0
RANDOM SEED=2013408077

node62.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	: 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.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:       1003832 kB
Buffers:         72140 kB
Cached:         894348 kB
SwapCached:        268 kB
Active:         106700 kB
Inactive:       874584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1003832 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:          23304 kB
Slab:            56644 kB
Committed_AS:   681040 kB
PageTables:       1456 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= 66380 MiB
End job on node62 at 2009-05-12 18:12:19