Trace number 1805954

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.06 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-048BitPrimes-0.sat05-503.reshuffled-07.cnf
MD5SUM5a3ae9766db0de00fa37fabacaa34827
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.01/0.04	|  Parsing time:         0.04         s                                       |
0.01/0.04	============================[ Search Statistics ]==============================
0.01/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.04	===============================================================================
0.01/0.04	|         0 |    4508    44010   197742 |    14670        0    nan |  0.000 % |
0.01/0.06	|       101 |    4508    44010   197742 |    16137      101     11 |  4.146 % |
0.19/0.21	|       251 |    4508    44010   197742 |    17750      251     52 |  4.147 % |
0.39/0.40	|       476 |    4508    44010   197742 |    19525      476     52 |  4.146 % |
0.49/0.58	|       814 |    4508    44010   197742 |    21478      814     51 |  4.147 % |
0.69/0.74	|      1320 |    4508    44010   197742 |    23626     1320     42 |  4.146 % |
1.59/1.67	|      2080 |    4508    44010   197742 |    25988     2080     54 |  4.147 % |
2.59/2.60	|      3219 |    4508    44010   197742 |    28587     3219     56 |  4.147 % |
3.38/3.46	|      4927 |    4508    44010   197742 |    31446     4927     46 |  4.146 % |
5.39/5.43	|      7489 |    4508    44010   197742 |    34591     7489     53 |  4.147 % |
8.79/8.85	|     11333 |    4508    44010   197742 |    38050    11333     53 |  4.146 % |
14.98/15.02	|     17099 |    4508    44010   197742 |    41855    17099     54 |  4.146 % |
28.17/28.21	|     25748 |    4508    44010   197742 |    46040    25748     62 |  4.147 % |
54.07/54.13	|     38722 |    4508    44010   197742 |    50644    38722     67 |  4.147 % |
95.16/95.24	|     58184 |    4508    44010   197742 |    55709    18553     49 |  4.146 % |
144.75/144.82	|     87377 |    4507    43999   197694 |    61280    47745     59 |  4.168 % |
231.22/231.36	|    131167 |    4507    43999   197694 |    67408    41944     46 |  4.168 % |
338.08/338.23	|    196851 |    4507    43999   197694 |    74149    51052     51 |  4.168 % |
521.03/521.26	|    295378 |    4506    43621   195811 |    81563    25249     46 |  4.189 % |
746.86/747.11	|    443167 |    4506    43621   195811 |    89720    40323     51 |  4.189 % |
1181.14/1181.58	|    664850 |    4505    43610   195764 |    98692    34658     59 |  4.210 % |

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-1805954-1242143513/watcher-1805954-1242143513 -o /tmp/evaluation-result-1805954-1242143513/solver-1805954-1242143513 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805954-1242143513.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.89 3/64 12787
/proc/meminfo: memFree=660048/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=1884 CPUtime=0
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 242378262 1929216 133 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 471 140 46 171 0 297 0

[startup+0.0237089 s]
/proc/loadavg: 0.99 0.97 0.89 3/64 12787
/proc/meminfo: memFree=660048/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=3040 CPUtime=0.01
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 637 0 0 0 1 0 0 0 20 0 1 0 242378262 3112960 622 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 760 622 58 171 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3040

[startup+0.101718 s]
/proc/loadavg: 0.99 0.97 0.89 3/64 12787
/proc/meminfo: memFree=660048/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=4492 CPUtime=0.09
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 990 0 0 0 9 0 0 0 20 0 1 0 242378262 4599808 975 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 1123 975 78 171 0 949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4492

[startup+0.301739 s]
/proc/loadavg: 0.99 0.97 0.89 3/64 12787
/proc/meminfo: memFree=660048/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=4624 CPUtime=0.29
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 1019 0 0 0 29 0 0 0 22 0 1 0 242378262 4734976 1004 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 1156 1004 78 171 0 982 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4624

