Trace number 1798031

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
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:  1430                                                 |
0.00/0.00	|  Number of clauses:    87044                                                |
0.00/0.04	|  Parsing time:         0.03         s                                       |
0.00/0.04	============================[ Search Statistics ]==============================
0.00/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.04	===============================================================================
0.00/0.04	|         0 |    1430    87044   258924 |    29014        0    nan |  0.000 % |
0.00/0.04	|       101 |    1430    87044   258924 |    31916      101     41 |  0.000 % |
0.00/0.06	|       254 |    1430    87044   258924 |    35107      254     40 |  0.000 % |
0.00/0.09	|       480 |    1430    87044   258924 |    38618      480     43 |  0.000 % |
0.09/0.12	|       818 |    1430    87044   258924 |    42480      818     47 |  0.000 % |
0.09/0.19	|      1324 |    1430    87044   258924 |    46728     1324     48 |  0.000 % |
0.29/0.32	|      2083 |    1430    87044   258924 |    51401     2083     50 |  0.000 % |
0.39/0.45	|      3222 |    1430    87044   258924 |    56541     3222     53 |  0.000 % |
0.59/0.70	|      4930 |    1430    87044   258924 |    62195     4930     57 |  0.000 % |
1.10/1.14	|      7494 |    1430    87044   258924 |    68415     7494     56 |  0.000 % |
2.30/2.34	|     11341 |    1430    87044   258924 |    75256    11341     55 |  0.000 % |
6.19/6.26	|     17110 |    1430    87044   258924 |    82782    17110     56 |  0.000 % |
15.08/15.13	|     25759 |    1430    87044   258924 |    91060    25759     59 |  0.000 % |
31.28/31.36	|     38734 |    1430    87044   258924 |   100166    38734     61 |  0.000 % |
59.86/59.91	|     58197 |    1430    87044   258924 |   110183    58197     61 |  0.000 % |
127.35/127.44	|     87389 |    1430    87044   258924 |   121201    87389     58 |  0.000 % |
211.92/212.05	|    131179 |    1430    87044   258924 |   133321    26376     48 |  0.000 % |
276.10/276.22	|    196863 |    1430    87044   258924 |   146653    92060     52 |  0.001 % |
426.33/426.51	|    295391 |    1430    87044   258924 |   161319    61626     55 |  0.000 % |
686.74/687.08	|    443180 |    1430    87044   258924 |   177451    66868     45 |  0.000 % |
974.53/974.93	|    664864 |    1430    87044   258924 |   195196   129140     48 |  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-1798031-1242087989/watcher-1798031-1242087989 -o /tmp/evaluation-result-1798031-1242087989/solver-1798031-1242087989 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798031-1242087989.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.98 0.99 3/64 10982
/proc/meminfo: memFree=884328/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=2160 CPUtime=0
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 236827528 2211840 395 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 540 396 58 171 0 366 0

