Trace number 1592852

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.11 1200.44

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
Bench CategoryAPPLICATION (applications 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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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:  3582                                                 |
0.00/0.00	|  Number of clauses:    395999                                               |
0.29/0.31	|  Parsing time:         0.28         s                                       |
16.39/16.47	============================[ Search Statistics ]==============================
16.39/16.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.39/16.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.39/16.47	===============================================================================
16.39/16.47	|         0 |    2427   386290  1703261 |   128763        0    nan |  0.000 % |
16.58/16.65	|       101 |    2427   386290  1703261 |   141639      101     90 |  0.000 % |
16.68/16.75	|       252 |    2427   386290  1703261 |   155803      252    102 |  0.000 % |
16.78/16.87	|       479 |    2427   386290  1703261 |   171383      479    109 |  0.000 % |
16.98/17.04	|       817 |    2427   386290  1703261 |   188522      817    120 |  0.000 % |
17.18/17.28	|      1324 |    2427   386290  1703261 |   207374     1324    122 |  0.000 % |
17.59/17.69	|      2084 |    2427   386290  1703261 |   228112     2084    128 |  0.000 % |
18.38/18.40	|      3223 |    2427   386290  1703261 |   250923     3223    138 |  0.000 % |
19.28/19.33	|      4932 |    2427   386290  1703261 |   276015     4932    138 |  0.000 % |
20.68/20.70	|      7496 |    2427   386290  1703261 |   303617     7496    139 |  0.000 % |
22.98/23.00	|     11341 |    2427   386290  1703261 |   333978    11341    146 |  0.000 % |
26.97/27.07	|     17109 |    2427   386290  1703261 |   367376    17109    151 |  0.000 % |
34.17/34.21	|     25760 |    2427   386290  1703261 |   404114    25760    165 |  0.000 % |
49.96/50.03	|     38734 |    2427   386290  1703261 |   444525    38734    174 |  0.000 % |
79.76/79.81	|     58198 |    2427   386290  1703261 |   488978    58198    178 |  0.000 % |
115.75/115.82	|     87391 |    2427   386290  1703261 |   537876    87391    180 |  0.000 % |
207.73/207.90	|    131181 |    2427   386290  1703261 |   591664   131181    178 |  0.000 % |
736.59/736.83	|    196865 |    2427   386290  1703261 |   650830   196865    176 |  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-1592852-1239228702/watcher-1592852-1239228702 -o /tmp/evaluation-result-1592852-1239228702/solver-1592852-1239228702 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592852-1239228702.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4829
/proc/meminfo: memFree=1416896/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=2188 CPUtime=0
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 419 0 0 0 0 0 0 0 18 0 1 0 1195535202 2240512 404 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 547 404 65 178 0 367 0

[startup+0.094057 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4829
/proc/meminfo: memFree=1416896/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=8412 CPUtime=0.08
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 1913 0 0 0 8 0 0 0 18 0 1 0 1195535202 8613888 1898 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 2103 1898 65 178 0 1923 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8412

[startup+0.101057 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4829
/proc/meminfo: memFree=1416896/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=8808 CPUtime=0.09
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 2030 0 0 0 9 0 0 0 18 0 1 0 1195535202 9019392 2015 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 2202 2015 65 178 0 2022 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8808

[startup+0.301078 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4829
/proc/meminfo: memFree=1416896/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=24068 CPUtime=0.29
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 5718 0 0 0 26 3 0 0 19 0 1 0 1195535202 24645632 5703 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 6017 5703 65 178 0 5837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24068

[startup+0.701123 s]
/proc/loadavg: 0.00 0.00 0.00 2/64 4829
/proc/meminfo: memFree=1416896/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=24856 CPUtime=0.69
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 5968 0 0 0 66 3 0 0 22 0 1 0 1195535202 25452544 5953 1992294400 134512640 135243866 4294956256 18446744073709551615 134535633 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 6214 5953 80 178 0 6034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24856

[startup+1.50121 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 4830
/proc/meminfo: memFree=1393400/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=24856 CPUtime=1.49
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 5968 0 0 0 146 3 0 0 25 0 1 0 1195535202 25452544 5953 1992294400 134512640 135243866 4294956256 18446744073709551615 134535398 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 6214 5953 80 178 0 6034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24856

[startup+3.10138 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 4830
/proc/meminfo: memFree=1393272/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=24856 CPUtime=3.09
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 5968 0 0 0 306 3 0 0 25 0 1 0 1195535202 25452544 5953 1992294400 134512640 135243866 4294956256 18446744073709551615 134535694 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 6214 5953 80 178 0 6034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24856

[startup+6.30173 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 4830
/proc/meminfo: memFree=1391736/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=34464 CPUtime=6.29
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 8432 0 0 0 625 4 0 0 25 0 1 0 1195535202 35291136 8417 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 8616 8417 80 178 0 8436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34464

[startup+12.7014 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 4830
/proc/meminfo: memFree=1381368/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=37148 CPUtime=12.68
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 8920 0 0 0 1264 4 0 0 25 0 1 0 1195535202 38039552 8905 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 9287 8905 80 178 0 9107 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37148

[startup+25.5018 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 4830
/proc/meminfo: memFree=1384312/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=33596 CPUtime=25.48
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 9073 0 0 0 2544 4 0 0 25 0 1 0 1195535202 34402304 8244 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 8399 8244 87 178 0 8219 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33596

[startup+51.1016 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 4830
/proc/meminfo: memFree=1364088/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=53816 CPUtime=51.07
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 14112 0 0 0 5097 10 0 0 25 0 1 0 1195535202 55107584 13283 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 13454 13283 87 178 0 13274 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53816

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 4830
/proc/meminfo: memFree=1334456/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=83148 CPUtime=102.25
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 21451 0 0 0 10209 16 0 0 25 0 1 0 1195535202 85143552 20622 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 20787 20622 87 178 0 20607 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 83148

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 4830
/proc/meminfo: memFree=1308472/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=109720 CPUtime=162.23
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 28015 0 0 0 16200 23 0 0 25 0 1 0 1195535202 112353280 27186 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 27430 27186 87 178 0 27250 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 109720

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 4830
/proc/meminfo: memFree=1290744/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=127048 CPUtime=222.22
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 32325 0 0 0 22194 28 0 0 25 0 1 0 1195535202 130097152 31496 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 31762 31496 87 178 0 31582 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 127048

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 4830
/proc/meminfo: memFree=1280056/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=137952 CPUtime=282.2
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 35002 0 0 0 28190 30 0 0 25 0 1 0 1195535202 141262848 34173 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 34488 34173 87 178 0 34308 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 137952

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/65 4830
/proc/meminfo: memFree=1265784/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=152436 CPUtime=342.19
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 38546 0 0 0 34185 34 0 0 25 0 1 0 1195535202 156094464 37717 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 38109 37717 87 178 0 37929 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 152436

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 4830
/proc/meminfo: memFree=1262712/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=155724 CPUtime=402.18
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 39315 0 0 0 40183 35 0 0 25 0 1 0 1195535202 159461376 38486 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 38931 38486 87 178 0 38751 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 155724

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 4830
/proc/meminfo: memFree=1259640/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=158672 CPUtime=462.16
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 40084 0 0 0 46180 36 0 0 25 0 1 0 1195535202 162480128 39255 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 39668 39255 87 178 0 39488 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 158672

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 4830
/proc/meminfo: memFree=1256440/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=161728 CPUtime=522.14
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 40866 0 0 0 52178 36 0 0 25 0 1 0 1195535202 165609472 40037 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 40432 40037 87 178 0 40252 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 161728

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/65 4830
/proc/meminfo: memFree=1253304/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=164808 CPUtime=582.13
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 41657 0 0 0 58175 38 0 0 25 0 1 0 1195535202 168763392 40828 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 41202 40828 87 178 0 41022 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 164808

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 4830
/proc/meminfo: memFree=1249976/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=168224 CPUtime=642.11
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 42481 0 0 0 64173 38 0 0 25 0 1 0 1195535202 172261376 41652 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 42056 41652 87 178 0 41876 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 168224

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 4830
/proc/meminfo: memFree=1247544/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=170600 CPUtime=702.09
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 43084 0 0 0 70170 39 0 0 25 0 1 0 1195535202 174694400 42255 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 42650 42255 87 178 0 42470 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 170600

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 4830
/proc/meminfo: memFree=1243448/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=174748 CPUtime=762.08
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 44082 0 0 0 76168 40 0 0 25 0 1 0 1195535202 178941952 43253 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 43687 43253 87 178 0 43507 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 174748

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 4830
/proc/meminfo: memFree=1241144/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=177100 CPUtime=822.06
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 44682 0 0 0 82165 41 0 0 25 0 1 0 1195535202 181350400 43853 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 44275 43853 87 178 0 44095 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 177100

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 4830
/proc/meminfo: memFree=1237944/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=180344 CPUtime=882.04
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 45463 0 0 0 88162 42 0 0 25 0 1 0 1195535202 184672256 44634 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 45086 44634 87 178 0 44906 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 180344

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 4830
/proc/meminfo: memFree=1234808/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=183820 CPUtime=942.03
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 46243 0 0 0 94159 44 0 0 25 0 1 0 1195535202 188231680 45414 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 45955 45414 87 178 0 45775 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 183820

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 4830
/proc/meminfo: memFree=1231544/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=186848 CPUtime=1002.02
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 47040 0 0 0 100157 45 0 0 25 0 1 0 1195535202 191332352 46211 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 46712 46211 87 178 0 46532 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 186848

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 4830
/proc/meminfo: memFree=1228984/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=189488 CPUtime=1062.01
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 47698 0 0 0 106155 46 0 0 25 0 1 0 1195535202 194035712 46869 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 47372 46869 87 178 0 47192 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 189488

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 4830
/proc/meminfo: memFree=1225912/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=192536 CPUtime=1121.98
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 48455 0 0 0 112152 46 0 0 25 0 1 0 1195535202 197156864 47626 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 48134 47626 87 178 0 47954 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 192536

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 4830
/proc/meminfo: memFree=1223736/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=194776 CPUtime=1181.97
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 48988 0 0 0 118150 47 0 0 25 0 1 0 1195535202 199450624 48159 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 48694 48159 87 178 0 48514 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 194776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 4830
/proc/meminfo: memFree=1223160/2055920 swapFree=4176556/4192956
[pid=4829] ppid=4827 vsize=195304 CPUtime=1200.07
/proc/4829/stat : 4829 (minisat_static) R 4827 4829 4792 0 -1 4194304 49143 0 0 0 119960 47 0 0 25 0 1 0 1195535202 199991296 48314 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/4829/statm: 48826 48314 87 178 0 48646 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 195304

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.44
CPU time (s): 1200.11
CPU user time (s): 1199.6
CPU system time (s): 0.505923
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 195304

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

runsolver used 0.873867 second user time and 2.66659 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-09 00:11:43
IDJOB=1592852
IDBENCH=71069
IDSOLVER=568
FILE ID=node35/1592852-1239228702
PBS_JOBID= 9113617
Free space on /tmp= 66436 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_17_UNKNOWN.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592852-1239228702/watcher-1592852-1239228702 -o /tmp/evaluation-result-1592852-1239228702/solver-1592852-1239228702 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592852-1239228702.cnf

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED=565748838

node35.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.229
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.229
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:       1417376 kB
Buffers:         37756 kB
Cached:         547412 kB
SwapCached:      10716 kB
Active:          55008 kB
Inactive:       542168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417376 kB
SwapTotal:     4192956 kB
SwapFree:      4176556 kB
Dirty:            7472 kB
Writeback:           0 kB
Mapped:          16996 kB
Slab:            27320 kB
Committed_AS:  3430840 kB
PageTables:       1404 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= 66436 MiB
End job on node35 at 2009-04-09 00:31:45