Trace number 1798000

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.13 1200.47

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-5p1.cnf
MD5SUM8eb175d312e8be3bb4695a79b8f45bdc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark976.508
Satisfiable
(Un)Satisfiability was proved
Number of variables331196
Number of clauses1416850
Sum of the clauses size3333531
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 21064373
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

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:  331196                                               |
0.00/0.00	|  Number of clauses:    1416850                                              |
0.89/0.91	|  Parsing time:         0.80         s                                       |
0.98/1.01	============================[ Search Statistics ]==============================
0.98/1.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.98/1.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.98/1.01	===============================================================================
0.98/1.01	|         0 |  284352  1151223  2782408 |   383741        0    nan |  0.000 % |
1.19/1.25	|       102 |  284352  1151223  2782408 |   422115      102    131 | 14.144 % |
1.49/1.54	|       255 |  284340  1151223  2782408 |   464326      254     94 | 14.793 % |
1.79/1.83	|       480 |  284340  1151223  2782408 |   510759      479    112 | 14.793 % |
2.29/2.31	|       819 |  284233  1151223  2782408 |   561835      816    164 | 15.375 % |
2.99/3.00	|      1325 |  284205  1151223  2782408 |   618018     1321    176 | 15.375 % |
4.99/5.03	|      2085 |  276582  1116231  2703049 |   679820     2075    146 | 17.240 % |
6.88/6.97	|      3224 |  267707  1076166  2611730 |   747802     3191    130 | 19.942 % |
10.18/10.27	|      4933 |  262575  1052943  2558729 |   822582     4885    158 | 20.719 % |
15.98/16.06	|      7497 |  253437  1012254  2466102 |   904841     7434    153 | 23.548 % |
22.18/22.24	|     11341 |  246552   981946  2396716 |   995325    11191    149 | 27.004 % |
30.07/30.13	|     17108 |  228339   899655  2210141 |  1094857    16870    148 | 32.313 % |
45.67/45.76	|     25757 |  219697   861439  2124958 |  1204343    25404    141 | 33.762 % |
73.96/74.04	|     38731 |  218659   856089  2113332 |  1324778    38356    172 | 34.207 % |
121.24/121.34	|     58192 |  212614   830082  2053705 |  1457255    57482    195 | 35.811 % |
215.52/215.67	|     87384 |  210753   823399  2038185 |  1602981    86367    224 | 36.395 % |
455.65/455.83	|    131173 |  204226   796255  1975715 |  1763279   127464    295 | 38.455 % |
961.81/962.14	|    196857 |  199202   776408  1928682 |  1939607   191959    387 | 39.854 % |

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-1798000-1242085177/watcher-1798000-1242085177 -o /tmp/evaluation-result-1798000-1242085177/solver-1798000-1242085177 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798000-1242085177.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5807
/proc/meminfo: memFree=1077056/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=2652 CPUtime=0
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 539 0 0 0 0 0 0 0 20 0 1 0 236551614 2715648 524 1992294400 134512640 135213614 4294956256 18446744073709551615 134524639 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 663 525 58 171 0 489 0

