Trace number 1805947

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.42

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
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 variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
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:  18623                                                |
0.00/0.00	|  Number of clauses:    182878                                               |
0.09/0.18	|  Parsing time:         0.16         s                                       |
0.09/0.19	============================[ Search Statistics ]==============================
0.09/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	===============================================================================
0.09/0.19	|         0 |   18239   180486   811319 |    60162        0    nan |  0.000 % |
0.19/0.25	|       100 |   18239   180486   811319 |    66178      100     17 |  2.062 % |
0.39/0.49	|       252 |   18239   180486   811319 |    72796      252     41 |  2.062 % |
0.49/0.53	|       477 |   18239   180486   811319 |    80075      477     32 |  2.062 % |
0.69/0.72	|       815 |   18239   180486   811319 |    88083      815     26 |  2.062 % |
3.68/3.74	|      1321 |   18238   180486   811319 |    96891     1320     59 |  2.067 % |
6.08/6.18	|      2081 |   18238   180475   811270 |   106580     2080     96 |  2.067 % |
9.58/9.65	|      3220 |   18238   180475   811270 |   117238     3219     94 |  2.067 % |
19.28/19.31	|      4929 |   18238   180475   811270 |   128962     4928     95 |  2.067 % |
39.88/39.96	|      7491 |   18238   180475   811270 |   141858     7490    104 |  2.067 % |
52.07/52.10	|     11336 |   18238   180475   811270 |   156044    11335     96 |  2.067 % |
77.17/77.22	|     17103 |   18238   180475   811270 |   171649    17102     84 |  2.067 % |
141.65/141.77	|     25754 |   18238   180475   811270 |   188814    25753    117 |  2.067 % |
159.94/160.06	|     38728 |   18238   180475   811270 |   207695    38727     86 |  2.067 % |
266.41/266.54	|     58189 |   18238   180475   811270 |   228465    58188    124 |  2.067 % |
311.29/311.49	|     87381 |   18238   180475   811270 |   251311    87380     91 |  2.067 % |
572.82/573.02	|    131171 |   18238   180475   811270 |   276442   131170    119 |  2.067 % |
864.13/864.45	|    196856 |   18238   180475   811270 |   304087   196855    107 |  2.067 % |

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-1805947-1242143502/watcher-1805947-1242143502 -o /tmp/evaluation-result-1805947-1242143502/solver-1805947-1242143502 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805947-1242143502.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.91 2/64 10596
/proc/meminfo: memFree=1591384/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=2200 CPUtime=0
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 409 0 0 0 0 0 0 0 20 0 1 0 242378318 2252800 394 1992294400 134512640 135213614 4294956256 18446744073709551615 134524573 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 550 395 57 171 0 376 0

