Trace number 1806004

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.08 1200.64

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
MD5SUM41f1c0479c607ce4a810d6cbab59e2f9
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 variables49509
Number of clauses3649657
Sum of the clauses size7337555
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23644023
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 58
Number of clauses of size over 55618

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:  49509                                                |
0.00/0.00	|  Number of clauses:    3649657                                              |
8.06/8.18	|  Parsing time:         7.85         s                                       |
178.74/178.90	============================[ Search Statistics ]==============================
178.74/178.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
178.74/178.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
178.74/178.90	===============================================================================
178.74/178.90	|         0 |   33590  2248314  5578697 |   749438        0    nan |  0.000 % |
179.14/179.31	|       100 |   33588  2248314  5578697 |   824381       98      8 | 19.643 % |
179.34/179.60	|       250 |   33582  2248314  5578697 |   906819      244      9 | 19.833 % |
180.14/180.33	|       475 |   33579  2248314  5578697 |   997501      468     10 | 19.835 % |
180.93/181.11	|       813 |   33579  2248314  5578697 |  1097252      806     12 | 19.835 % |
182.13/182.36	|      1319 |   33575  2248314  5578697 |  1206977     1307     12 | 19.851 % |
184.23/184.47	|      2078 |   33572  2248314  5578697 |  1327675     2065     13 | 19.857 % |
187.73/187.97	|      3217 |   33568  2248314  5578697 |  1460442     3200     13 | 19.865 % |
193.83/194.04	|      4925 |   33544  2248314  5578697 |  1606486     4905     14 | 20.033 % |
201.92/202.12	|      7487 |   33360  2228229  5534507 |  1767135     7390     16 | 20.095 % |
215.12/215.33	|     11333 |   33353  2224464  5526074 |  1943849    11123     17 | 20.109 % |
238.61/238.83	|     17099 |   33341  2223230  5523271 |  2138234    16776     18 | 20.188 % |
274.39/274.65	|     25749 |   33204  2211465  5496750 |  2352057    25211     22 | 20.419 % |
333.17/333.43	|     38723 |   33083  2202853  5477789 |  2587263    38029     31 | 20.817 % |
431.23/431.53	|     58185 |   32973  2189168  5447391 |  2845989    56504     44 | 20.877 % |
626.96/627.30	|     87378 |   32915  2186326  5441163 |  3130588    84870     62 | 21.921 % |
945.03/945.55	|    131167 |   32296  2118854  5287536 |  3443647   126684     76 | 22.349 % |

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-1806004-1242143984/watcher-1806004-1242143984 -o /tmp/evaluation-result-1806004-1242143984/solver-1806004-1242143984 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806004-1242143984.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: 1.16 1.00 0.92 4/64 21290
/proc/meminfo: memFree=768512/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=18576 CPUtime=0
/proc/21290/stat : 21290 (runsolver) R 21288 21290 21194 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 242432602 19021824 284 1992294400 4194304 4302564 548682068560 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21290/statm: 4644 284 249 26 0 2626 0

[startup+0.098821 s]
/proc/loadavg: 1.16 1.00 0.92 4/64 21290
/proc/meminfo: memFree=768512/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=10372 CPUtime=0.08
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 2181 0 0 0 8 0 0 0 20 0 1 0 242432602 10620928 2130 1992294400 134512640 135243866 4294956256 18446744073709551615 134538606 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2593 2130 65 178 0 2413 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10372

[startup+0.101816 s]
/proc/loadavg: 1.16 1.00 0.92 4/64 21290
/proc/meminfo: memFree=768512/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=10504 CPUtime=0.08
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 2199 0 0 0 8 0 0 0 20 0 1 0 242432602 10756096 2148 1992294400 134512640 135243866 4294956256 18446744073709551615 134538356 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 2626 2148 65 178 0 2446 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10504

[startup+0.301859 s]
/proc/loadavg: 1.16 1.00 0.92 4/64 21290
/proc/meminfo: memFree=768512/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=15224 CPUtime=0.29
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 3382 0 0 0 28 1 0 0 21 0 1 0 242432602 15589376 3331 1992294400 134512640 135243866 4294956256 18446744073709551615 134538606 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 3806 3331 65 178 0 3626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15224

