Trace number 1798040

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat2-core 070721? (TO) 1200.06 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
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 variables1584
Number of clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
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:  1584                                                 |
0.00/0.00	|  Number of clauses:    100116                                               |
0.03/0.04	|  Parsing time:         0.04         s                                       |
0.03/0.04	============================[ Search Statistics ]==============================
0.03/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.03/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.03/0.04	===============================================================================
0.03/0.04	|         0 |    1584   100116   297952 |    33372        0    nan |  0.000 % |
0.03/0.05	|       100 |    1584   100116   297952 |    36709      100     50 |  0.000 % |
0.03/0.07	|       250 |    1584   100116   297952 |    40380      250     48 |  0.000 % |
0.03/0.09	|       475 |    1584   100116   297952 |    44418      475     59 |  0.000 % |
0.09/0.13	|       812 |    1584   100116   297952 |    48859      812     59 |  0.000 % |
0.19/0.21	|      1318 |    1584   100116   297952 |    53745     1318     54 |  0.001 % |
0.19/0.28	|      2078 |    1584   100116   297952 |    59120     2078     56 |  0.000 % |
0.39/0.48	|      3219 |    1584   100116   297952 |    65032     3219     60 |  0.000 % |
1.00/1.01	|      4929 |    1584   100116   297952 |    71535     4929     59 |  0.000 % |
1.59/1.65	|      7492 |    1584   100116   297952 |    78689     7492     60 |  0.000 % |
2.29/2.33	|     11338 |    1584   100116   297952 |    86558    11338     63 |  0.000 % |
4.40/4.47	|     17104 |    1584   100116   297952 |    95214    17104     66 |  0.000 % |
9.80/9.85	|     25755 |    1584   100116   297952 |   104735    25755     67 |  0.000 % |
22.49/22.59	|     38729 |    1584   100116   297952 |   115209    38729     68 |  0.000 % |
38.48/38.56	|     58192 |    1584   100116   297952 |   126730    58192     69 |  0.000 % |
92.36/92.46	|     87387 |    1584   100116   297952 |   139403    87387     71 |  0.000 % |
213.53/213.61	|    131177 |    1584   100116   297952 |   153343   131177     69 |  0.000 % |
294.20/294.33	|    196861 |    1584   100116   297952 |   168677    57824     61 |  0.000 % |
563.42/563.66	|    295391 |    1584   100116   297952 |   185545   156354     61 |  0.000 % |
1151.75/1152.13	|    443182 |    1584   100116   297952 |   204100   137158     59 |  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-1798040-1242088600/watcher-1798040-1242088600 -o /tmp/evaluation-result-1798040-1242088600/solver-1798040-1242088600 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798040-1242088600.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 15702
/proc/meminfo: memFree=1387040/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=2184 CPUtime=0
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 416 0 0 0 0 0 0 0 18 0 1 0 236892342 2236416 401 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 546 402 58 171 0 372 0

