Trace number 1805927

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

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
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 variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
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:  4487                                                 |
0.00/0.00	|  Number of clauses:    18555                                                |
0.00/0.03	|  Parsing time:         0.02         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |    2783    18113    66091 |     6037        0    nan |  0.000 % |
0.09/0.12	|       101 |    2783    18113    66091 |     6641      101     23 |  0.000 % |
0.09/0.13	|       251 |    2783    18113    66091 |     7305      251     19 |  0.000 % |
0.09/0.19	|       477 |    2783    18113    66091 |     8036      477     37 |  0.000 % |
0.19/0.21	|       815 |    2783    18113    66091 |     8839      815     29 |  0.000 % |
0.39/0.42	|      1322 |    2783    18113    66091 |     9723     1322     41 |  0.000 % |
0.49/0.57	|      2082 |    2783    18113    66091 |    10696     2082     52 |  0.000 % |
1.29/1.30	|      3221 |    2783    18113    66091 |    11765     3221     55 |  0.000 % |
2.29/2.37	|      4930 |    2783    18113    66091 |    12942     4930     58 |  0.000 % |
4.29/4.33	|      7492 |    2783    18113    66091 |    14236     7492     57 |  0.000 % |
6.99/7.00	|     11336 |    2783    18113    66091 |    15660    11336     59 |  0.000 % |
8.59/8.68	|     17103 |    2783    18113    66091 |    17226     9228     55 |  0.000 % |
11.69/11.79	|     25753 |    2783    18113    66091 |    18948     9211     56 |  0.000 % |
16.58/16.65	|     38728 |    2783    18113    66091 |    20843    12663     55 |  0.000 % |
25.78/25.81	|     58189 |    2783    18113    66091 |    22928    11188     50 |  0.000 % |
39.58/39.67	|     87381 |    2783    18113    66091 |    25220    17360     51 |  0.000 % |
60.97/61.03	|    131170 |    2783    18113    66091 |    27742    22482     51 |  0.000 % |
95.37/95.46	|    196856 |    2783    18113    66091 |    30517    26319     55 |  0.000 % |
148.36/148.47	|    295383 |    2783    18113    66091 |    33568    18691     50 |  0.000 % |
236.33/236.41	|    443173 |    2783    18113    66091 |    36925    21507     54 |  0.000 % |
370.50/370.68	|    664857 |    2783    18113    66091 |    40618    29766     50 |  0.000 % |
576.45/576.68	|    997383 |    2783    18113    66091 |    44680    37469     51 |  0.000 % |
931.86/932.12	|   1496174 |    2783    18113    66091 |    49148    37239     56 |  0.000 % |

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-1805927-1242143071/watcher-1805927-1242143071 -o /tmp/evaluation-result-1805927-1242143071/solver-1805927-1242143071 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805927-1242143071.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.93 0.70 3/64 15942
/proc/meminfo: memFree=1522600/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=2056 CPUtime=0
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 242334626 2105344 202 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 514 204 62 178 0 334 0

[startup+0.061146 s]
/proc/loadavg: 0.99 0.93 0.70 3/64 15942
/proc/meminfo: memFree=1522600/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=4216 CPUtime=0.05
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 776 0 0 0 5 0 0 0 20 0 1 0 242334626 4317184 761 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 1054 761 81 178 0 874 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4216

[startup+0.101148 s]
/proc/loadavg: 0.99 0.93 0.70 3/64 15942
/proc/meminfo: memFree=1522600/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=4888 CPUtime=0.09
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 912 0 0 0 9 0 0 0 20 0 1 0 242334626 5005312 897 1992294400 134512640 135243866 4294956256 18446744073709551615 134535676 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 1222 897 81 178 0 1042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4888

[startup+0.301161 s]
/proc/loadavg: 0.99 0.93 0.70 3/64 15942
/proc/meminfo: memFree=1522600/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=4644 CPUtime=0.29
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 922 0 0 0 29 0 0 0 21 0 1 0 242334626 4755456 857 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 1161 857 86 178 0 981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4644

[startup+0.701187 s]
/proc/loadavg: 0.99 0.93 0.70 3/64 15942
/proc/meminfo: memFree=1522600/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=4776 CPUtime=0.69
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 948 0 0 0 69 0 0 0 25 0 1 0 242334626 4890624 883 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 1194 883 86 178 0 1014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4776