[startup+0.701939 s]
/proc/loadavg: 1.16 1.00 0.92 4/64 21290
/proc/meminfo: memFree=768512/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=24224 CPUtime=0.68
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 5625 0 0 0 66 2 0 0 25 0 1 0 242432602 24805376 5574 1992294400 134512640 135243866 4294956256 18446744073709551615 134538356 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 6056 5574 65 178 0 5876 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24224

[startup+1.5011 s]
/proc/loadavg: 1.16 1.00 0.92 4/65 21291
/proc/meminfo: memFree=739576/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=42576 CPUtime=1.48
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 10152 0 0 0 143 5 0 0 25 0 1 0 242432602 43597824 10101 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 10644 10101 65 178 0 10464 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42576

[startup+3.10141 s]
/proc/loadavg: 1.16 1.00 0.92 3/65 21291
/proc/meminfo: memFree=714168/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=80956 CPUtime=3.07
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 19420 0 0 0 296 11 0 0 25 0 1 0 242432602 82898944 19369 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 20239 19369 65 178 0 20059 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 80956

[startup+6.30203 s]
/proc/loadavg: 1.23 1.02 0.93 3/65 21291
/proc/meminfo: memFree=638904/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=159304 CPUtime=6.27
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 37961 0 0 0 604 23 0 0 25 0 1 0 242432602 163127296 37910 1992294400 134512640 135243866 4294956256 18446744073709551615 134555324 0 0 4096 3 0 0 0 17 1 0 0
/proc/21290/statm: 39826 37910 65 178 0 39646 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 159304

[startup+12.7013 s]
/proc/loadavg: 1.29 1.04 0.93 2/65 21291
/proc/meminfo: memFree=575992/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=207460 CPUtime=12.64
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 48219 0 0 0 1235 29 0 0 25 0 1 0 242432602 212439040 48168 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 51865 48168 79 178 0 51685 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 207460

[startup+25.5018 s]
/proc/loadavg: 1.22 1.03 0.93 2/65 21291
/proc/meminfo: memFree=576056/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=207460 CPUtime=25.43
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 48219 0 0 0 2514 29 0 0 25 0 1 0 242432602 212439040 48168 1992294400 134512640 135243866 4294956256 18446744073709551615 134535576 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 51865 48168 79 178 0 51685 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 207460

[startup+51.1017 s]
/proc/loadavg: 1.15 1.03 0.93 2/65 21291
/proc/meminfo: memFree=576248/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=207460 CPUtime=51.01
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 48219 0 0 0 5072 29 0 0 25 0 1 0 242432602 212439040 48168 1992294400 134512640 135243866 4294956256 18446744073709551615 134535576 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 51865 48168 79 178 0 51685 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 207460

[startup+102.306 s]
/proc/loadavg: 1.06 1.02 0.93 2/65 21297
/proc/meminfo: memFree=497520/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=291772 CPUtime=102.17
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 67894 0 0 0 10177 40 0 0 25 0 1 0 242432602 298774528 67843 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 72943 67843 80 178 0 72763 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 291772

[startup+162.301 s]
/proc/loadavg: 1.02 1.02 0.93 2/65 21297
/proc/meminfo: memFree=480176/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=297600 CPUtime=162.14
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72209 0 0 0 16171 43 0 0 25 0 1 0 242432602 304742400 72158 1992294400 134512640 135243866 4294956256 18446744073709551615 134535822 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 74400 72158 80 178 0 74220 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 297600