[startup+0.037339 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 15702
/proc/meminfo: memFree=1387040/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=4924 CPUtime=0.03
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 1103 0 0 0 3 0 0 0 18 0 1 0 236892342 5042176 1088 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 1231 1088 58 171 0 1057 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4924

[startup+0.101328 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 15702
/proc/meminfo: memFree=1387040/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=6156 CPUtime=0.09
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 1387 0 0 0 9 0 0 0 18 0 1 0 236892342 6303744 1372 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 1539 1372 78 171 0 1365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6156

[startup+0.301351 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 15702
/proc/meminfo: memFree=1387040/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=6684 CPUtime=0.29
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 1521 0 0 0 29 0 0 0 19 0 1 0 236892342 6844416 1506 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 1671 1506 78 171 0 1497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6684

[startup+0.701399 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 15702
/proc/meminfo: memFree=1387040/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=7212 CPUtime=0.69
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 1658 0 0 0 69 0 0 0 22 0 1 0 236892342 7385088 1643 1992294400 134512640 135213614 4294956256 18446744073709551615 134526761 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 1803 1643 78 171 0 1629 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7212

[startup+1.50149 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15703
/proc/meminfo: memFree=1380504/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=7872 CPUtime=1.5
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 1833 0 0 0 149 1 0 0 25 0 1 0 236892342 8060928 1818 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 1968 1818 78 171 0 1794 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7872

[startup+3.10168 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 15703
/proc/meminfo: memFree=1378840/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=10288 CPUtime=3.09
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 2440 0 0 0 307 2 0 0 25 0 1 0 236892342 10534912 2425 1992294400 134512640 135213614 4294956256 18446744073709551615 134527136 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 2572 2425 78 171 0 2398 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10288

[startup+6.30106 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1375512/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=12708 CPUtime=6.29
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 3047 0 0 0 627 2 0 0 25 0 1 0 236892342 13012992 3032 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 3177 3032 78 171 0 3003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12708

[startup+12.7018 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1372440/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=15396 CPUtime=12.69
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 3712 0 0 0 1266 3 0 0 25 0 1 0 236892342 15765504 3697 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 3849 3697 78 171 0 3675 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15396

[startup+25.5013 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1368344/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=19284 CPUtime=25.49
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 4673 0 0 0 2545 4 0 0 25 0 1 0 236892342 19746816 4658 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 4821 4658 78 171 0 4647 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19284

[startup+51.1013 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1358680/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=29416 CPUtime=51.07
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 7111 0 0 0 5101 6 0 0 25 0 1 0 236892342 30121984 7096 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 7354 7096 78 171 0 7180 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29416

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1349208/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=39156 CPUtime=102.27
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 9464 0 0 0 10218 9 0 0 25 0 1 0 236892342 40095744 9449 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 9789 9449 78 171 0 9615 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 39156

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1341528/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=46756 CPUtime=162.24
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 11376 0 0 0 16213 11 0 0 25 0 1 0 236892342 47878144 11361 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 11689 11361 78 171 0 11515 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46756

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1335320/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=52924 CPUtime=222.22
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 12903 0 0 0 22210 12 0 0 25 0 1 0 236892342 54194176 12888 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 13231 12888 78 171 0 13057 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52924

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15703
/proc/meminfo: memFree=1330648/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=57784 CPUtime=282.21
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 14049 0 0 0 28207 14 0 0 25 0 1 0 236892342 59170816 14034 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 14446 14034 78 171 0 14272 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 57784

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1330648/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=57784 CPUtime=342.19
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 14054 0 0 0 34205 14 0 0 25 0 1 0 236892342 59170816 14039 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 14446 14039 78 171 0 14272 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 57784

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1330648/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=57784 CPUtime=402.17
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 14056 0 0 0 40203 14 0 0 25 0 1 0 236892342 59170816 14041 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 14446 14041 78 171 0 14272 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 57784

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1328536/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=60364 CPUtime=462.16
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 14587 0 0 0 46201 15 0 0 25 0 1 0 236892342 61812736 14572 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 15091 14572 78 171 0 14917 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 60364

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1328472/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=60364 CPUtime=522.13
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 14594 0 0 0 52198 15 0 0 25 0 1 0 236892342 61812736 14579 1992294400 134512640 135213614 4294956256 18446744073709551615 134526957 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 15091 14579 78 171 0 14917 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 60364

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1328216/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=60728 CPUtime=582.12
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 14662 0 0 0 58197 15 0 0 25 0 1 0 236892342 62185472 14647 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 15182 14647 78 171 0 15008 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 60728

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1327704/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=61152 CPUtime=642.11
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 14793 0 0 0 64195 16 0 0 25 0 1 0 236892342 62619648 14778 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 15288 14778 78 171 0 15114 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 61152

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1326616/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=62280 CPUtime=702.08
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 15075 0 0 0 70192 16 0 0 25 0 1 0 236892342 63774720 15060 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 15570 15060 78 171 0 15396 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 62280

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1325400/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=63508 CPUtime=762.07
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 15373 0 0 0 76191 16 0 0 25 0 1 0 236892342 65032192 15358 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 15877 15358 78 171 0 15703 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 63508

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1324120/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=64852 CPUtime=822.05
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 15684 0 0 0 82188 17 0 0 25 0 1 0 236892342 66408448 15669 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 16213 15669 78 171 0 16039 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 64852

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1322584/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=66356 CPUtime=882.03
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 16079 0 0 0 88186 17 0 0 25 0 1 0 236892342 67948544 16064 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 16589 16064 78 171 0 16415 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 66356

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1321304/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=67552 CPUtime=942.01
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 16389 0 0 0 94184 17 0 0 25 0 1 0 236892342 69173248 16374 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 16888 16374 78 171 0 16714 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 67552

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1320664/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=68232 CPUtime=1002
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 16539 0 0 0 100182 18 0 0 25 0 1 0 236892342 69869568 16524 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 17058 16524 78 171 0 16884 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 68232

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1320664/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=68232 CPUtime=1061.98
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 16548 0 0 0 106180 18 0 0 25 0 1 0 236892342 69869568 16533 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 17058 16533 78 171 0 16884 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 68232

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1319832/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=69196 CPUtime=1121.96
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 16765 0 0 0 112178 18 0 0 25 0 1 0 236892342 70856704 16750 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 17299 16750 78 171 0 17125 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 69196

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1318680/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=70400 CPUtime=1181.94
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 17035 0 0 0 118175 19 0 0 25 0 1 0 236892342 72089600 17020 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 17600 17020 78 171 0 17426 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 70400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 15705
/proc/meminfo: memFree=1318616/2055920 swapFree=4180108/4192956
[pid=15702] ppid=15700 vsize=70400 CPUtime=1200.04
/proc/15702/stat : 15702 (minisat_static) R 15700 15702 15636 0 -1 4194304 17035 0 0 0 119985 19 0 0 25 0 1 0 236892342 72089600 17020 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/15702/statm: 17600 17020 78 171 0 17426 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 70400

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1199.86
CPU system time (s): 0.204968
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 70400

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

runsolver used 0.987849 second user time and 3.39048 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-12 02:36:40
IDJOB=1798040
IDBENCH=71101
IDSOLVER=651
FILE ID=node73/1798040-1242088600
PBS_JOBID= 9277723
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED=189896086

node73.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.214
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.214
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:       1387456 kB
Buffers:         76172 kB
Cached:         513984 kB
SwapCached:       7496 kB
Active:         167016 kB
Inactive:       432504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387456 kB
SwapTotal:     4192956 kB
SwapFree:      4180108 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          13972 kB
Slab:            54896 kB
Committed_AS:   870880 kB
PageTables:       1396 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= 66376 MiB
End job on node73 at 2009-05-12 02:56:43