[startup+0.0766699 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5807
/proc/meminfo: memFree=1077056/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=16260 CPUtime=0.06
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 3556 0 0 0 5 1 0 0 20 0 1 0 236551614 16650240 3541 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 4065 3542 58 171 0 3891 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16260

[startup+0.101672 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5807
/proc/meminfo: memFree=1077056/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=18156 CPUtime=0.09
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 4042 0 0 0 7 2 0 0 20 0 1 0 236551614 18591744 4027 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 4539 4027 58 171 0 4365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18156

[startup+0.30169 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5807
/proc/meminfo: memFree=1077056/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=31316 CPUtime=0.29
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 7307 0 0 0 25 4 0 0 22 0 1 0 236551614 32067584 7292 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 7829 7293 58 171 0 7655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31316

[startup+0.701727 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 5807
/proc/meminfo: memFree=1077056/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=59916 CPUtime=0.69
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 13727 0 0 0 61 8 0 0 25 0 1 0 236551614 61353984 13712 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 14979 13712 58 171 0 14805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59916

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5808
/proc/meminfo: memFree=1002744/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=79860 CPUtime=1.49
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 18593 0 0 0 138 11 0 0 25 0 1 0 236551614 81776640 18578 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 19965 18578 78 171 0 19791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79860

[startup+3.10295 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5808
/proc/meminfo: memFree=1002872/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=79860 CPUtime=3.09
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 18593 0 0 0 298 11 0 0 25 0 1 0 236551614 81776640 18578 1992294400 134512640 135213614 4294956256 18446744073709551615 134539358 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 19965 18578 78 171 0 19791 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79860

[startup+6.30125 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5808
/proc/meminfo: memFree=1002936/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=79860 CPUtime=6.29
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 18596 0 0 0 618 11 0 0 25 0 1 0 236551614 81776640 18581 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 19965 18581 78 171 0 19791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79860

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5808
/proc/meminfo: memFree=1002424/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=80520 CPUtime=12.68
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 18771 0 0 0 1257 11 0 0 25 0 1 0 236551614 82452480 18756 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 20130 18756 78 171 0 19956 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 80520

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5808
/proc/meminfo: memFree=998520/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=84352 CPUtime=25.48
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 19766 0 0 0 2536 12 0 0 25 0 1 0 236551614 86376448 19751 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 21088 19751 78 171 0 20914 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84352

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5808
/proc/meminfo: memFree=991544/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=91904 CPUtime=51.06
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 21518 0 0 0 5093 13 0 0 25 0 1 0 236551614 94109696 21503 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 22976 21503 78 171 0 22802 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 91904

[startup+102.305 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 5810
/proc/meminfo: memFree=969144/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=114316 CPUtime=102.25
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 27118 0 0 0 10206 19 0 0 25 0 1 0 236551614 117059584 27103 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 28579 27103 78 171 0 28405 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114316

[startup+162.302 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 5810
/proc/meminfo: memFree=946872/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=136520 CPUtime=162.23
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 32675 0 0 0 16199 24 0 0 25 0 1 0 236551614 139796480 32660 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 34130 32660 78 171 0 33956 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 136520

[startup+222.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 5810
/proc/meminfo: memFree=925560/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=157544 CPUtime=222.21
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 37949 0 0 0 22193 28 0 0 25 0 1 0 236551614 161325056 37934 1992294400 134512640 135213614 4294956256 18446744073709551615 134530642 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 39386 37934 78 171 0 39212 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 157544

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 5810
/proc/meminfo: memFree=907000/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=176376 CPUtime=282.2
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 42610 0 0 0 28187 33 0 0 25 0 1 0 236551614 180609024 42595 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 44094 42595 78 171 0 43920 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 176376

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5810
/proc/meminfo: memFree=892472/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=190692 CPUtime=342.18
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 46204 0 0 0 34181 37 0 0 25 0 1 0 236551614 195268608 46189 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 47673 46189 78 171 0 47499 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 190692

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=870904/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=212440 CPUtime=402.16
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 51629 0 0 0 40175 41 0 0 25 0 1 0 236551614 217538560 51614 1992294400 134512640 135213614 4294956256 18446744073709551615 134529532 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 53110 51614 78 171 0 52936 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 212440

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=851320/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=231712 CPUtime=462.15
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 56486 0 0 0 46170 45 0 0 25 0 1 0 236551614 237273088 56471 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 57928 56471 78 171 0 57754 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 231712

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=833144/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=250032 CPUtime=522.13
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 61056 0 0 0 52164 49 0 0 25 0 1 0 236551614 256032768 61041 1992294400 134512640 135213614 4294956256 18446744073709551615 134526691 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 62508 61041 78 171 0 62334 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 250032

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=818552/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=264652 CPUtime=582.12
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 64656 0 0 0 58159 53 0 0 25 0 1 0 236551614 271003648 64641 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 66163 64641 78 171 0 65989 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 264652

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=801720/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=281372 CPUtime=642.1
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 68835 0 0 0 64153 57 0 0 25 0 1 0 236551614 288124928 68820 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 70343 68820 78 171 0 70169 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 281372

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=778744/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=304664 CPUtime=702.09
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 74657 0 0 0 70146 63 0 0 25 0 1 0 236551614 311975936 74642 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 76166 74642 78 171 0 75992 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 304664

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=760120/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=322692 CPUtime=762.07
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 79201 0 0 0 76140 67 0 0 25 0 1 0 236551614 330436608 79186 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 80673 79186 78 171 0 80499 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 322692

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=741560/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=341356 CPUtime=822.05
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 83865 0 0 0 82133 72 0 0 25 0 1 0 236551614 349548544 83850 1992294400 134512640 135213614 4294956256 18446744073709551615 134529537 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 85339 83850 78 171 0 85165 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 341356

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=726392/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=356348 CPUtime=882.03
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 87626 0 0 0 88127 76 0 0 25 0 1 0 236551614 364900352 87611 1992294400 134512640 135213614 4294956256 18446744073709551615 134538918 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 89087 87611 78 171 0 88913 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 356348

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=709496/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=373352 CPUtime=942.01
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 91862 0 0 0 94122 79 0 0 25 0 1 0 236551614 382312448 91847 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 93338 91847 78 171 0 93164 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 373352

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=691768/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=390984 CPUtime=1002
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 96286 0 0 0 100116 84 0 0 25 0 1 0 236551614 400367616 96271 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 97746 96271 78 171 0 97572 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 390984

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=673784/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=408900 CPUtime=1061.99
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 100794 0 0 0 106111 88 0 0 25 0 1 0 236551614 418713600 100779 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 102225 100779 78 171 0 102051 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 408900

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=659768/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=423088 CPUtime=1121.97
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 104245 0 0 0 112106 91 0 0 25 0 1 0 236551614 433242112 104230 1992294400 134512640 135213614 4294956256 18446744073709551615 134526710 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 105772 104230 78 171 0 105598 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 423088

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=644216/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=438788 CPUtime=1181.96
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 108148 0 0 0 118101 95 0 0 25 0 1 0 236551614 449318912 108133 1992294400 134512640 135213614 4294956256 18446744073709551615 134536249 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 109697 108133 78 171 0 109523 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 438788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5810
/proc/meminfo: memFree=639672/2055920 swapFree=4167488/4192956
[pid=5807] ppid=5805 vsize=443032 CPUtime=1200.05
/proc/5807/stat : 5807 (minisat_static) R 5805 5807 5328 0 -1 4194304 109239 0 0 0 119909 96 0 0 25 0 1 0 236551614 453664768 109224 1992294400 134512640 135213614 4294956256 18446744073709551615 134722113 0 0 4096 3 0 0 0 17 1 0 0
/proc/5807/statm: 110758 109224 78 171 0 110584 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 443032

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.47
CPU time (s): 1200.13
CPU user time (s): 1199.1
CPU system time (s): 1.02884
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 443032

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

runsolver used 1.34979 second user time and 3.00454 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-12 01:39:39
IDJOB=1798000
IDBENCH=71023
IDSOLVER=651
FILE ID=node8/1798000-1242085177
PBS_JOBID= 9277613
Free space on /tmp= 66168 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-5p1.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798000-1242085177/watcher-1798000-1242085177 -o /tmp/evaluation-result-1798000-1242085177/solver-1798000-1242085177 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798000-1242085177.cnf

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

MD5SUM BENCH= 8eb175d312e8be3bb4695a79b8f45bdc
RANDOM SEED=2127629307

node8.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1077472 kB
Buffers:         67508 kB
Cached:         805812 kB
SwapCached:      19044 kB
Active:         152200 kB
Inactive:       741808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077472 kB
SwapTotal:     4192956 kB
SwapFree:      4167488 kB
Dirty:           27000 kB
Writeback:           0 kB
Mapped:          14236 kB
Slab:            70200 kB
Committed_AS:   904504 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66168 MiB
End job on node8 at 2009-05-12 01:59:41