[startup+1.50124 s]
/proc/loadavg: 0.99 0.93 0.70 2/65 15943
/proc/meminfo: memFree=1519264/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=5040 CPUtime=1.49
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 1028 0 0 0 149 0 0 0 25 0 1 0 242334626 5160960 963 1992294400 134512640 135243866 4294956256 18446744073709551615 134555908 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 1260 963 86 178 0 1080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5040

[startup+3.10135 s]
/proc/loadavg: 0.99 0.93 0.70 2/65 15943
/proc/meminfo: memFree=1518624/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=5700 CPUtime=3.09
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 1184 0 0 0 309 0 0 0 25 0 1 0 242334626 5836800 1119 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 1425 1119 86 178 0 1245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5700

[startup+6.30156 s]
/proc/loadavg: 0.99 0.93 0.70 2/65 15943
/proc/meminfo: memFree=1517472/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=6756 CPUtime=6.28
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 1446 0 0 0 628 0 0 0 25 0 1 0 242334626 6918144 1381 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 1689 1381 86 178 0 1509 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6756

[startup+12.702 s]
/proc/loadavg: 0.99 0.93 0.70 2/65 15943
/proc/meminfo: memFree=1515040/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=8736 CPUtime=12.69
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 1953 0 0 0 1268 1 0 0 25 0 1 0 242334626 8945664 1888 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 2184 1888 86 178 0 2004 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8736

[startup+25.5018 s]
/proc/loadavg: 0.99 0.93 0.71 2/65 15943
/proc/meminfo: memFree=1514080/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=9732 CPUtime=25.48
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 2202 0 0 0 2547 1 0 0 25 0 1 0 242334626 9965568 2137 1992294400 134512640 135243866 4294956256 18446744073709551615 134563976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 2433 2137 86 178 0 2253 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9732

[startup+51.1016 s]
/proc/loadavg: 0.99 0.94 0.71 2/65 15943
/proc/meminfo: memFree=1512544/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=11380 CPUtime=51.07
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 2577 0 0 0 5105 2 0 0 25 0 1 0 242334626 11653120 2512 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 2845 2512 86 178 0 2665 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11380

[startup+102.306 s]
/proc/loadavg: 0.99 0.94 0.73 2/65 15943
/proc/meminfo: memFree=1510368/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=13608 CPUtime=102.27
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 3122 0 0 0 10224 3 0 0 25 0 1 0 242334626 13934592 3057 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 3402 3057 86 178 0 3222 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13608

[startup+162.302 s]
/proc/loadavg: 0.99 0.95 0.74 2/65 15943
/proc/meminfo: memFree=1509216/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=14828 CPUtime=162.25
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 3397 0 0 0 16222 3 0 0 25 0 1 0 242334626 15183872 3332 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 3707 3332 86 178 0 3527 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14828

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.75 2/65 15943
/proc/meminfo: memFree=1508768/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=15356 CPUtime=222.23
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 3532 0 0 0 22220 3 0 0 25 0 1 0 242334626 15724544 3467 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 3839 3467 86 178 0 3659 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15356