[startup+0.701781 s]
/proc/loadavg: 0.99 0.97 0.89 3/64 12787
/proc/meminfo: memFree=660048/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=4756 CPUtime=0.69
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 1076 0 0 0 69 0 0 0 25 0 1 0 242378262 4870144 1061 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 1189 1061 78 171 0 1015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4756

[startup+1.50187 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12788
/proc/meminfo: memFree=656008/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=5020 CPUtime=1.49
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 1142 0 0 0 149 0 0 0 25 0 1 0 242378262 5140480 1127 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 1255 1127 78 171 0 1081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5020

[startup+3.10104 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12788
/proc/meminfo: memFree=655496/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=5552 CPUtime=3.08
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 1272 0 0 0 308 0 0 0 25 0 1 0 242378262 5685248 1257 1992294400 134512640 135213614 4294956256 18446744073709551615 134536186 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 1388 1257 78 171 0 1214 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5552

[startup+6.30139 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12788
/proc/meminfo: memFree=654216/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=6740 CPUtime=6.29
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 1557 0 0 0 628 1 0 0 25 0 1 0 242378262 6901760 1542 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 1685 1542 78 171 0 1511 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6740

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12788
/proc/meminfo: memFree=652296/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=8456 CPUtime=12.68
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 1974 0 0 0 1267 1 0 0 25 0 1 0 242378262 8658944 1959 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 2114 1959 78 171 0 1940 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8456

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12788
/proc/meminfo: memFree=649352/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=11328 CPUtime=25.48
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 2702 0 0 0 2546 2 0 0 25 0 1 0 242378262 11599872 2687 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 2832 2687 78 171 0 2658 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11328

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 12788
/proc/meminfo: memFree=644936/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=15856 CPUtime=51.07
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 3815 0 0 0 5104 3 0 0 25 0 1 0 242378262 16236544 3800 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 3964 3800 78 171 0 3790 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15856

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 12788
/proc/meminfo: memFree=641160/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=19508 CPUtime=102.26
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 4731 0 0 0 10222 4 0 0 25 0 1 0 242378262 19976192 4716 1992294400 134512640 135213614 4294956256 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 4877 4716 78 171 0 4703 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19508

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12788
/proc/meminfo: memFree=640584/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=20168 CPUtime=162.24
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 4889 0 0 0 16220 4 0 0 25 0 1 0 242378262 20652032 4874 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 5042 4874 78 171 0 4868 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 20168

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12788
/proc/meminfo: memFree=638664/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=22040 CPUtime=222.22
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 5347 0 0 0 22218 4 0 0 25 0 1 0 242378262 22568960 5332 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 5510 5332 78 171 0 5336 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 22040

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12788
/proc/meminfo: memFree=637192/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=23496 CPUtime=282.2
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 5709 0 0 0 28216 4 0 0 25 0 1 0 242378262 24059904 5694 1992294400 134512640 135213614 4294956256 18446744073709551615 134534738 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 5874 5694 78 171 0 5700 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23496

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12788
/proc/meminfo: memFree=637256/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=23496 CPUtime=342.18
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 5710 0 0 0 34214 4 0 0 25 0 1 0 242378262 24059904 5695 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 5874 5695 78 171 0 5700 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23496

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12788
/proc/meminfo: memFree=635400/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=25360 CPUtime=402.17
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6177 0 0 0 40212 5 0 0 25 0 1 0 242378262 25968640 6162 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 6340 6162 78 171 0 6166 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 25360

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12788
/proc/meminfo: memFree=635336/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=25360 CPUtime=462.15
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6181 0 0 0 46210 5 0 0 25 0 1 0 242378262 25968640 6166 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 6340 6166 78 171 0 6166 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 25360

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12788
/proc/meminfo: memFree=635208/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=25676 CPUtime=522.13
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6226 0 0 0 52208 5 0 0 25 0 1 0 242378262 26292224 6211 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 6419 6211 78 171 0 6245 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 25676

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=634632/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=26216 CPUtime=582.11
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6359 0 0 0 58206 5 0 0 25 0 1 0 242378262 26845184 6344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 6554 6344 78 171 0 6380 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 26216

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=632904/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=28020 CPUtime=642.09
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6784 0 0 0 64204 5 0 0 25 0 1 0 242378262 28692480 6769 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 7005 6769 78 171 0 6831 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 28020

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=632840/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=28020 CPUtime=702.07
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6804 0 0 0 70202 5 0 0 25 0 1 0 242378262 28692480 6789 1992294400 134512640 135213614 4294956256 18446744073709551615 134526967 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 7005 6789 78 171 0 6831 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 28020

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=632328/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=28548 CPUtime=762.07
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6928 0 0 0 76201 6 0 0 25 0 1 0 242378262 29233152 6913 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 7137 6913 78 171 0 6963 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 28548

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=632328/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=28548 CPUtime=822.05
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 6928 0 0 0 82199 6 0 0 25 0 1 0 242378262 29233152 6913 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 7137 6913 78 171 0 6963 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 28548

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=629256/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=31552 CPUtime=882.02
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 7681 0 0 0 88196 6 0 0 25 0 1 0 242378262 32309248 7666 1992294400 134512640 135213614 4294956256 18446744073709551615 134526761 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 7888 7666 78 171 0 7714 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 31552

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=629320/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=31552 CPUtime=942
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 7684 0 0 0 94194 6 0 0 25 0 1 0 242378262 32309248 7669 1992294400 134512640 135213614 4294956256 18446744073709551615 134536626 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 7888 7669 78 171 0 7714 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 31552

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=629128/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=31684 CPUtime=1001.99
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 7717 0 0 0 100193 6 0 0 25 0 1 0 242378262 32444416 7702 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 7921 7702 78 171 0 7747 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 31684

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=627400/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=33532 CPUtime=1061.98
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 8164 0 0 0 106191 7 0 0 25 0 1 0 242378262 34336768 8149 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 8383 8149 78 171 0 8209 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 33532

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=627400/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=33532 CPUtime=1121.96
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 8164 0 0 0 112189 7 0 0 25 0 1 0 242378262 34336768 8149 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 8383 8149 78 171 0 8209 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 33532

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=624456/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=36444 CPUtime=1181.94
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 8891 0 0 0 118186 8 0 0 25 0 1 0 242378262 37318656 8876 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 9111 8876 78 171 0 8937 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 36444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12794
/proc/meminfo: memFree=624456/2055920 swapFree=4179680/4192956
[pid=12787] ppid=12785 vsize=36444 CPUtime=1200.04
/proc/12787/stat : 12787 (minisat_static) R 12785 12787 12687 0 -1 4194304 8891 0 0 0 119996 8 0 0 25 0 1 0 242378262 37318656 8876 1992294400 134512640 135213614 4294956256 18446744073709551615 134526957 0 0 4096 3 0 0 0 17 1 0 0
/proc/12787/statm: 9111 8876 78 171 0 8937 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 36444

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.06
CPU user time (s): 1199.97
CPU system time (s): 0.086986
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 36444

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

runsolver used 1.14083 second user time and 2.6326 second system time

The end

Launcher Data

Begin job on node64 at 2009-05-12 17:51:54
IDJOB=1805954
IDBENCH=24628
IDSOLVER=651
FILE ID=node64/1805954-1242143513
PBS_JOBID= 9289660
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 5a3ae9766db0de00fa37fabacaa34827
RANDOM SEED=1197310502

node64.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.218
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.218
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:        660528 kB
Buffers:         72964 kB
Cached:        1231492 kB
SwapCached:       6516 kB
Active:         128656 kB
Inactive:      1185160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        660528 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:          14956 kB
Slab:            67324 kB
Committed_AS:   746328 kB
PageTables:       1392 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= 66348 MiB
End job on node64 at 2009-05-12 18:11:56