[startup+222.301 s]
/proc/loadavg: 1.01 1.01 0.93 2/65 21297
/proc/meminfo: memFree=524912/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=249744 CPUtime=222.11
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72576 0 0 0 22167 44 0 0 25 0 1 0 242432602 255737856 60926 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62436 60926 86 178 0 62256 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 249744

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 0.93 2/65 21297
/proc/meminfo: memFree=524912/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=249744 CPUtime=282.09
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72576 0 0 0 28165 44 0 0 25 0 1 0 242432602 255737856 60926 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62436 60926 86 178 0 62256 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 249744

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524912/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250032 CPUtime=342.07
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72590 0 0 0 34163 44 0 0 25 0 1 0 242432602 256032768 60940 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62508 60940 86 178 0 62328 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 250032

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524920/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250032 CPUtime=402.04
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72601 0 0 0 40160 44 0 0 25 0 1 0 242432602 256032768 60951 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62508 60951 86 178 0 62328 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 250032

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524856/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250032 CPUtime=462.02
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72612 0 0 0 46158 44 0 0 25 0 1 0 242432602 256032768 60962 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62508 60962 86 178 0 62328 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 250032

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=525048/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250032 CPUtime=522
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72620 0 0 0 52155 45 0 0 25 0 1 0 242432602 256032768 60970 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62508 60970 86 178 0 62328 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 250032

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524984/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250032 CPUtime=581.98
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72627 0 0 0 58153 45 0 0 25 0 1 0 242432602 256032768 60977 1992294400 134512640 135243866 4294956256 18446744073709551615 134566056 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62508 60977 86 178 0 62328 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 250032

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524920/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250032 CPUtime=641.96
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72635 0 0 0 64151 45 0 0 25 0 1 0 242432602 256032768 60985 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62508 60985 86 178 0 62328 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 250032

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524472/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250576 CPUtime=701.93
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72733 0 0 0 70148 45 0 0 25 0 1 0 242432602 256589824 61083 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62644 61083 86 178 0 62464 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 250576

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524408/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250576 CPUtime=761.91
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72740 0 0 0 76146 45 0 0 25 0 1 0 242432602 256589824 61090 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62644 61090 86 178 0 62464 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 250576

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524408/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250576 CPUtime=821.88
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72748 0 0 0 82143 45 0 0 25 0 1 0 242432602 256589824 61098 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62644 61098 86 178 0 62464 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 250576

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524344/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250576 CPUtime=881.85
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72756 0 0 0 88140 45 0 0 25 0 1 0 242432602 256589824 61106 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62644 61106 86 178 0 62464 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 250576

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524344/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250576 CPUtime=941.83
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72763 0 0 0 94138 45 0 0 25 0 1 0 242432602 256589824 61113 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62644 61113 86 178 0 62464 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 250576

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524344/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250576 CPUtime=1001.81
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72764 0 0 0 100136 45 0 0 25 0 1 0 242432602 256589824 61114 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62644 61114 86 178 0 62464 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 250576

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524280/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250576 CPUtime=1061.79
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72772 0 0 0 106134 45 0 0 25 0 1 0 242432602 256589824 61122 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62644 61122 86 178 0 62464 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 250576

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524280/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250844 CPUtime=1121.76
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72779 0 0 0 112131 45 0 0 25 0 1 0 242432602 256864256 61129 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62711 61129 86 178 0 62531 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 250844

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524216/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250844 CPUtime=1181.74
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72785 0 0 0 118129 45 0 0 25 0 1 0 242432602 256864256 61135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62711 61135 86 178 0 62531 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 250844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 21297
/proc/meminfo: memFree=524216/2055920 swapFree=4180192/4192956
[pid=21290] ppid=21288 vsize=250844 CPUtime=1200.03
/proc/21290/stat : 21290 (minisat_static) R 21288 21290 21194 0 -1 4194304 72787 0 0 0 119958 45 0 0 25 0 1 0 242432602 256864256 61137 1992294400 134512640 135243866 4294956256 18446744073709551615 134555901 0 0 4096 3 0 0 0 17 0 0 0
/proc/21290/statm: 62711 61137 86 178 0 62531 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 250844

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.64
CPU time (s): 1200.08
CPU user time (s): 1199.58
CPU system time (s): 0.497924
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 297972

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

runsolver used 0.933858 second user time and 3.46547 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-12 17:59:53
IDJOB=1806004
IDBENCH=24639
IDSOLVER=568
FILE ID=node28/1806004-1242143984
PBS_JOBID= 9289693
Free space on /tmp= 65972 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806004-1242143984/watcher-1806004-1242143984 -o /tmp/evaluation-result-1806004-1242143984/solver-1806004-1242143984 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806004-1242143984.cnf

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

MD5SUM BENCH= 41f1c0479c607ce4a810d6cbab59e2f9
RANDOM SEED=2079301222

node28.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.261
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.261
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:        768992 kB
Buffers:         77764 kB
Cached:        1107792 kB
SwapCached:       5940 kB
Active:         106776 kB
Inactive:      1087316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        768992 kB
SwapTotal:     4192956 kB
SwapFree:      4180192 kB
Dirty:           53056 kB
Writeback:           0 kB
Mapped:          14212 kB
Slab:            78684 kB
Committed_AS:   909284 kB
PageTables:       1420 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= 65972 MiB
End job on node28 at 2009-05-12 18:19:56