Trace number 1773662

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 10000.1 10002.5

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
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 variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
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	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.39/0.48	c |  Number of variables:        138559                                         |
0.39/0.48	c |  Number of clauses:          415290                                         |
0.39/0.48	c |  Parse time:                   0.42 s                                       |
1.99/2.04	c |  Simplification time:          1.53 s                                       |
1.99/2.04	c |                                                                             |
1.99/2.04	c ============================[ Search Statistics ]==============================
1.99/2.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.04	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.04	c ===============================================================================
1.99/2.05	c |       100 |   77538   314852   876659 |   115445      100      3 |  0.001 % |
1.99/2.05	c |       250 |   76428   314852   876659 |   126990      177      3 |  0.803 % |
1.99/2.07	c |       475 |   76383   314852   876659 |   139689      394      3 |  0.835 % |
2.09/2.11	c |       812 |   74360   314852   876659 |   153658      657      3 |  2.295 % |
7.48/7.57	c |      1318 |   74328   300663   835501 |   169024      806     43 |  2.318 % |
32.99/33.02	c |      2077 |   74328   300663   835501 |   185926     1565     74 |  2.318 % |
75.47/75.54	c |      3216 |   74328   300663   835501 |   204519     2704     99 |  2.318 % |
134.45/134.55	c |      4924 |   74328   300663   835501 |   224971     4412    107 |  2.318 % |
213.74/213.81	c |      7486 |   74328   300663   835501 |   247468     6974    110 |  2.318 % |
316.72/316.81	c |     11330 |   74328   300663   835501 |   272215    10818    109 |  2.318 % |
531.56/531.78	c |     17096 |   74328   300663   835501 |   299436    16584    117 |  2.318 % |
812.60/812.83	c |     25745 |   73711   298007   827756 |   329380    25131    116 |  2.763 % |
1261.18/1261.52	c |     38719 |   73711   298007   827756 |   362318    38105    118 |  2.763 % |
1959.91/1960.41	c |     58180 |   73711   298007   827756 |   398549    57566    118 |  2.763 % |
2968.66/2969.44	c |     87372 |   73711   298007   827756 |   438404    86758    119 |  2.763 % |
4493.70/4494.87	c |    131161 |   72537   292862   812757 |   482245   130321    119 |  3.611 % |
7019.48/7021.21	c |    196845 |   72537   292862   812757 |   530470   196005    119 |  3.611 % |

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-1773662-1241212804/watcher-1773662-1241212804 -o /tmp/evaluation-result-1773662-1241212804/solver-1773662-1241212804 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1773662-1241212804.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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/64 22219
/proc/meminfo: memFree=699104/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=7608 CPUtime=0
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 423 0 0 0 0 0 0 0 18 0 1 0 149308536 7790592 407 1992294400 4194304 5092341 548682068848 18446744073709551615 4215261 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 1902 408 63 219 0 1680 0

