Trace number 1589734

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat2-simp 070721? (TO) 1200.09 1200.41

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  8527                                                 |
0.00/0.00	|  Number of clauses:    25484                                                |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |    4734    19090    53550 |     6363        0    nan |  0.000 % |
0.09/0.14	|       111 |    4734    19090    53550 |     6999      111     46 |  0.024 % |
0.29/0.38	|       263 |    4734    19090    53550 |     7699      263     44 |  0.023 % |
0.59/0.68	|       489 |    4734    19090    53550 |     8469      489     37 |  0.024 % |
0.89/0.95	|       826 |    4734    19090    53550 |     9316      826     35 |  0.024 % |
1.79/1.83	|      1332 |    4734    19090    53550 |    10248     1332     33 |  0.024 % |
2.89/3.00	|      2091 |    4734    19090    53550 |    11273     2091     32 |  0.024 % |
4.69/4.79	|      3231 |    4734    19090    53550 |    12400     3231     33 |  0.024 % |
6.09/6.13	|      4940 |    4734    19090    53550 |    13640     4940     33 |  0.024 % |
7.98/8.09	|      7502 |    4734    19090    53550 |    15004     7502     34 |  0.024 % |
16.29/16.39	|     11347 |    4734    19090    53550 |    16504    11347     36 |  0.024 % |
28.78/28.82	|     17113 |    4734    19090    53550 |    18155    17113     38 |  0.024 % |
48.07/48.20	|     25762 |    4734    19090    53550 |    19970    15897     31 |  0.024 % |
75.47/75.50	|     38737 |    4734    19090    53550 |    21967    18128     26 |  0.024 % |
120.26/120.34	|     58199 |    4734    19090    53550 |    24164    14119     25 |  0.024 % |
184.74/184.88	|     87392 |    4734    19090    53550 |    26581    15947     27 |  0.024 % |
287.82/287.98	|    131181 |    4734    19090    53550 |    29239    13352     35 |  0.024 % |
445.87/446.03	|    196865 |    4734    19090    53550 |    32163    24315     25 |  0.024 % |
673.91/674.15	|    295393 |    4734    19090    53550 |    35379    19946     33 |  0.024 % |
1046.21/1046.54	|    443183 |    4734    19090    53550 |    38917    25718     23 |  0.024 % |

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-1589734-1239106227/watcher-1589734-1239106227 -o /tmp/evaluation-result-1589734-1239106227/solver-1589734-1239106227 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589734-1239106227.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 602
/proc/meminfo: memFree=1992704/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=2216 CPUtime=0
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 1183287630 2269184 260 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 554 260 65 178 0 374 0

