Trace number 1807340

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes2.cnf
MD5SUM52e359b1b3f50700797d7fba5a906213
Bench CategoryCRAFTED (crafted 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 variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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:  1150                                                 |
0.00/0.00	|  Number of clauses:    84314                                                |
0.00/0.03	|  Parsing time:         0.03         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |    1150    84314   169678 |    28104        0    nan |  0.000 % |
0.00/0.04	|       101 |    1150    84314   169678 |    30915      101    167 |  0.000 % |
0.00/0.05	|       251 |    1150    84314   169678 |    34006      251    157 |  0.000 % |
0.00/0.07	|       476 |    1150    84314   169678 |    37407      476    163 |  0.000 % |
0.09/0.10	|       813 |    1150    84314   169678 |    41148      813    149 |  0.000 % |
0.09/0.16	|      1319 |    1150    84314   169678 |    45262     1319    147 |  0.000 % |
0.19/0.24	|      2078 |    1150    84314   169678 |    49789     2078    163 |  0.000 % |
0.39/0.40	|      3217 |    1150    84314   169678 |    54768     3217    166 |  0.000 % |
0.59/0.68	|      4925 |    1150    84314   169678 |    60244     4925    162 |  0.000 % |
1.19/1.21	|      7488 |    1150    84314   169678 |    66269     7488    165 |  0.000 % |
2.20/2.26	|     11332 |    1150    84314   169678 |    72896    11332    170 |  0.000 % |
4.69/4.75	|     17098 |    1150    84314   169678 |    80185    17098    167 |  0.000 % |
10.69/10.70	|     25747 |    1150    84314   169678 |    88204    25747    167 |  0.000 % |
22.58/22.66	|     38723 |    1150    84314   169678 |    97024    38723    160 |  0.000 % |
53.17/53.22	|     58185 |    1150    84314   169678 |   106727    58185    151 |  0.000 % |
126.85/126.98	|     87378 |    1150    84314   169678 |   117400    87378    149 |  0.000 % |
273.29/273.46	|    131168 |    1150    84314   169678 |   129140    32736    129 |  0.000 % |
387.65/387.83	|    196854 |    1150    84314   169678 |   142054    98422    143 |  0.000 % |
666.95/667.21	|    295380 |    1150    84314   169678 |   156259    76619    144 |  0.000 % |
1084.70/1085.11	|    443169 |    1150    84314   169678 |   171885    88411    129 |  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-1807340-1242157159/watcher-1807340-1242157159 -o /tmp/evaluation-result-1807340-1242157159/solver-1807340-1242157159 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807340-1242157159.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.92 0.98 0.99 3/65 17928
/proc/meminfo: memFree=785552/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=2160 CPUtime=0
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 410 0 0 0 0 0 0 0 20 0 1 0 243744882 2211840 395 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 540 395 58 171 0 366 0

[startup+0.00955002 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17928
/proc/meminfo: memFree=785552/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=2592 CPUtime=0
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 519 0 0 0 0 0 0 0 20 0 1 0 243744882 2654208 504 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 648 505 58 171 0 474 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2592

[startup+0.101565 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17928
/proc/meminfo: memFree=785552/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=5672 CPUtime=0.09
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 1294 0 0 0 9 0 0 0 20 0 1 0 243744882 5808128 1279 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 1418 1279 78 171 0 1244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5672

[startup+0.301607 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17928
/proc/meminfo: memFree=785552/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=6860 CPUtime=0.29
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 1619 0 0 0 29 0 0 0 22 0 1 0 243744882 7024640 1604 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 1715 1604 78 171 0 1541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6860

[startup+0.701687 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 17928
/proc/meminfo: memFree=785552/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=8708 CPUtime=0.69
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 2056 0 0 0 69 0 0 0 25 0 1 0 243744882 8916992 2041 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 2177 2041 78 171 0 2003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8708

[startup+1.50185 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 17929
/proc/meminfo: memFree=776520/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=11500 CPUtime=1.49
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 2752 0 0 0 148 1 0 0 25 0 1 0 243744882 11776000 2737 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 2875 2737 78 171 0 2701 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11500

[startup+3.10117 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17929
/proc/meminfo: memFree=773192/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=14964 CPUtime=3.09
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 3629 0 0 0 307 2 0 0 25 0 1 0 243744882 15323136 3614 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 3741 3614 78 171 0 3567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14964

[startup+6.30183 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 17929
/proc/meminfo: memFree=767944/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=19520 CPUtime=6.29
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 4746 0 0 0 627 2 0 0 25 0 1 0 243744882 19988480 4731 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 4880 4731 78 171 0 4706 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19520

[startup+12.7021 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 17929
/proc/meminfo: memFree=760992/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=25624 CPUtime=12.68
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 6266 0 0 0 1265 3 0 0 25 0 1 0 243744882 26238976 6251 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 6406 6251 78 171 0 6232 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25624

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 17929
/proc/meminfo: memFree=752616/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=33556 CPUtime=25.49
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 8281 0 0 0 2543 6 0 0 25 0 1 0 243744882 34361344 8266 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 8389 8266 78 171 0 8215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33556

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 17929
/proc/meminfo: memFree=743336/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=42896 CPUtime=51.07
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 10599 0 0 0 5098 9 0 0 25 0 1 0 243744882 43925504 10584 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 10724 10584 78 171 0 10550 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42896

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 17929
/proc/meminfo: memFree=728424/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=57716 CPUtime=102.25
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 14275 0 0 0 10213 12 0 0 25 0 1 0 243744882 59101184 14260 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 14429 14260 78 171 0 14255 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 57716

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17929
/proc/meminfo: memFree=716136/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=70256 CPUtime=162.23
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 17365 0 0 0 16207 16 0 0 25 0 1 0 243744882 71942144 17350 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 17564 17350 78 171 0 17390 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 70256

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=706216/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=80028 CPUtime=222.21
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 19794 0 0 0 22202 19 0 0 25 0 1 0 243744882 81948672 19779 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 20007 19779 78 171 0 19833 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 80028

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=701416/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=84856 CPUtime=282.19
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 20992 0 0 0 28199 20 0 0 25 0 1 0 243744882 86892544 20977 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 21214 20977 78 171 0 21040 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 84856

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=701416/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=84856 CPUtime=342.17
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 20994 0 0 0 34197 20 0 0 25 0 1 0 243744882 86892544 20979 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 21214 20979 78 171 0 21040 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 84856

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=701352/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=84856 CPUtime=402.15
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 21000 0 0 0 40195 20 0 0 25 0 1 0 243744882 86892544 20985 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 21214 20985 78 171 0 21040 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 84856

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=701544/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=84856 CPUtime=462.13
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 21000 0 0 0 46193 20 0 0 25 0 1 0 243744882 86892544 20985 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 21214 20985 78 171 0 21040 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 84856

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=693672/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=92856 CPUtime=522.11
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 22991 0 0 0 52189 22 0 0 25 0 1 0 243744882 95084544 22976 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 23214 22976 78 171 0 23040 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 92856

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=685480/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=101088 CPUtime=582.08
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 24991 0 0 0 58184 24 0 0 25 0 1 0 243744882 103514112 24976 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 25272 24976 78 171 0 25098 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 101088

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=685480/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=101088 CPUtime=642.06
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 24991 0 0 0 64182 24 0 0 25 0 1 0 243744882 103514112 24976 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 25272 24976 78 171 0 25098 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 101088

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=685480/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=101088 CPUtime=702.04
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 24991 0 0 0 70180 24 0 0 25 0 1 0 243744882 103514112 24976 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 25272 24976 78 171 0 25098 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 101088

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=685480/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=101088 CPUtime=762.02
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 24992 0 0 0 76178 24 0 0 25 0 1 0 243744882 103514112 24977 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 25272 24977 78 171 0 25098 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 101088

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=685224/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=101520 CPUtime=821.99
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 25051 0 0 0 82175 24 0 0 25 0 1 0 243744882 103956480 25036 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 25380 25036 78 171 0 25206 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 101520

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=685032/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=101736 CPUtime=881.98
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 25109 0 0 0 88173 25 0 0 25 0 1 0 243744882 104177664 25094 1992294400 134512640 135213614 4294956256 18446744073709551615 134526948 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 25434 25094 78 171 0 25260 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 101736

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=679272/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=107612 CPUtime=941.96
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 26575 0 0 0 94169 27 0 0 25 0 1 0 243744882 110194688 26560 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 26903 26560 78 171 0 26729 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 107612

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=676392/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=110228 CPUtime=1001.93
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 27245 0 0 0 100166 27 0 0 25 0 1 0 243744882 112873472 27230 1992294400 134512640 135213614 4294956256 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 27557 27230 78 171 0 27383 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 110228

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=676456/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=110228 CPUtime=1061.91
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 27249 0 0 0 106164 27 0 0 25 0 1 0 243744882 112873472 27234 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 27557 27234 78 171 0 27383 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 110228

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=676392/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=110228 CPUtime=1121.89
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 27250 0 0 0 112162 27 0 0 25 0 1 0 243744882 112873472 27235 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 27557 27235 78 171 0 27383 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 110228

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=676264/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=110472 CPUtime=1181.87
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 27292 0 0 0 118160 27 0 0 25 0 1 0 243744882 113123328 27277 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 27618 27277 78 171 0 27444 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 110472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 17931
/proc/meminfo: memFree=676200/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=110472 CPUtime=1200.06
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 27292 0 0 0 119979 27 0 0 25 0 1 0 243744882 113123328 27277 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 27618 27277 78 171 0 27444 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 110472

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.98 0.99 2/66 17931
/proc/meminfo: memFree=676200/2055920 swapFree=4162572/4192956
[pid=17928] ppid=17926 vsize=110472 CPUtime=1200.06
/proc/17928/stat : 17928 (minisat_static) R 17926 17928 17891 0 -1 4194304 27292 0 0 0 119979 27 0 0 25 0 1 0 243744882 113123328 27277 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/17928/statm: 27618 27277 78 171 0 27444 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 110472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1199.8
CPU system time (s): 0.294955
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 110472

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

runsolver used 1.16982 second user time and 3.20951 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-12 21:39:19
IDJOB=1807340
IDBENCH=71537
IDSOLVER=651
FILE ID=node80/1807340-1242157159
PBS_JOBID= 9289723
Free space on /tmp= 65992 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1150c84314gyes2.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807340-1242157159/watcher-1807340-1242157159 -o /tmp/evaluation-result-1807340-1242157159/solver-1807340-1242157159 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807340-1242157159.cnf

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

MD5SUM BENCH= 52e359b1b3f50700797d7fba5a906213
RANDOM SEED=1799631804

node80.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.270
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.270
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:        785968 kB
Buffers:         85112 kB
Cached:        1074172 kB
SwapCached:      25208 kB
Active:         290544 kB
Inactive:       897044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        785968 kB
SwapTotal:     4192956 kB
SwapFree:      4162572 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          13356 kB
Slab:            68324 kB
Committed_AS:   931672 kB
PageTables:       1384 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= 65992 MiB
End job on node80 at 2009-05-12 21:59:22