[startup+0.0106419 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22219
/proc/meminfo: memFree=699104/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=8076 CPUtime=0
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 582 0 0 0 0 0 0 0 18 0 1 0 149308536 8269824 566 1992294400 4194304 5092341 548682068848 18446744073709551615 4515536 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 2019 567 63 219 0 1797 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8076

[startup+0.101649 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22219
/proc/meminfo: memFree=699104/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=15420 CPUtime=0.09
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 2717 0 0 0 8 1 0 0 18 0 1 0 149308536 15790080 2591 1992294400 4194304 5092341 548682068848 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 3855 2591 63 219 0 3633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15420

[startup+0.301667 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22219
/proc/meminfo: memFree=699104/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=29936 CPUtime=0.29
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 7429 0 0 0 25 4 0 0 19 0 1 0 149308536 30654464 6842 1992294400 4194304 5092341 548682068848 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 7484 6842 63 219 0 7262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29936

[startup+0.701702 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22219
/proc/meminfo: memFree=699104/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=55488 CPUtime=0.69
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 12610 0 0 0 62 7 0 0 22 0 1 0 149308536 56819712 11646 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 13872 11646 87 219 0 13650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55488

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=648152/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=67560 CPUtime=1.49
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 14900 0 0 0 141 8 0 0 25 0 1 0 149308536 69181440 13936 1992294400 4194304 5092341 548682068848 18446744073709551615 4222830 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 16890 13936 87 219 0 16668 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67560

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=655192/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=49980 CPUtime=3.09
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 16240 0 0 0 301 8 0 0 25 0 1 0 149308536 51179520 10998 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 12495 10998 101 219 0 12273 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49980

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22220
/proc/meminfo: memFree=654936/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=49980 CPUtime=6.28
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 16250 0 0 0 620 8 0 0 25 0 1 0 149308536 51179520 11008 1992294400 4194304 5092341 548682068848 18446744073709551615 4250324 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 12495 11008 101 219 0 12273 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49980

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=655008/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=49980 CPUtime=12.69
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 16269 0 0 0 1260 9 0 0 25 0 1 0 149308536 51179520 11027 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 12495 11027 102 219 0 12273 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49980

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=654944/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=49980 CPUtime=25.49
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 16306 0 0 0 2540 9 0 0 25 0 1 0 149308536 51179520 11064 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 12495 11064 102 219 0 12273 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49980

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=654624/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=52576 CPUtime=51.08
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 16408 0 0 0 5099 9 0 0 25 0 1 0 149308536 53837824 11166 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 13144 11166 102 219 0 12922 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52576

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=653984/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=52576 CPUtime=102.27
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 16571 0 0 0 10218 9 0 0 25 0 1 0 149308536 53837824 11329 1992294400 4194304 5092341 548682068848 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 13144 11329 102 219 0 12922 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52576

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=653024/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=52576 CPUtime=162.25
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 16810 0 0 0 16215 10 0 0 25 0 1 0 149308536 53837824 11568 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 13144 11568 102 219 0 12922 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 52576

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=652128/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=56468 CPUtime=222.23
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 17026 0 0 0 22213 10 0 0 25 0 1 0 149308536 57823232 11784 1992294400 4194304 5092341 548682068848 18446744073709551615 4241095 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 14117 11784 102 219 0 13895 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 56468

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=651232/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=56468 CPUtime=282.23
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 17257 0 0 0 28212 11 0 0 25 0 1 0 149308536 57823232 12015 1992294400 4194304 5092341 548682068848 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 14117 12015 102 219 0 13895 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 56468

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=650336/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=56468 CPUtime=342.21
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 17473 0 0 0 34210 11 0 0 25 0 1 0 149308536 57823232 12231 1992294400 4194304 5092341 548682068848 18446744073709551615 4241414 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 14117 12231 102 219 0 13895 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 56468

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=649632/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=56468 CPUtime=402.2
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 17656 0 0 0 40208 12 0 0 25 0 1 0 149308536 57823232 12414 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 14117 12414 102 219 0 13895 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 56468

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=648736/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=56468 CPUtime=462.17
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 17870 0 0 0 46205 12 0 0 25 0 1 0 149308536 57823232 12628 1992294400 4194304 5092341 548682068848 18446744073709551615 4240989 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 14117 12628 102 219 0 13895 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 56468

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=647776/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=62308 CPUtime=522.17
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 18111 0 0 0 52204 13 0 0 25 0 1 0 149308536 63803392 12869 1992294400 4194304 5092341 548682068848 18446744073709551615 4240633 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 15577 12869 102 219 0 15355 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 62308

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=647072/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=62308 CPUtime=582.15
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 18296 0 0 0 58202 13 0 0 25 0 1 0 149308536 63803392 13054 1992294400 4194304 5092341 548682068848 18446744073709551615 4249569 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 15577 13054 102 219 0 15355 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 62308

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22220
/proc/meminfo: memFree=645984/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=62308 CPUtime=642.14
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 18549 0 0 0 64200 14 0 0 25 0 1 0 149308536 63803392 13307 1992294400 4194304 5092341 548682068848 18446744073709551615 4248186 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 15577 13307 102 219 0 15355 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 62308

[startup+702.302 s]

################
# More data... #
################

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22238
/proc/meminfo: memFree=530592/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=185360 CPUtime=9100.07
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 47163 0 0 0 909925 82 0 0 25 0 1 0 149308536 189808640 41921 1992294400 4194304 5092341 548682068848 18446744073709551615 4250072 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46340 41921 102 219 0 46118 0
Current children cumulated CPU time (s) 9100.07
Current children cumulated vsize (KiB) 185360

[startup+9162.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 22238
/proc/meminfo: memFree=529824/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=185360 CPUtime=9160.06
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 47353 0 0 0 915923 83 0 0 25 0 1 0 149308536 189808640 42111 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46340 42111 102 219 0 46118 0
Current children cumulated CPU time (s) 9160.06
Current children cumulated vsize (KiB) 185360

[startup+9222.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 22238
/proc/meminfo: memFree=528352/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=185360 CPUtime=9220.05
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 47713 0 0 0 921922 83 0 0 25 0 1 0 149308536 189808640 42471 1992294400 4194304 5092341 548682068848 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46340 42471 102 219 0 46118 0
Current children cumulated CPU time (s) 9220.05
Current children cumulated vsize (KiB) 185360

[startup+9282.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/65 22238
/proc/meminfo: memFree=527200/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=185680 CPUtime=9280.03
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 48001 0 0 0 927919 84 0 0 25 0 1 0 149308536 190136320 42759 1992294400 4194304 5092341 548682068848 18446744073709551615 4250118 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46420 42759 102 219 0 46198 0
Current children cumulated CPU time (s) 9280.03
Current children cumulated vsize (KiB) 185680

[startup+9342.31 s]
/proc/loadavg: 1.03 1.04 1.00 2/65 22238
/proc/meminfo: memFree=526368/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=185680 CPUtime=9340.02
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 48213 0 0 0 933918 84 0 0 25 0 1 0 149308536 190136320 42971 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46420 42971 102 219 0 46198 0
Current children cumulated CPU time (s) 9340.02
Current children cumulated vsize (KiB) 185680

[startup+9402.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 22238
/proc/meminfo: memFree=525536/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=185680 CPUtime=9400
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 48416 0 0 0 939915 85 0 0 25 0 1 0 149308536 190136320 43174 1992294400 4194304 5092341 548682068848 18446744073709551615 4250871 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46420 43174 102 219 0 46198 0
Current children cumulated CPU time (s) 9400
Current children cumulated vsize (KiB) 185680

[startup+9462.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 22238
/proc/meminfo: memFree=524320/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=186400 CPUtime=9459.98
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 48714 0 0 0 945913 85 0 0 25 0 1 0 149308536 190873600 43472 1992294400 4194304 5092341 548682068848 18446744073709551615 4249550 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46600 43472 102 219 0 46378 0
Current children cumulated CPU time (s) 9459.98
Current children cumulated vsize (KiB) 186400

[startup+9522.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 22238
/proc/meminfo: memFree=523104/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=186720 CPUtime=9519.97
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 49030 0 0 0 951911 86 0 0 25 0 1 0 149308536 191201280 43788 1992294400 4194304 5092341 548682068848 18446744073709551615 4249868 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46680 43788 102 219 0 46458 0
Current children cumulated CPU time (s) 9519.97
Current children cumulated vsize (KiB) 186720

[startup+9582.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 22238
/proc/meminfo: memFree=522208/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=186720 CPUtime=9579.95
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 49239 0 0 0 957909 86 0 0 25 0 1 0 149308536 191201280 43997 1992294400 4194304 5092341 548682068848 18446744073709551615 4240636 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46680 43997 102 219 0 46458 0
Current children cumulated CPU time (s) 9579.95
Current children cumulated vsize (KiB) 186720

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22238
/proc/meminfo: memFree=521312/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=187440 CPUtime=9639.94
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 49466 0 0 0 963907 87 0 0 25 0 1 0 149308536 191938560 44224 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46860 44224 102 219 0 46638 0
Current children cumulated CPU time (s) 9639.94
Current children cumulated vsize (KiB) 187440

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22244
/proc/meminfo: memFree=519968/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=187440 CPUtime=9699.92
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 49793 0 0 0 969904 88 0 0 25 0 1 0 149308536 191938560 44551 1992294400 4194304 5092341 548682068848 18446744073709551615 4250324 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46860 44551 102 219 0 46638 0
Current children cumulated CPU time (s) 9699.92
Current children cumulated vsize (KiB) 187440

[startup+9762.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 22244
/proc/meminfo: memFree=519200/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=187440 CPUtime=9759.9
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 49988 0 0 0 975902 88 0 0 25 0 1 0 149308536 191938560 44746 1992294400 4194304 5092341 548682068848 18446744073709551615 4249868 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46860 44746 102 219 0 46638 0
Current children cumulated CPU time (s) 9759.9
Current children cumulated vsize (KiB) 187440

[startup+9822.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 22244
/proc/meminfo: memFree=518496/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=187440 CPUtime=9819.88
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 50166 0 0 0 981900 88 0 0 25 0 1 0 149308536 191938560 44924 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46860 44924 102 219 0 46638 0
Current children cumulated CPU time (s) 9819.88
Current children cumulated vsize (KiB) 187440

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22244
/proc/meminfo: memFree=517728/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=187440 CPUtime=9879.88
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 50344 0 0 0 987899 89 0 0 25 0 1 0 149308536 191938560 45102 1992294400 4194304 5092341 548682068848 18446744073709551615 4240633 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46860 45102 102 219 0 46638 0
Current children cumulated CPU time (s) 9879.88
Current children cumulated vsize (KiB) 187440

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22244
/proc/meminfo: memFree=517088/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=187440 CPUtime=9939.86
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 50500 0 0 0 993897 89 0 0 25 0 1 0 149308536 191938560 45258 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 46860 45258 102 219 0 46638 0
Current children cumulated CPU time (s) 9939.86
Current children cumulated vsize (KiB) 187440

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22244
/proc/meminfo: memFree=516448/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=253952 CPUtime=9999.85
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 50673 0 0 0 999895 90 0 0 25 0 1 0 149308536 260046848 45431 1992294400 4194304 5092341 548682068848 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 63488 45431 102 219 0 63266 0
Current children cumulated CPU time (s) 9999.85
Current children cumulated vsize (KiB) 253952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22244
/proc/meminfo: memFree=516384/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=253952 CPUtime=10000
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 50674 0 0 0 999915 90 0 0 25 0 1 0 149308536 260046848 45432 1992294400 4194304 5092341 548682068848 18446744073709551615 4240563 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 63488 45432 102 219 0 63266 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 253952

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

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

[startup+10002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22244
/proc/meminfo: memFree=516384/2055920 swapFree=4191900/4192956
[pid=22219] ppid=22217 vsize=253952 CPUtime=10000
/proc/22219/stat : 22219 (minisat) R 22217 22219 21958 0 -1 4194304 50674 0 0 0 999915 90 0 0 25 0 1 0 149308536 260046848 45432 1992294400 4194304 5092341 548682068848 18446744073709551615 4240563 0 0 4096 3 0 0 0 17 1 0 0
/proc/22219/statm: 63488 45432 102 219 0 63266 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 253952

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10002.5
CPU time (s): 10000.1
CPU user time (s): 9999.15
CPU system time (s): 0.934857
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 253952

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

runsolver used 8.02978 second user time and 21.6987 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-01 23:20:05
IDJOB=1773662
IDBENCH=70772
IDSOLVER=608
FILE ID=node43/1773662-1241212804
PBS_JOBID= 9224716
Free space on /tmp= 66284 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate128.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773662-1241212804/watcher-1773662-1241212804 -o /tmp/evaluation-result-1773662-1241212804/solver-1773662-1241212804 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1773662-1241212804.cnf

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=1346574715

node43.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.237
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.237
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:        699584 kB
Buffers:         82764 kB
Cached:        1155800 kB
SwapCached:        260 kB
Active:          33136 kB
Inactive:      1218792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        699584 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            7964 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            90224 kB
Committed_AS:   700148 kB
PageTables:       1528 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= 66280 MiB
End job on node43 at 2009-05-02 02:06:49