Trace number 1805913

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.09 1200.51

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
MD5SUMbccff1bed1e8ac721090562d562b05f0
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 variables8319
Number of clauses80958
Sum of the clauses size363322
Maximum clause length5
Minimum clause length1
Number of clauses of size 1194
Number of clauses of size 28188
Number of clauses of size 38064
Number of clauses of size 40
Number of clauses of size 564512
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:  8319                                                 |
0.00/0.00	|  Number of clauses:    80958                                                |
0.09/0.17	|  Parsing time:         0.16         s                                       |
0.59/0.69	============================[ Search Statistics ]==============================
0.59/0.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.69	===============================================================================
0.59/0.69	|         0 |    8060    67151   240465 |    22383        0    nan |  0.000 % |
0.69/0.72	|       101 |    8060    67151   240465 |    24622      101     16 |  3.089 % |
0.69/0.79	|       252 |    8060    67151   240465 |    27084      252     33 |  3.089 % |
1.09/1.17	|       477 |    8060    67151   240465 |    29792      477     56 |  3.089 % |
1.49/1.53	|       815 |    8060    67151   240465 |    32771      815     65 |  3.089 % |
1.79/1.81	|      1322 |    8060    67151   240465 |    36049     1322     57 |  3.089 % |
3.39/3.46	|      2081 |    8060    67151   240465 |    39654     2081     55 |  3.089 % |
4.59/4.68	|      3222 |    8060    67151   240465 |    43619     3222     65 |  3.089 % |
10.79/10.90	|      4930 |    8060    67151   240465 |    47981     4930     75 |  3.089 % |
14.38/14.44	|      7493 |    8060    67151   240465 |    52779     7493     76 |  3.089 % |
18.98/19.06	|     11337 |    8060    67151   240465 |    58057    11337     78 |  3.089 % |
25.38/25.44	|     17103 |    8059    67143   240439 |    63863    17102     68 |  3.101 % |
50.97/51.07	|     25753 |    8059    67143   240439 |    70249    25752     66 |  3.101 % |
93.95/94.05	|     38729 |    8059    67143   240439 |    77274    38728     69 |  3.101 % |
123.45/123.52	|     58190 |    8059    67143   240439 |    85001    58189     70 |  3.101 % |
194.63/194.79	|     87382 |    8059    67143   240439 |    93502    87381     71 |  3.101 % |
279.19/279.35	|    131171 |    8058    67135   240411 |   102852    49057     61 |  3.113 % |
499.51/499.77	|    196855 |    8057    67127   240385 |   113137    21860     61 |  3.125 % |
726.33/726.68	|    295381 |    8057    67127   240385 |   124451    23221     49 |  3.125 % |

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-1805913-1242142493/watcher-1805913-1242142493 -o /tmp/evaluation-result-1805913-1242142493/solver-1805913-1242142493 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1805913-1242142493.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.09 0.72 0.78 3/64 14832
/proc/meminfo: memFree=518576/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=1924 CPUtime=0
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 365 0 0 0 0 0 0 0 20 0 1 0 242275704 1970176 350 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 481 354 62 178 0 301 0

[startup+0.062424 s]
/proc/loadavg: 1.09 0.72 0.78 3/64 14832
/proc/meminfo: memFree=518576/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=5364 CPUtime=0.05
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 1142 0 0 0 5 0 0 0 20 0 1 0 242275704 5492736 1127 1992294400 134512640 135243866 4294956256 18446744073709551615 134515827 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 1341 1127 65 178 0 1161 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5364

[startup+0.102431 s]
/proc/loadavg: 1.09 0.72 0.78 3/64 14832
/proc/meminfo: memFree=518576/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=6448 CPUtime=0.09
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 1433 0 0 0 9 0 0 0 20 0 1 0 242275704 6602752 1418 1992294400 134512640 135243866 4294956256 18446744073709551615 134515807 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 1612 1419 65 178 0 1432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6448

[startup+0.30147 s]
/proc/loadavg: 1.09 0.72 0.78 3/64 14832
/proc/meminfo: memFree=518576/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=9108 CPUtime=0.29
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 2101 0 0 0 28 1 0 0 22 0 1 0 242275704 9326592 2086 1992294400 134512640 135243866 4294956256 18446744073709551615 134535676 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 2277 2086 80 178 0 2097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9108

[startup+0.701551 s]
/proc/loadavg: 1.09 0.72 0.78 3/64 14832
/proc/meminfo: memFree=518576/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=8420 CPUtime=0.69
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 2222 0 0 0 68 1 0 0 25 0 1 0 242275704 8622080 1965 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 2105 1965 83 178 0 1925 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8420