[startup+0.073951 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 602
/proc/meminfo: memFree=1992704/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=5844 CPUtime=0.06
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1140 0 0 0 6 0 0 0 18 0 1 0 1183287630 5984256 1125 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1461 1126 81 178 0 1281 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5844

[startup+0.102954 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 602
/proc/meminfo: memFree=1992704/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=6064 CPUtime=0.09
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1185 0 0 0 9 0 0 0 18 0 1 0 1183287630 6209536 1170 1992294400 134512640 135243866 4294956256 18446744073709551615 134738761 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1516 1170 81 178 0 1336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6064

[startup+0.302977 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 602
/proc/meminfo: memFree=1992704/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=5628 CPUtime=0.29
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1192 0 0 0 29 0 0 0 19 0 1 0 1183287630 5763072 1093 1992294400 134512640 135243866 4294956256 18446744073709551615 134558707 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1407 1093 87 178 0 1227 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5628

[startup+0.701021 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 602
/proc/meminfo: memFree=1992704/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=5628 CPUtime=0.69
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1192 0 0 0 69 0 0 0 22 0 1 0 1183287630 5763072 1093 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1407 1093 87 178 0 1227 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5628

[startup+1.50111 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 603
/proc/meminfo: memFree=1988472/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=5628 CPUtime=1.49
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1192 0 0 0 149 0 0 0 25 0 1 0 1183287630 5763072 1093 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1407 1093 87 178 0 1227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5628

[startup+3.10129 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 603
/proc/meminfo: memFree=1988344/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=5628 CPUtime=3.09
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1192 0 0 0 309 0 0 0 25 0 1 0 1183287630 5763072 1093 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1407 1093 87 178 0 1227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5628

[startup+6.30165 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 603
/proc/meminfo: memFree=1988224/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=6024 CPUtime=6.29
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1304 0 0 0 629 0 0 0 25 0 1 0 1183287630 6168576 1205 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1506 1205 87 178 0 1326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6024

[startup+12.7014 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 603
/proc/meminfo: memFree=1987136/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=6968 CPUtime=12.68
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1513 0 0 0 1268 0 0 0 25 0 1 0 1183287630 7135232 1414 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 1742 1414 87 178 0 1562 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6968

[startup+25.5018 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 603
/proc/meminfo: memFree=1986048/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=8036 CPUtime=25.48
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1791 0 0 0 2547 1 0 0 25 0 1 0 1183287630 8228864 1692 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2009 1692 87 178 0 1829 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8036

[startup+51.1016 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 603
/proc/meminfo: memFree=1985152/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=8956 CPUtime=51.08
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 1998 0 0 0 5106 2 0 0 25 0 1 0 1183287630 9170944 1899 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2239 1899 87 178 0 2059 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8956

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.04 2/65 603
/proc/meminfo: memFree=1984640/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=9380 CPUtime=102.27
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 2105 0 0 0 10225 2 0 0 25 0 1 0 1183287630 9605120 2006 1992294400 134512640 135243866 4294956256 18446744073709551615 134556149 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2345 2006 87 178 0 2165 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9380

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.04 2/65 603
/proc/meminfo: memFree=1984064/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=9972 CPUtime=162.24
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 2233 0 0 0 16222 2 0 0 25 0 1 0 1183287630 10211328 2134 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2493 2134 87 178 0 2313 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 9972

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.03 2/65 603
/proc/meminfo: memFree=1983168/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=10920 CPUtime=222.23
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 2451 0 0 0 22221 2 0 0 25 0 1 0 1183287630 11182080 2352 1992294400 134512640 135243866 4294956256 18446744073709551615 134556348 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2730 2352 87 178 0 2550 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 10920

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.02 2/65 603
/proc/meminfo: memFree=1982400/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=11580 CPUtime=282.22
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 2623 0 0 0 28219 3 0 0 25 0 1 0 1183287630 11857920 2524 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2895 2524 87 178 0 2715 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 11580

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.02 2/65 603
/proc/meminfo: memFree=1982080/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=11844 CPUtime=342.2
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 2689 0 0 0 34217 3 0 0 25 0 1 0 1183287630 12128256 2590 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2961 2590 87 178 0 2781 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 11844

[startup+402.303 s]
/proc/loadavg: 0.99 1.00 1.01 2/65 603
/proc/meminfo: memFree=1982080/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=11844 CPUtime=402.18
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 2689 0 0 0 40215 3 0 0 25 0 1 0 1183287630 12128256 2590 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 2961 2590 87 178 0 2781 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11844

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.01 2/65 603
/proc/meminfo: memFree=1981376/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=12708 CPUtime=462.16
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 2867 0 0 0 46213 3 0 0 25 0 1 0 1183287630 13012992 2768 1992294400 134512640 135243866 4294956256 18446744073709551615 134567862 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3177 2768 87 178 0 2997 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 12708

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1980160/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=13768 CPUtime=522.15
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3142 0 0 0 52211 4 0 0 25 0 1 0 1183287630 14098432 3043 1992294400 134512640 135243866 4294956256 18446744073709551615 134566466 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3442 3043 87 178 0 3262 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 13768

[startup+582.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1980224/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=13768 CPUtime=582.14
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3142 0 0 0 58210 4 0 0 25 0 1 0 1183287630 14098432 3043 1992294400 134512640 135243866 4294956256 18446744073709551615 134566764 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3442 3043 87 178 0 3262 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 13768

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1980160/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=13768 CPUtime=642.12
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3142 0 0 0 64208 4 0 0 25 0 1 0 1183287630 14098432 3043 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3442 3043 87 178 0 3262 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 13768

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1980096/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=13768 CPUtime=702.1
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3142 0 0 0 70206 4 0 0 25 0 1 0 1183287630 14098432 3043 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3442 3043 87 178 0 3262 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 13768

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1980032/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=13768 CPUtime=762.09
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3145 0 0 0 76205 4 0 0 25 0 1 0 1183287630 14098432 3046 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3442 3046 87 178 0 3262 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 13768

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1979968/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=13768 CPUtime=822.07
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3157 0 0 0 82203 4 0 0 25 0 1 0 1183287630 14098432 3058 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3442 3058 87 178 0 3262 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 13768

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1979904/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=13944 CPUtime=882.06
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3183 0 0 0 88201 5 0 0 25 0 1 0 1183287630 14278656 3084 1992294400 134512640 135243866 4294956256 18446744073709551615 134565086 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3486 3084 87 178 0 3306 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 13944

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1979712/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=14084 CPUtime=942.04
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3204 0 0 0 94199 5 0 0 25 0 1 0 1183287630 14422016 3105 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3521 3105 87 178 0 3341 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 14084

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1979712/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=14084 CPUtime=1002.03
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3204 0 0 0 100198 5 0 0 25 0 1 0 1183287630 14422016 3105 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3521 3105 87 178 0 3341 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 14084

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1979200/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=14512 CPUtime=1062.01
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3324 0 0 0 106196 5 0 0 25 0 1 0 1183287630 14860288 3225 1992294400 134512640 135243866 4294956256 18446744073709551615 134566494 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3628 3225 87 178 0 3448 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 14512

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1979136/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=14512 CPUtime=1121.99
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3329 0 0 0 112194 5 0 0 25 0 1 0 1183287630 14860288 3230 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3628 3230 87 178 0 3448 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 14512

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1978304/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=15316 CPUtime=1181.97
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3525 0 0 0 118192 5 0 0 25 0 1 0 1183287630 15683584 3426 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3829 3426 87 178 0 3649 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 15316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 603
/proc/meminfo: memFree=1978304/2055920 swapFree=4176548/4192956
[pid=602] ppid=600 vsize=15316 CPUtime=1200.08
/proc/602/stat : 602 (minisat_static) R 600 602 448 0 -1 4194304 3525 0 0 0 120002 6 0 0 25 0 1 0 1183287630 15683584 3426 1992294400 134512640 135243866 4294956256 18446744073709551615 134564800 0 0 4096 3 0 0 0 17 1 0 0
/proc/602/statm: 3829 3426 87 178 0 3649 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 15316

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.41
CPU time (s): 1200.09
CPU user time (s): 1200.03
CPU system time (s): 0.06299
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 15316

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

runsolver used 0.894863 second user time and 2.80957 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-07 14:10:27
IDJOB=1589734
IDBENCH=70775
IDSOLVER=568
FILE ID=node35/1589734-1239106227
PBS_JOBID= 9110802
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=210394716

node35.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.229
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.229
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:       1993120 kB
Buffers:          2320 kB
Cached:          19680 kB
SwapCached:      10504 kB
Active:          24812 kB
Inactive:         8996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1993120 kB
SwapTotal:     4192956 kB
SwapFree:      4176548 kB
Dirty:            1276 kB
Writeback:           0 kB
Mapped:          16932 kB
Slab:            14980 kB
Committed_AS:  3372896 kB
PageTables:       1404 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= 66456 MiB
End job on node35 at 2009-04-07 14:30:30