[startup+0.102823 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10982
/proc/meminfo: memFree=884328/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=5424 CPUtime=0.09
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 1259 0 0 0 9 0 0 0 18 0 1 0 236827528 5554176 1244 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 1356 1244 78 171 0 1182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5424

[startup+0.201841 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10982
/proc/meminfo: memFree=884328/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=5692 CPUtime=0.19
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 1327 0 0 0 19 0 0 0 18 0 1 0 236827528 5828608 1312 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 1423 1312 78 171 0 1249 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5692

[startup+0.301859 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10982
/proc/meminfo: memFree=884328/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=5824 CPUtime=0.29
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 1367 0 0 0 29 0 0 0 19 0 1 0 236827528 5963776 1352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 1456 1352 78 171 0 1282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5824

[startup+0.701935 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10982
/proc/meminfo: memFree=884328/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=6748 CPUtime=0.69
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 1589 0 0 0 69 0 0 0 22 0 1 0 236827528 6909952 1574 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 1687 1574 78 171 0 1513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6748

[startup+1.50109 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=877728/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=7968 CPUtime=1.49
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 1875 0 0 0 148 1 0 0 25 0 1 0 236827528 8159232 1860 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 1992 1860 78 171 0 1818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7968

[startup+3.10239 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=876528/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=9040 CPUtime=3.09
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 2158 0 0 0 308 1 0 0 25 0 1 0 236827528 9256960 2143 1992294400 134512640 135213614 4294956256 18446744073709551615 134527226 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 2260 2143 78 171 0 2086 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9040

[startup+6.30199 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=874800/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=10380 CPUtime=6.29
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 2486 0 0 0 628 1 0 0 25 0 1 0 236827528 10629120 2471 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 2595 2471 78 171 0 2421 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10380

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=872688/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=12336 CPUtime=12.69
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 2955 0 0 0 1267 2 0 0 25 0 1 0 236827528 12632064 2940 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 3084 2940 78 171 0 2910 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12336

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=869040/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=15848 CPUtime=25.48
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 3834 0 0 0 2545 3 0 0 25 0 1 0 236827528 16228352 3819 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 3962 3819 78 171 0 3788 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15848

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=864304/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=20684 CPUtime=51.07
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 5028 0 0 0 5103 4 0 0 25 0 1 0 236827528 21180416 5013 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 5171 5013 78 171 0 4997 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20684

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=856688/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=28284 CPUtime=102.25
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 6914 0 0 0 10219 6 0 0 25 0 1 0 236827528 28962816 6899 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 7071 6899 78 171 0 6897 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 28284

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=850480/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=34884 CPUtime=162.23
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 8477 0 0 0 16215 8 0 0 25 0 1 0 236827528 35721216 8462 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 8721 8462 78 171 0 8547 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34884

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=845616/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=39616 CPUtime=222.22
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 9663 0 0 0 22212 10 0 0 25 0 1 0 236827528 40566784 9648 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 9904 9648 78 171 0 9730 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39616

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=845424/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=39780 CPUtime=282.19
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 9702 0 0 0 28209 10 0 0 25 0 1 0 236827528 40734720 9687 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 9945 9687 78 171 0 9771 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 39780

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=845296/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=39916 CPUtime=342.16
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 9743 0 0 0 34206 10 0 0 25 0 1 0 236827528 40873984 9728 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 9979 9728 78 171 0 9805 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 39916

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=839664/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=45788 CPUtime=402.14
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 11128 0 0 0 40202 12 0 0 25 0 1 0 236827528 46886912 11113 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 11447 11113 78 171 0 11273 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 45788

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=839664/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=45788 CPUtime=462.12
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 11135 0 0 0 46200 12 0 0 25 0 1 0 236827528 46886912 11120 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 11447 11120 78 171 0 11273 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 45788

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=839792/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=45788 CPUtime=522.1
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 11157 0 0 0 52198 12 0 0 25 0 1 0 236827528 46886912 11142 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 11447 11142 78 171 0 11273 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 45788

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=839216/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=46344 CPUtime=582.07
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 11281 0 0 0 58195 12 0 0 25 0 1 0 236827528 47456256 11266 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 11586 11266 78 171 0 11412 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 46344

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=836208/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=49536 CPUtime=642.05
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 12044 0 0 0 64192 13 0 0 25 0 1 0 236827528 50724864 12029 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 12384 12029 78 171 0 12210 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 49536

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=835632/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=50132 CPUtime=702.04
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 12161 0 0 0 70190 14 0 0 25 0 1 0 236827528 51335168 12146 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 12533 12146 78 171 0 12359 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 50132

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=835248/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=50508 CPUtime=762.02
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 12250 0 0 0 76188 14 0 0 25 0 1 0 236827528 51720192 12235 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 12627 12235 78 171 0 12453 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 50508

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=833904/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=51852 CPUtime=821.99
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 12603 0 0 0 82185 14 0 0 25 0 1 0 236827528 53096448 12588 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 12963 12588 78 171 0 12789 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 51852

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10983
/proc/meminfo: memFree=831024/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=54812 CPUtime=881.97
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 13311 0 0 0 88182 15 0 0 25 0 1 0 236827528 56127488 13296 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 13703 13296 78 171 0 13529 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 54812

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10985
/proc/meminfo: memFree=830640/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=55140 CPUtime=941.94
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 13387 0 0 0 94179 15 0 0 25 0 1 0 236827528 56463360 13372 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 13785 13372 78 171 0 13611 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 55140

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10985
/proc/meminfo: memFree=830512/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=55408 CPUtime=1001.92
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 13426 0 0 0 100177 15 0 0 25 0 1 0 236827528 56737792 13411 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 13852 13411 78 171 0 13678 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 55408

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10985
/proc/meminfo: memFree=830128/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=56064 CPUtime=1061.9
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 13550 0 0 0 106174 16 0 0 25 0 1 0 236827528 57409536 13535 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 14016 13535 78 171 0 13842 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 56064

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10985
/proc/meminfo: memFree=829488/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=56688 CPUtime=1121.88
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 13709 0 0 0 112172 16 0 0 25 0 1 0 236827528 58048512 13694 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 14172 13694 78 171 0 13998 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 56688

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10985
/proc/meminfo: memFree=827824/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=58300 CPUtime=1181.86
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 14103 0 0 0 118170 16 0 0 25 0 1 0 236827528 59699200 14088 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 14575 14088 78 171 0 14401 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 58300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10985
/proc/meminfo: memFree=827824/2055920 swapFree=4181168/4192956
[pid=10982] ppid=10980 vsize=58300 CPUtime=1200.05
/proc/10982/stat : 10982 (minisat_static) R 10980 10982 10916 0 -1 4194304 14103 0 0 0 119989 16 0 0 25 0 1 0 236827528 59699200 14088 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/10982/statm: 14575 14088 78 171 0 14401 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 58300

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.52
CPU time (s): 1200.07
CPU user time (s): 1199.9
CPU system time (s): 0.174973
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 58300

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

runsolver used 1.11583 second user time and 2.6146 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-12 02:26:30
IDJOB=1798031
IDBENCH=71089
IDSOLVER=651
FILE ID=node37/1798031-1242087989
PBS_JOBID= 9277674
Free space on /tmp= 66296 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798031-1242087989/watcher-1798031-1242087989 -o /tmp/evaluation-result-1798031-1242087989/solver-1798031-1242087989 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798031-1242087989.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=439768034

node37.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.259
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.259
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:        884808 kB
Buffers:         80240 kB
Cached:         982840 kB
SwapCached:       5608 kB
Active:          33720 kB
Inactive:      1037736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        884808 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            85776 kB
Committed_AS:   924796 kB
PageTables:       1372 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= 66292 MiB
End job on node37 at 2009-05-12 02:46:32