[startup+1.50171 s]
/proc/loadavg: 1.09 0.72 0.78 2/65 14833
/proc/meminfo: memFree=510824/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=8420 CPUtime=1.49
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 2225 0 0 0 148 1 0 0 25 0 1 0 242275704 8622080 1968 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 2105 1968 86 178 0 1925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8420

[startup+3.10202 s]
/proc/loadavg: 1.08 0.72 0.78 2/65 14833
/proc/meminfo: memFree=510696/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=8420 CPUtime=3.09
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 2225 0 0 0 308 1 0 0 25 0 1 0 242275704 8622080 1968 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 2105 1968 86 178 0 1925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8420

[startup+6.30165 s]
/proc/loadavg: 1.08 0.72 0.78 2/65 14833
/proc/meminfo: memFree=510568/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=8420 CPUtime=6.29
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 2225 0 0 0 628 1 0 0 25 0 1 0 242275704 8622080 1968 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 2105 1968 86 178 0 1925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8420

[startup+12.7019 s]
/proc/loadavg: 1.07 0.73 0.78 2/65 14833
/proc/meminfo: memFree=510312/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=8948 CPUtime=12.69
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 2353 0 0 0 1268 1 0 0 25 0 1 0 242275704 9162752 2096 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 2237 2096 86 178 0 2057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8948

[startup+25.5024 s]
/proc/loadavg: 1.06 0.74 0.78 2/65 14833
/proc/meminfo: memFree=507304/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=11952 CPUtime=25.48
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 3103 0 0 0 2547 1 0 0 25 0 1 0 242275704 12238848 2846 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 2988 2846 86 178 0 2808 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11952

[startup+51.1015 s]
/proc/loadavg: 1.04 0.76 0.79 2/65 14833
/proc/meminfo: memFree=504936/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=14336 CPUtime=51.07
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 3702 0 0 0 5105 2 0 0 25 0 1 0 242275704 14680064 3445 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 3584 3445 86 178 0 3404 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14336

[startup+102.306 s]
/proc/loadavg: 1.01 0.80 0.80 2/65 14833
/proc/meminfo: memFree=498984/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=20404 CPUtime=102.26
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 5178 0 0 0 10222 4 0 0 25 0 1 0 242275704 20893696 4921 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 5101 4921 86 178 0 4921 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20404

[startup+162.301 s]
/proc/loadavg: 1.00 0.83 0.81 2/65 14833
/proc/meminfo: memFree=489064/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=30400 CPUtime=162.23
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 7661 0 0 0 16217 6 0 0 25 0 1 0 242275704 31129600 7404 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 7600 7404 86 178 0 7420 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 30400

[startup+222.301 s]
/proc/loadavg: 1.00 0.86 0.82 2/65 14833
/proc/meminfo: memFree=481960/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=37452 CPUtime=222.21
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9410 0 0 0 22212 9 0 0 25 0 1 0 242275704 38350848 9153 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9363 9153 86 178 0 9183 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 37452

[startup+282.302 s]
/proc/loadavg: 1.00 0.88 0.83 2/65 14833
/proc/meminfo: memFree=481832/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=37608 CPUtime=282.19
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9437 0 0 0 28210 9 0 0 25 0 1 0 242275704 38510592 9180 1992294400 134512640 135243866 4294956256 18446744073709551615 134565094 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9402 9180 86 178 0 9222 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 37608

[startup+342.302 s]
/proc/loadavg: 1.00 0.90 0.83 2/65 14833
/proc/meminfo: memFree=481768/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=37608 CPUtime=342.17
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9437 0 0 0 34208 9 0 0 25 0 1 0 242275704 38510592 9180 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9402 9180 86 178 0 9222 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 37608

[startup+402.302 s]
/proc/loadavg: 1.00 0.91 0.84 2/65 14833
/proc/meminfo: memFree=481512/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=37772 CPUtime=402.14
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9495 0 0 0 40205 9 0 0 25 0 1 0 242275704 38678528 9238 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9443 9238 86 178 0 9263 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 37772

[startup+462.302 s]
/proc/loadavg: 1.00 0.93 0.84 2/65 14833
/proc/meminfo: memFree=481704/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=37772 CPUtime=462.12
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9502 0 0 0 46203 9 0 0 25 0 1 0 242275704 38678528 9245 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9443 9245 86 178 0 9263 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 37772

[startup+522.301 s]
/proc/loadavg: 1.00 0.94 0.85 2/65 14835
/proc/meminfo: memFree=481576/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=37772 CPUtime=522.1
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9504 0 0 0 52201 9 0 0 25 0 1 0 242275704 38678528 9247 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9443 9247 86 178 0 9263 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 37772