[startup+0.03884 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10596
/proc/meminfo: memFree=1591384/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=4864 CPUtime=0.02
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 1025 0 0 0 2 0 0 0 20 0 1 0 242378318 4980736 1010 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 1216 1011 58 171 0 1042 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4864

[startup+0.101847 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10596
/proc/meminfo: memFree=1591384/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=7752 CPUtime=0.09
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 1743 0 0 0 8 1 0 0 20 0 1 0 242378318 7938048 1728 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 1938 1728 58 171 0 1764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7752

[startup+0.30187 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10596
/proc/meminfo: memFree=1591384/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=11980 CPUtime=0.29
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 2829 0 0 0 27 2 0 0 21 0 1 0 242378318 12267520 2814 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 2995 2814 78 171 0 2821 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11980

[startup+0.701917 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 10596
/proc/meminfo: memFree=1591384/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=12524 CPUtime=0.69
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 2959 0 0 0 67 2 0 0 25 0 1 0 242378318 12824576 2944 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 3131 2944 78 171 0 2957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12524

[startup+1.50201 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1579600/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=12788 CPUtime=1.49
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 3036 0 0 0 147 2 0 0 25 0 1 0 242378318 13094912 3021 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 3197 3021 78 171 0 3023 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12788

[startup+3.1012 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1579088/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=13052 CPUtime=3.08
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 3076 0 0 0 306 2 0 0 25 0 1 0 242378318 13365248 3061 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 3263 3061 78 171 0 3089 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13052

[startup+6.30157 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1578512/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=13712 CPUtime=6.28
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 3258 0 0 0 626 2 0 0 25 0 1 0 242378318 14041088 3243 1992294400 134512640 135213614 4294956256 18446744073709551615 134536168 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 3428 3243 78 171 0 3254 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13712

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1577616/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=14504 CPUtime=12.68
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 3454 0 0 0 1266 2 0 0 25 0 1 0 242378318 14852096 3439 1992294400 134512640 135213614 4294956256 18446744073709551615 134529801 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 3626 3439 78 171 0 3452 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14504

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1576720/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=15560 CPUtime=25.48
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 3705 0 0 0 2545 3 0 0 25 0 1 0 242378318 15933440 3690 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 3890 3690 78 171 0 3716 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15560

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1574736/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=17540 CPUtime=51.07
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 4220 0 0 0 5104 3 0 0 25 0 1 0 242378318 17960960 4205 1992294400 134512640 135213614 4294956256 18446744073709551615 134529769 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 4385 4205 78 171 0 4211 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17540

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1570320/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=21880 CPUtime=102.26
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 5288 0 0 0 10221 5 0 0 25 0 1 0 242378318 22405120 5273 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 5470 5273 78 171 0 5296 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21880

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1564112/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=28116 CPUtime=162.24
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 6865 0 0 0 16218 6 0 0 25 0 1 0 242378318 28790784 6850 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 7029 6850 78 171 0 6855 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28116

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1555216/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=36940 CPUtime=222.22
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 9054 0 0 0 22213 9 0 0 25 0 1 0 242378318 37826560 9039 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 9235 9039 78 171 0 9061 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 36940

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1547152/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=45144 CPUtime=282.21
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 11075 0 0 0 28210 11 0 0 25 0 1 0 242378318 46227456 11060 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 11286 11060 78 171 0 11112 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 45144

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1540816/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=51344 CPUtime=342.19
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 12630 0 0 0 34206 13 0 0 25 0 1 0 242378318 52576256 12615 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 12836 12615 78 171 0 12662 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 51344

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1533968/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=58264 CPUtime=402.17
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 14335 0 0 0 40202 15 0 0 25 0 1 0 242378318 59662336 14320 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 14566 14320 78 171 0 14392 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58264

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1526800/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=65300 CPUtime=462.15
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 16114 0 0 0 46198 17 0 0 25 0 1 0 242378318 66867200 16099 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 16325 16099 78 171 0 16151 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 65300

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10597
/proc/meminfo: memFree=1518736/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=73412 CPUtime=522.13
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 18145 0 0 0 52194 19 0 0 25 0 1 0 242378318 75173888 18130 1992294400 134512640 135213614 4294956256 18446744073709551615 134526991 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 18353 18130 78 171 0 18179 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 73412

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1511632/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=80444 CPUtime=582.11
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 19876 0 0 0 58190 21 0 0 25 0 1 0 242378318 82374656 19861 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 20111 19861 78 171 0 19937 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 80444

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1506832/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=85244 CPUtime=642.1
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 21048 0 0 0 64187 23 0 0 25 0 1 0 242378318 87289856 21033 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 21311 21033 78 171 0 21137 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 85244

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1501776/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=90384 CPUtime=702.08
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 22338 0 0 0 70184 24 0 0 25 0 1 0 242378318 92553216 22323 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 22596 22323 78 171 0 22422 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 90384

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1496784/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=95240 CPUtime=762.07
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 23545 0 0 0 76181 26 0 0 25 0 1 0 242378318 97525760 23530 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 23810 23530 78 171 0 23636 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 95240

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1492560/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=99516 CPUtime=822.04
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 24611 0 0 0 82177 27 0 0 25 0 1 0 242378318 101904384 24596 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 24879 24596 78 171 0 24705 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 99516

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1487440/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=104556 CPUtime=882.02
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 25868 0 0 0 88174 28 0 0 25 0 1 0 242378318 107065344 25853 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 26139 25853 78 171 0 25965 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 104556

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1483024/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=109488 CPUtime=942
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 26981 0 0 0 94171 29 0 0 25 0 1 0 242378318 112115712 26966 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 27372 26966 78 171 0 27198 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 109488

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1479696/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=112688 CPUtime=1001.98
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 27786 0 0 0 100168 30 0 0 25 0 1 0 242378318 115392512 27771 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 28172 27771 78 171 0 27998 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 112688

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1476240/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=116180 CPUtime=1061.98
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 28671 0 0 0 106166 32 0 0 25 0 1 0 242378318 118968320 28656 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 29045 28656 78 171 0 28871 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 116180

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1472400/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=120064 CPUtime=1121.95
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 29626 0 0 0 112163 32 0 0 25 0 1 0 242378318 122945536 29611 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 30016 29611 78 171 0 29842 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 120064

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1469008/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=123716 CPUtime=1181.93
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 30472 0 0 0 118160 33 0 0 25 0 1 0 242378318 126685184 30457 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 30929 30457 78 171 0 30755 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 123716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 10603
/proc/meminfo: memFree=1468368/2055920 swapFree=4181208/4192956
[pid=10596] ppid=10594 vsize=124248 CPUtime=1200.03
/proc/10596/stat : 10596 (minisat_static) R 10594 10596 10499 0 -1 4194304 30610 0 0 0 119970 33 0 0 25 0 1 0 242378318 127229952 30595 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/10596/statm: 31062 30595 78 171 0 30888 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 124248

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.42
CPU time (s): 1200.06
CPU user time (s): 1199.71
CPU system time (s): 0.357945
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 124248

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

runsolver used 0.902862 second user time and 2.50962 second system time

The end

Launcher Data

Begin job on node53 at 2009-05-12 17:51:43
IDJOB=1805947
IDBENCH=24627
IDSOLVER=651
FILE ID=node53/1805947-1242143502
PBS_JOBID= 9289671
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 8b466b7ef3217bdc844a579ae744d427
RANDOM SEED=1864566072

node53.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1591800 kB
Buffers:         41188 kB
Cached:         369712 kB
SwapCached:       5532 kB
Active:          82868 kB
Inactive:       335904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591800 kB
SwapTotal:     4192956 kB
SwapFree:      4181208 kB
Dirty:            5908 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            31324 kB
Committed_AS:   779156 kB
PageTables:       1376 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= 66260 MiB
End job on node53 at 2009-05-12 18:11:45