[startup+282.302 s]
/proc/loadavg: 0.99 0.96 0.76 2/65 15943
/proc/meminfo: memFree=1508064/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=16016 CPUtime=282.22
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 3698 0 0 0 28218 4 0 0 25 0 1 0 242334626 16400384 3633 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 4004 3633 86 178 0 3824 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 16016

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 15943
/proc/meminfo: memFree=1507936/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=16172 CPUtime=342.21
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 3720 0 0 0 34217 4 0 0 25 0 1 0 242334626 16560128 3655 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 4043 3655 86 178 0 3863 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 16172

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 15943
/proc/meminfo: memFree=1506720/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=17436 CPUtime=402.19
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4034 0 0 0 40215 4 0 0 25 0 1 0 242334626 17854464 3969 1992294400 134512640 135243866 4294956256 18446744073709551615 134555847 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 4359 3969 86 178 0 4179 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 17436

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 15943
/proc/meminfo: memFree=1506656/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=17436 CPUtime=462.18
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4042 0 0 0 46214 4 0 0 25 0 1 0 242334626 17854464 3977 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 4359 3977 86 178 0 4179 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 17436

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 15943
/proc/meminfo: memFree=1506592/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=17568 CPUtime=522.16
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4062 0 0 0 52212 4 0 0 25 0 1 0 242334626 17989632 3997 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 4392 3997 86 178 0 4212 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 17568

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 15943
/proc/meminfo: memFree=1505504/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=18968 CPUtime=582.15
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4362 0 0 0 58210 5 0 0 25 0 1 0 242334626 19423232 4297 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 4742 4297 86 178 0 4562 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 18968

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 15943
/proc/meminfo: memFree=1504416/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=19892 CPUtime=642.13
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4589 0 0 0 64208 5 0 0 25 0 1 0 242334626 20369408 4524 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 4973 4524 86 178 0 4793 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 19892

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 15943
/proc/meminfo: memFree=1504160/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=20024 CPUtime=702.11
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4642 0 0 0 70206 5 0 0 25 0 1 0 242334626 20504576 4577 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5006 4577 86 178 0 4826 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 20024

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 15943
/proc/meminfo: memFree=1503968/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=20348 CPUtime=762.1
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4696 0 0 0 76205 5 0 0 25 0 1 0 242334626 20836352 4631 1992294400 134512640 135243866 4294956256 18446744073709551615 134556120 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5087 4631 86 178 0 4907 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 20348

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 15943
/proc/meminfo: memFree=1503904/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=20348 CPUtime=822.08
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4696 0 0 0 82203 5 0 0 25 0 1 0 242334626 20836352 4631 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5087 4631 86 178 0 4907 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 20348

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 15943
/proc/meminfo: memFree=1503904/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=20348 CPUtime=882.07
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4696 0 0 0 88201 6 0 0 25 0 1 0 242334626 20836352 4631 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5087 4631 86 178 0 4907 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 20348

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 15943
/proc/meminfo: memFree=1502816/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=21404 CPUtime=942.06
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 4986 0 0 0 94200 6 0 0 25 0 1 0 242334626 21917696 4921 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5351 4921 86 178 0 5171 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 21404

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 15949
/proc/meminfo: memFree=1502240/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=21728 CPUtime=1002.03
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 5066 0 0 0 100197 6 0 0 25 0 1 0 242334626 22249472 5001 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5432 5001 86 178 0 5252 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 21728

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 15949
/proc/meminfo: memFree=1502176/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=21992 CPUtime=1062.01
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 5113 0 0 0 106195 6 0 0 25 0 1 0 242334626 22519808 5048 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5498 5048 86 178 0 5318 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 21992

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 15949
/proc/meminfo: memFree=1502112/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=21992 CPUtime=1122
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 5120 0 0 0 112194 6 0 0 25 0 1 0 242334626 22519808 5055 1992294400 134512640 135243866 4294956256 18446744073709551615 134565151 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5498 5055 86 178 0 5318 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 21992

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 15949
/proc/meminfo: memFree=1502048/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=21992 CPUtime=1181.99
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 5131 0 0 0 118192 7 0 0 25 0 1 0 242334626 22519808 5066 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5498 5066 86 178 0 5318 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 21992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 15949
/proc/meminfo: memFree=1502048/2055920 swapFree=4181084/4192956
[pid=15942] ppid=15940 vsize=21992 CPUtime=1200.09
/proc/15942/stat : 15942 (minisat_static) R 15940 15942 15846 0 -1 4194304 5133 0 0 0 120002 7 0 0 25 0 1 0 242334626 22519808 5068 1992294400 134512640 135243866 4294956256 18446744073709551615 134566018 0 0 4096 3 0 0 0 17 1 0 0
/proc/15942/statm: 5498 5068 86 178 0 5318 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 21992

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.1
CPU user time (s): 1200.03
CPU system time (s): 0.075988
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 21992

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

runsolver used 0.957854 second user time and 2.6136 second system time

The end

Launcher Data

Begin job on node52 at 2009-05-12 17:44:31
IDJOB=1805927
IDBENCH=24625
IDSOLVER=568
FILE ID=node52/1805927-1242143071
PBS_JOBID= 9289672
Free space on /tmp= 66076 MiB

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

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=1864566072

node52.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.214
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.214
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:       1523016 kB
Buffers:         41304 kB
Cached:         421676 kB
SwapCached:       5880 kB
Active:          59820 kB
Inactive:       411188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523016 kB
SwapTotal:     4192956 kB
SwapFree:      4181084 kB
Dirty:            1132 kB
Writeback:           0 kB
Mapped:          13716 kB
Slab:            47856 kB
Committed_AS:   989404 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66076 MiB
End job on node52 at 2009-05-12 18:04:34