[startup+582.301 s]
/proc/loadavg: 1.00 0.95 0.86 2/65 14835
/proc/meminfo: memFree=481576/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=37772 CPUtime=582.09
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9504 0 0 0 58199 10 0 0 25 0 1 0 242275704 38678528 9247 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9443 9247 86 178 0 9263 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 37772

[startup+642.302 s]
/proc/loadavg: 1.00 0.95 0.86 2/65 14835
/proc/meminfo: memFree=480232/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=39224 CPUtime=642.07
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 9873 0 0 0 64196 11 0 0 25 0 1 0 242275704 40165376 9616 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 9806 9616 86 178 0 9626 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 39224

[startup+702.302 s]
/proc/loadavg: 1.00 0.96 0.87 2/65 14835
/proc/meminfo: memFree=471592/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=48080 CPUtime=702.04
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12066 0 0 0 70192 12 0 0 25 0 1 0 242275704 49233920 11809 1992294400 134512640 135243866 4294956256 18446744073709551615 134555798 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12020 11809 86 178 0 11840 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 48080

[startup+762.306 s]
/proc/loadavg: 1.00 0.96 0.87 2/65 14835
/proc/meminfo: memFree=469096/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50388 CPUtime=762.02
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12639 0 0 0 76189 13 0 0 25 0 1 0 242275704 51597312 12382 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12597 12382 86 178 0 12417 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 50388

[startup+822.301 s]
/proc/loadavg: 1.00 0.97 0.88 2/65 14835
/proc/meminfo: memFree=469096/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50388 CPUtime=822
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12639 0 0 0 82187 13 0 0 25 0 1 0 242275704 51597312 12382 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12597 12382 86 178 0 12417 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 50388

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.88 2/65 14835
/proc/meminfo: memFree=469032/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50388 CPUtime=881.98
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12639 0 0 0 88185 13 0 0 25 0 1 0 242275704 51597312 12382 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12597 12382 86 178 0 12417 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 50388

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.89 2/65 14835
/proc/meminfo: memFree=469096/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50388 CPUtime=941.95
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12639 0 0 0 94182 13 0 0 25 0 1 0 242275704 51597312 12382 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12597 12382 86 178 0 12417 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 50388

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.90 2/65 14835
/proc/meminfo: memFree=469032/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50388 CPUtime=1001.93
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12639 0 0 0 100180 13 0 0 25 0 1 0 242275704 51597312 12382 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12597 12382 86 178 0 12417 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 50388

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.90 2/65 14835
/proc/meminfo: memFree=468904/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50600 CPUtime=1061.92
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12670 0 0 0 106178 14 0 0 25 0 1 0 242275704 51814400 12413 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12650 12413 86 178 0 12470 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 50600

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 14835
/proc/meminfo: memFree=468968/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50600 CPUtime=1121.89
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12672 0 0 0 112175 14 0 0 25 0 1 0 242275704 51814400 12415 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12650 12415 86 178 0 12470 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 50600

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 14835
/proc/meminfo: memFree=468904/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50600 CPUtime=1181.87
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12672 0 0 0 118173 14 0 0 25 0 1 0 242275704 51814400 12415 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12650 12415 86 178 0 12470 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 50600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 14835
/proc/meminfo: memFree=468904/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50600 CPUtime=1200.07
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12672 0 0 0 119993 14 0 0 25 0 1 0 242275704 51814400 12415 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12650 12415 86 178 0 12470 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 50600

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 14835
/proc/meminfo: memFree=468904/2055920 swapFree=4181908/4192956
[pid=14832] ppid=14830 vsize=50600 CPUtime=1200.07
/proc/14832/stat : 14832 (minisat_static) R 14830 14832 14735 0 -1 4194304 12672 0 0 0 119993 14 0 0 25 0 1 0 242275704 51814400 12415 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/14832/statm: 12650 12415 86 178 0 12470 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 50600

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.93
CPU system time (s): 0.155976
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 50600

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

runsolver used 0.808877 second user time and 2.6216 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-12 17:34:53
IDJOB=1805913
IDBENCH=24623
IDSOLVER=568
FILE ID=node66/1805913-1242142493
PBS_JOBID= 9289659
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= bccff1bed1e8ac721090562d562b05f0
RANDOM SEED=1197310502

node66.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.263
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	: 5931.00
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.263
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:        519056 kB
Buffers:         75248 kB
Cached:        1367960 kB
SwapCached:       5124 kB
Active:         193832 kB
Inactive:      1257428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        519056 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:            2876 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            71700 kB
Committed_AS:   973860 kB
PageTables:       1360 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 node66 at 2009-05-12 17:54:56