Trace number 1592880

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.07 1200.53

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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:  2220                                                 |
0.00/0.00	|  Number of clauses:    160694                                               |
0.09/0.12	|  Parsing time:         0.11         s                                       |
3.89/3.97	============================[ Search Statistics ]==============================
3.89/3.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.89/3.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.89/3.97	===============================================================================
3.89/3.97	|         0 |    1488   156189   680027 |    52063        0    nan |  0.000 % |
3.99/4.01	|       101 |    1488   156189   680027 |    57269      101     77 |  0.000 % |
3.99/4.05	|       251 |    1488   156189   680027 |    62996      251     78 |  0.000 % |
4.09/4.10	|       477 |    1488   156189   680027 |    69295      477     85 |  0.000 % |
4.09/4.17	|       814 |    1488   156189   680027 |    76225      814     94 |  0.000 % |
4.29/4.32	|      1320 |    1488   156189   680027 |    83847     1320     96 |  0.000 % |
4.39/4.45	|      2079 |    1488   156189   680027 |    92232     2079     94 |  0.000 % |
4.58/4.67	|      3218 |    1488   156189   680027 |   101456     3218     98 |  0.000 % |
4.99/5.02	|      4926 |    1488   156189   680027 |   111601     4926    100 |  0.000 % |
5.50/5.52	|      7489 |    1488   156189   680027 |   122761     7489     98 |  0.000 % |
6.59/6.67	|     11334 |    1488   156189   680027 |   135038    11334    102 |  0.000 % |
8.98/9.08	|     17103 |    1488   156189   680027 |   148541    17103    107 |  0.000 % |
12.39/12.46	|     25753 |    1488   156189   680027 |   163395    25753    110 |  0.000 % |
23.78/23.81	|     38729 |    1488   156189   680027 |   179735    38729    109 |  0.000 % |
62.56/62.68	|     58190 |    1488   156189   680027 |   197709    58190    108 |  0.000 % |
196.62/196.77	|     87384 |    1488   156189   680027 |   217480    87384    111 |  0.000 % |
398.14/398.39	|    131175 |    1488   156189   680027 |   239228   131175    111 |  0.000 % |
871.36/871.72	|    196861 |    1488   156189   680027 |   263150   196861    110 |  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-1592880-1239229912/watcher-1592880-1239229912 -o /tmp/evaluation-result-1592880-1239229912/solver-1592880-1239229912 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592880-1239229912.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.91 0.95 0.69 3/64 23720
/proc/meminfo: memFree=764264/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=2204 CPUtime=0
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 438 0 0 0 0 0 0 0 18 0 1 0 1195656201 2256896 423 1992294400 134512640 135243866 4294956256 18446744073709551615 134538356 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 551 424 65 178 0 371 0

[startup+0.0916869 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 23720
/proc/meminfo: memFree=764264/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=8536 CPUtime=0.08
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 1972 0 0 0 7 1 0 0 18 0 1 0 1195656201 8740864 1957 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 2134 1960 65 178 0 1954 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8536

[startup+0.101688 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 23720
/proc/meminfo: memFree=764264/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=9328 CPUtime=0.09
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 2172 0 0 0 8 1 0 0 18 0 1 0 1195656201 9551872 2157 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 2332 2158 65 178 0 2152 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9328

[startup+0.301727 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 23720
/proc/meminfo: memFree=764264/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=11448 CPUtime=0.29
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 2659 0 0 0 28 1 0 0 19 0 1 0 1195656201 11722752 2644 1992294400 134512640 135243866 4294956256 18446744073709551615 134535747 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 2862 2644 81 178 0 2682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11448

[startup+0.701808 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 23720
/proc/meminfo: memFree=764264/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=11448 CPUtime=0.69
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 2659 0 0 0 68 1 0 0 22 0 1 0 1195656201 11722752 2644 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 2862 2644 81 178 0 2682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11448

[startup+1.50197 s]
/proc/loadavg: 0.91 0.95 0.69 2/65 23721
/proc/meminfo: memFree=753952/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=14916 CPUtime=1.49
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 3578 0 0 0 148 1 0 0 25 0 1 0 1195656201 15273984 3563 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 3729 3563 81 178 0 3549 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14916

[startup+3.10128 s]
/proc/loadavg: 0.91 0.95 0.69 2/65 23721
/proc/meminfo: memFree=748896/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=16600 CPUtime=3.09
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 3890 0 0 0 308 1 0 0 25 0 1 0 1195656201 16998400 3875 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 4150 3875 81 178 0 3970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16600

[startup+6.30192 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 23721
/proc/meminfo: memFree=750112/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=15600 CPUtime=6.29
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 4148 0 0 0 627 2 0 0 25 0 1 0 1195656201 15974400 3763 1992294400 134512640 135243866 4294956256 18446744073709551615 134558584 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 3900 3763 87 178 0 3720 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15600

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 23721
/proc/meminfo: memFree=741992/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=23756 CPUtime=12.69
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 6185 0 0 0 1266 3 0 0 25 0 1 0 1195656201 24326144 5800 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 5939 5800 87 178 0 5759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23756

[startup+25.5017 s]
/proc/loadavg: 0.94 0.95 0.70 2/65 23721
/proc/meminfo: memFree=734440/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=30468 CPUtime=25.48
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 7852 0 0 0 2544 4 0 0 25 0 1 0 1195656201 31199232 7467 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 7617 7467 87 178 0 7437 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30468

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.70 2/65 23721
/proc/meminfo: memFree=728104/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=37020 CPUtime=51.07
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 9466 0 0 0 5101 6 0 0 25 0 1 0 1195656201 37908480 9081 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 9255 9081 87 178 0 9075 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37020

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 23721
/proc/meminfo: memFree=720104/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=45008 CPUtime=102.26
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 11413 0 0 0 10218 8 0 0 25 0 1 0 1195656201 46088192 11028 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 11252 11028 87 178 0 11072 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45008

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.73 2/65 23721
/proc/meminfo: memFree=714344/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=50824 CPUtime=162.23
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 12848 0 0 0 16214 9 0 0 25 0 1 0 1195656201 52043776 12463 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 12706 12463 87 178 0 12526 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 50824

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.74 2/65 23721
/proc/meminfo: memFree=706792/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=58524 CPUtime=222.21
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 14716 0 0 0 22210 11 0 0 25 0 1 0 1195656201 59928576 14331 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 14631 14331 87 178 0 14451 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 58524

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 23721
/proc/meminfo: memFree=699432/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=65860 CPUtime=282.18
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 16555 0 0 0 28205 13 0 0 25 0 1 0 1195656201 67440640 16170 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 16465 16170 87 178 0 16285 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 65860

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 23721
/proc/meminfo: memFree=692968/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=72456 CPUtime=342.16
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 18167 0 0 0 34201 15 0 0 25 0 1 0 1195656201 74194944 17782 1992294400 134512640 135243866 4294956256 18446744073709551615 134565149 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 18114 17782 87 178 0 17934 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 72456

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 23721
/proc/meminfo: memFree=686952/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=78580 CPUtime=402.14
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 19677 0 0 0 40197 17 0 0 25 0 1 0 1195656201 80465920 19292 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 19645 19292 87 178 0 19465 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 78580

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 23721
/proc/meminfo: memFree=682536/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=83496 CPUtime=462.11
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 20774 0 0 0 46193 18 0 0 25 0 1 0 1195656201 85499904 20389 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 20874 20389 87 178 0 20694 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 83496

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 23721
/proc/meminfo: memFree=678760/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=87556 CPUtime=522.1
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 21731 0 0 0 52191 19 0 0 25 0 1 0 1195656201 89657344 21346 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 21889 21346 87 178 0 21709 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 87556

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 23721
/proc/meminfo: memFree=675112/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=91340 CPUtime=582.07
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 22633 0 0 0 58187 20 0 0 25 0 1 0 1195656201 93532160 22248 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 22835 22248 87 178 0 22655 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 91340

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 23721
/proc/meminfo: memFree=671272/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=95136 CPUtime=642.05
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 23571 0 0 0 64184 21 0 0 25 0 1 0 1195656201 97419264 23186 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 23784 23186 87 178 0 23604 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 95136

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 23721
/proc/meminfo: memFree=667688/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=98676 CPUtime=702.03
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 24483 0 0 0 70181 22 0 0 25 0 1 0 1195656201 101044224 24098 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 24669 24098 87 178 0 24489 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 98676

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 23721
/proc/meminfo: memFree=662824/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=103572 CPUtime=762
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 25678 0 0 0 76177 23 0 0 25 0 1 0 1195656201 106057728 25293 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 25893 25293 87 178 0 25713 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 103572

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 23721
/proc/meminfo: memFree=658856/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=107568 CPUtime=821.98
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 26689 0 0 0 82173 25 0 0 25 0 1 0 1195656201 110149632 26304 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 26892 26304 87 178 0 26712 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 107568

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 23721
/proc/meminfo: memFree=653736/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=112768 CPUtime=881.96
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 27969 0 0 0 88170 26 0 0 25 0 1 0 1195656201 115474432 27584 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 28192 27584 87 178 0 28012 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 112768

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 23721
/proc/meminfo: memFree=650856/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=115776 CPUtime=941.93
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 28667 0 0 0 94167 26 0 0 25 0 1 0 1195656201 118554624 28282 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 28944 28282 87 178 0 28764 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 115776

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 23723
/proc/meminfo: memFree=648488/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=118180 CPUtime=1001.91
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 29272 0 0 0 100164 27 0 0 25 0 1 0 1195656201 121016320 28887 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 29545 28887 87 178 0 29365 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 118180

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 23723
/proc/meminfo: memFree=646120/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=121048 CPUtime=1061.89
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 29853 0 0 0 106161 28 0 0 25 0 1 0 1195656201 123953152 29468 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 30262 29468 87 178 0 30082 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 121048

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 23723
/proc/meminfo: memFree=643880/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=123476 CPUtime=1121.86
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 30404 0 0 0 112158 28 0 0 25 0 1 0 1195656201 126439424 30019 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 30869 30019 87 178 0 30689 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 123476

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 23723
/proc/meminfo: memFree=642024/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=125328 CPUtime=1181.84
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 30869 0 0 0 118155 29 0 0 25 0 1 0 1195656201 128335872 30484 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 31332 30484 87 178 0 31152 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 125328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 23723
/proc/meminfo: memFree=641256/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=126120 CPUtime=1200.04
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 31064 0 0 0 119975 29 0 0 25 0 1 0 1195656201 129146880 30679 1992294400 134512640 135243866 4294956256 18446744073709551615 134555880 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 31530 30679 87 178 0 31350 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 126120

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: 0.99 0.97 0.88 2/65 23723
/proc/meminfo: memFree=641256/2055920 swapFree=4175804/4192956
[pid=23720] ppid=23718 vsize=126120 CPUtime=1200.04
/proc/23720/stat : 23720 (minisat_static) R 23718 23720 23628 0 -1 4194304 31064 0 0 0 119975 29 0 0 25 0 1 0 1195656201 129146880 30679 1992294400 134512640 135243866 4294956256 18446744073709551615 134555880 0 0 4096 3 0 0 0 17 1 0 0
/proc/23720/statm: 31530 30679 87 178 0 31350 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 126120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.07
CPU user time (s): 1199.76
CPU system time (s): 0.315951
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 126120

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

runsolver used 1.17782 second user time and 2.71059 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-09 00:31:52
IDJOB=1592880
IDBENCH=71097
IDSOLVER=568
FILE ID=node33/1592880-1239229912
PBS_JOBID= 9113619
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=137441944

node33.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.266
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.266
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:        764680 kB
Buffers:         82632 kB
Cached:        1112788 kB
SwapCached:      11104 kB
Active:          84616 kB
Inactive:      1123440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        764680 kB
SwapTotal:     4192956 kB
SwapFree:      4175804 kB
Dirty:            3420 kB
Writeback:           0 kB
Mapped:          18168 kB
Slab:            69132 kB
Committed_AS:  3666452 kB
PageTables:       1400 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= 66304 MiB
End job on node33 at 2009-04-09 00:51:55