Trace number 1778860

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
satake 2009-03-22 (4 threads)UNSAT 91.42 50.2404

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate016.cnf
MD5SUMcb3e934c498918abbc8bcf7f964c0d21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.73
Satisfiable
(Un)Satisfiability was proved
Number of variables2087
Number of clauses6212
Sum of the clauses size14492
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24140
Number of clauses of size 32070
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

91.38/50.24	c Benchmark name    : HOME/instance-1778860-1243640504.cnf
91.38/50.24	c Thread Num        :            4
91.38/50.24	c restarts          :           14
91.38/50.24	c conflicts         :        40993
91.38/50.24	c decisions         :        42153           (      840 / sec      )
91.38/50.24	c propagations      :     48413203           (   964830 / sec      )
91.38/50.24	c inspects          :    165358610           (  3295444 / sec      )
91.38/50.24	c conflict literals :       424268           (    93.77 % deleted  )
91.38/50.24	c cpu time          :        50.18           
91.38/50.24	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1778860-1243640504/watcher-1778860-1243640504 -o /tmp/evaluation-result-1778860-1243640504/solver-1778860-1243640504 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1778860-1243640504.cnf 4 10000 

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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 5.29 5.23 5.16 6/105 643
/proc/meminfo: memFree=2404688/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=964 CPUtime=0
/proc/642/stat : 642 (satake) R 640 642 3671 0 -1 4202496 107 0 0 0 0 0 0 0 19 0 2 0 1118151530 987136 64 4294967295 134512640 135180984 3214679312 3214678656 134705812 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 241 64 54 164 0 76 0
[pid=642/tid=643] ppid=640 vsize=964 CPUtime=0
/proc/642/task/643/stat : 643 (satake) R 640 642 3671 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 1118151530 987136 64 4294967295 134512640 135180984 3214679312 3086066500 134705812 0 0 0 0 0 0 0 -1 0 0 0 0

[startup+0.067988 s]
/proc/loadavg: 5.29 5.23 5.16 6/105 643
/proc/meminfo: memFree=2404688/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=4008 CPUtime=0.11
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 606 0 0 0 11 0 0 0 19 0 5 0 1118151530 4104192 521 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1002 521 68 164 0 837 0
[pid=642/tid=643] ppid=640 vsize=4008 CPUtime=0
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 5 0 1118151530 4104192 521 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 4008

[startup+0.107995 s]
/proc/loadavg: 5.29 5.23 5.16 6/105 643
/proc/meminfo: memFree=2404688/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=4008 CPUtime=0.19
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 606 0 0 0 19 0 0 0 19 0 5 0 1118151530 4104192 521 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1002 521 68 164 0 837 0
[pid=642/tid=643] ppid=640 vsize=4008 CPUtime=0
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 5 0 1118151530 4104192 521 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4008

[startup+0.307954 s]
/proc/loadavg: 5.29 5.23 5.16 6/105 643
/proc/meminfo: memFree=2404688/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=4140 CPUtime=0.53
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 649 0 0 0 49 4 0 0 19 0 5 0 1118151530 4239360 564 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1035 564 68 164 0 870 0
[pid=642/tid=643] ppid=640 vsize=4140 CPUtime=0.02
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 45 0 0 0 0 2 0 0 18 0 5 0 1118151530 4239360 564 4294967295 134512640 135180984 3214679312 3086065684 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 4140

[startup+0.707927 s]
/proc/loadavg: 5.29 5.23 5.16 6/105 643
/proc/meminfo: memFree=2404688/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=4536 CPUtime=1.27
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 744 0 0 0 114 13 0 0 19 0 5 0 1118151530 4644864 659 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1134 659 68 164 0 969 0
[pid=642/tid=643] ppid=640 vsize=4536 CPUtime=0.07
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 80 0 0 0 1 6 0 0 15 0 5 0 1118151530 4644864 659 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 4536

[startup+1.50787 s]
/proc/loadavg: 5.27 5.22 5.16 5/109 647
/proc/meminfo: memFree=2402308/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=5216 CPUtime=2.76
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 908 0 0 0 254 22 0 0 19 0 5 0 1118151530 5341184 823 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1304 823 68 164 0 1139 0
[pid=642/tid=643] ppid=640 vsize=5216 CPUtime=0.13
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 134 0 0 0 3 10 0 0 15 0 5 0 1118151530 5341184 823 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=642/tid=645] ppid=640 vsize=5216 CPUtime=0.94
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 239 0 0 0 89 5 0 0 23 0 5 0 1118151531 5341184 823 4294967295 134512640 135180984 3214679312 3085999776 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=5216 CPUtime=0.76
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 200 0 0 0 74 2 0 0 23 0 5 0 1118151531 5341184 823 4294967295 134512640 135180984 3214679312 3085934448 134526345 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=5216 CPUtime=0.93
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 225 0 0 0 88 5 0 0 23 0 5 0 1118151531 5341184 823 4294967295 134512640 135180984 3214679312 3085868880 134520025 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 5216

[startup+3.10777 s]
/proc/loadavg: 5.27 5.22 5.16 7/109 647
/proc/meminfo: memFree=2401288/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=5632 CPUtime=5.69
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 1019 0 0 0 528 41 0 0 19 0 5 0 1118151530 5767168 934 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1408 934 68 164 0 1243 0
[pid=642/tid=643] ppid=640 vsize=5632 CPUtime=0.23
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 202 0 0 0 5 18 0 0 15 0 5 0 1118151530 5767168 934 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=5632 CPUtime=1.89
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 252 0 0 0 180 9 0 0 25 0 5 0 1118151531 5767168 934 4294967295 134512640 135180984 3214679312 3085999776 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=5632 CPUtime=1.58
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 223 0 0 0 153 5 0 0 25 0 5 0 1118151531 5767168 934 4294967295 134512640 135180984 3214679312 3085934560 134530765 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=647] ppid=640 vsize=5632 CPUtime=1.99
/proc/642/task/647/stat : 647 (satake) S 640 642 3671 0 -1 4202560 232 0 0 0 190 9 0 0 25 0 5 0 1118151531 5767168 934 4294967295 134512640 135180984 3214679312 3085868704 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 5632

[startup+6.30755 s]
/proc/loadavg: 5.25 5.22 5.16 5/109 647
/proc/meminfo: memFree=2400792/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=6240 CPUtime=11.5
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 1158 0 0 0 1086 64 0 0 19 0 5 0 1118151530 6389760 1073 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1560 1073 68 164 0 1395 0
[pid=642/tid=643] ppid=640 vsize=6240 CPUtime=0.43
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 283 0 0 0 11 32 0 0 16 0 5 0 1118151530 6389760 1073 4294967295 134512640 135180984 3214679312 3086065684 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
[pid=642/tid=645] ppid=640 vsize=6240 CPUtime=3.77
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 277 0 0 0 364 13 0 0 25 0 5 0 1118151531 6389760 1073 4294967295 134512640 135180984 3214679312 3085999920 134523615 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=6240 CPUtime=3.49
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 238 0 0 0 342 7 0 0 25 0 5 0 1118151531 6389760 1073 4294967295 134512640 135180984 3214679312 3085934240 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=6240 CPUtime=3.81
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 250 0 0 0 369 12 0 0 25 0 5 0 1118151531 6389760 1073 4294967295 134512640 135180984 3214679312 3085868848 134523809 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (KiB) 6240

[startup+12.7071 s]
/proc/loadavg: 5.23 5.21 5.16 6/109 648
/proc/meminfo: memFree=2398964/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=7676 CPUtime=23.06
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 1481 0 0 0 2197 109 0 0 19 0 5 0 1118151530 7860224 1396 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 1919 1396 68 164 0 1754 0
[pid=642/tid=643] ppid=640 vsize=7676 CPUtime=0.76
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 511 0 0 0 20 56 0 0 15 0 5 0 1118151530 7860224 1396 4294967295 134512640 135180984 3214679312 3086065684 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
[pid=642/tid=645] ppid=640 vsize=7676 CPUtime=7.65
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 310 0 0 0 745 20 0 0 25 0 5 0 1118151531 7860224 1396 4294967295 134512640 135180984 3214679312 3085999776 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=7676 CPUtime=6.98
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 265 0 0 0 687 11 0 0 25 0 5 0 1118151531 7860224 1396 4294967295 134512640 135180984 3214679312 3085934444 134518208 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=7676 CPUtime=7.67
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 285 0 0 0 745 22 0 0 25 0 5 0 1118151531 7860224 1396 4294967295 134512640 135180984 3214679312 3085868904 134520860 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.06
Current children cumulated vsize (KiB) 7676

[startup+25.5162 s]
/proc/loadavg: 5.24 5.22 5.16 5/109 831
/proc/meminfo: memFree=2396468/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=9568 CPUtime=46.17
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 1944 0 0 0 4433 184 0 0 19 0 5 0 1118151530 9797632 1859 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 2392 1859 68 164 0 2227 0
[pid=642/tid=643] ppid=640 vsize=9568 CPUtime=1.28
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 848 0 0 0 31 97 0 0 16 0 5 0 1118151530 9797632 1859 4294967295 134512640 135180984 3214679312 3086065684 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=9568 CPUtime=14.85
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 342 0 0 0 1453 32 0 0 25 0 5 0 1118151531 9797632 1859 4294967295 134512640 135180984 3214679312 3086000048 134532460 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=9568 CPUtime=14.36
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 322 0 0 0 1414 22 0 0 25 0 5 0 1118151531 9797632 1859 4294967295 134512640 135180984 3214679312 3085934440 134518252 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=647] ppid=640 vsize=9568 CPUtime=15.68
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 322 0 0 0 1535 33 0 0 25 0 5 0 1118151531 9797632 1859 4294967295 134512640 135180984 3214679312 3085868704 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.17
Current children cumulated vsize (KiB) 9568

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

[startup+38.3154 s]
/proc/loadavg: 5.29 5.23 5.16 6/109 832
/proc/meminfo: memFree=2395160/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=11532 CPUtime=69.63
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 2298 0 0 0 6721 242 0 0 19 0 5 0 1118151530 11808768 2213 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 2883 2213 68 164 0 2718 0
[pid=642/tid=643] ppid=640 vsize=11532 CPUtime=1.77
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 1194 0 0 0 44 133 0 0 16 0 5 0 1118151530 11808768 2213 4294967295 134512640 135180984 3214679312 3086065684 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
[pid=642/tid=645] ppid=640 vsize=11532 CPUtime=22.86
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 344 0 0 0 2245 41 0 0 25 0 5 0 1118151531 11808768 2213 4294967295 134512640 135180984 3214679312 3085999920 134523696 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=11532 CPUtime=21.93
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 325 0 0 0 2165 28 0 0 25 0 5 0 1118151531 11808768 2213 4294967295 134512640 135180984 3214679312 3085934440 134518214 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11532 CPUtime=23.07
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 325 0 0 0 2267 40 0 0 25 0 5 0 1118151531 11808768 2213 4294967295 134512640 135180984 3214679312 3085868704 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.63
Current children cumulated vsize (KiB) 11532

[startup+44.7149 s]
/proc/loadavg: 5.26 5.22 5.16 6/109 832
/proc/meminfo: memFree=2394612/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=11928 CPUtime=81.32
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 2441 0 0 0 7865 267 0 0 19 0 5 0 1118151530 12214272 2356 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 2982 2356 68 164 0 2817 0
[pid=642/tid=643] ppid=640 vsize=11928 CPUtime=1.96
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 1270 0 0 0 47 149 0 0 16 0 5 0 1118151530 12214272 2356 4294967295 134512640 135180984 3214679312 3086065684 134580588 0 0 0 0 3223036975 0 0 -1 2 0 0 0
[pid=642/tid=645] ppid=640 vsize=11928 CPUtime=26.53
/proc/642/task/645/stat : 645 (satake) S 640 642 3671 0 -1 4202560 365 0 0 0 2612 41 0 0 25 0 5 0 1118151531 12214272 2356 4294967295 134512640 135180984 3214679312 3085999776 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=11928 CPUtime=25.91
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 350 0 0 0 2558 33 0 0 25 0 5 0 1118151531 12214272 2356 4294967295 134512640 135180984 3214679312 3085934384 134523635 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=11928 CPUtime=26.92
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 346 0 0 0 2648 44 0 0 25 0 5 0 1118151531 12214272 2356 4294967295 134512640 135180984 3214679312 3085868704 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.32
Current children cumulated vsize (KiB) 11928

[startup+47.9147 s]
/proc/loadavg: 5.24 5.22 5.16 6/109 832
/proc/meminfo: memFree=2394380/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=11928 CPUtime=87.15
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 2483 0 0 0 8439 276 0 0 19 0 5 0 1118151530 12214272 2398 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 2982 2398 68 164 0 2817 0
[pid=642/tid=643] ppid=640 vsize=11928 CPUtime=2.01
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 1300 0 0 0 48 153 0 0 16 0 5 0 1118151530 12214272 2398 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=11928 CPUtime=28.34
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 371 0 0 0 2791 43 0 0 25 0 5 0 1118151531 12214272 2398 4294967295 134512640 135180984 3214679312 3085999980 134520854 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=11928 CPUtime=27.81
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 352 0 0 0 2746 35 0 0 25 0 5 0 1118151531 12214272 2398 4294967295 134512640 135180984 3214679312 3085934240 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=647] ppid=640 vsize=11928 CPUtime=28.99
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 350 0 0 0 2854 45 0 0 25 0 5 0 1118151531 12214272 2398 4294967295 134512640 135180984 3214679312 3085868904 134518214 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 87.15
Current children cumulated vsize (KiB) 11928

[startup+49.5146 s]
/proc/loadavg: 5.24 5.22 5.16 5/109 832
/proc/meminfo: memFree=2394380/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=12060 CPUtime=90.12
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 2499 0 0 0 8735 277 0 0 19 0 5 0 1118151530 12349440 2414 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 3015 2414 68 164 0 2850 0
[pid=642/tid=643] ppid=640 vsize=12060 CPUtime=2.02
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 1310 0 0 0 49 153 0 0 15 0 5 0 1118151530 12349440 2414 4294967295 134512640 135180984 3214679312 3086065684 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=12060 CPUtime=29.34
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 372 0 0 0 2891 43 0 0 25 0 5 0 1118151531 12349440 2414 4294967295 134512640 135180984 3214679312 3085999984 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=12060 CPUtime=28.63
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 355 0 0 0 2827 36 0 0 25 0 5 0 1118151531 12349440 2414 4294967295 134512640 135180984 3214679312 3085934240 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=647] ppid=640 vsize=12060 CPUtime=30.13
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 352 0 0 0 2968 45 0 0 25 0 5 0 1118151531 12349440 2414 4294967295 134512640 135180984 3214679312 3085868904 134518214 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 90.12
Current children cumulated vsize (KiB) 12060

[startup+49.9146 s]
/proc/loadavg: 5.24 5.22 5.16 5/109 832
/proc/meminfo: memFree=2394380/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=12060 CPUtime=90.84
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 2502 0 0 0 8806 278 0 0 19 0 5 0 1118151530 12349440 2417 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 3015 2417 68 164 0 2850 0
[pid=642/tid=643] ppid=640 vsize=12060 CPUtime=2.03
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 1313 0 0 0 49 154 0 0 16 0 5 0 1118151530 12349440 2417 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=642/tid=645] ppid=640 vsize=12060 CPUtime=29.56
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 372 0 0 0 2913 43 0 0 25 0 5 0 1118151531 12349440 2417 4294967295 134512640 135180984 3214679312 3085999920 134523751 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=12060 CPUtime=28.85
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 355 0 0 0 2849 36 0 0 25 0 5 0 1118151531 12349440 2417 4294967295 134512640 135180984 3214679312 3085934384 134523638 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=12060 CPUtime=30.4
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 352 0 0 0 2995 45 0 0 25 0 5 0 1118151531 12349440 2417 4294967295 134512640 135180984 3214679312 3085868704 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 90.84
Current children cumulated vsize (KiB) 12060

[startup+50.1146 s]
/proc/loadavg: 5.24 5.22 5.16 5/109 832
/proc/meminfo: memFree=2394380/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=12060 CPUtime=91.23
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 2503 0 0 0 8845 278 0 0 19 0 5 0 1118151530 12349440 2418 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 3015 2418 68 164 0 2850 0
[pid=642/tid=643] ppid=640 vsize=12060 CPUtime=2.04
/proc/642/task/643/stat : 643 (satake) S 640 642 3671 0 -1 4202560 1314 0 0 0 50 154 0 0 15 0 5 0 1118151530 12349440 2418 4294967295 134512640 135180984 3214679312 3086065680 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=642/tid=645] ppid=640 vsize=12060 CPUtime=29.66
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 372 0 0 0 2923 43 0 0 25 0 5 0 1118151531 12349440 2418 4294967295 134512640 135180984 3214679312 3085999776 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=646] ppid=640 vsize=12060 CPUtime=29.04
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 355 0 0 0 2868 36 0 0 25 0 5 0 1118151531 12349440 2418 4294967295 134512640 135180984 3214679312 3085934448 134525982 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=647] ppid=640 vsize=12060 CPUtime=30.49
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 352 0 0 0 3004 45 0 0 25 0 5 0 1118151531 12349440 2418 4294967295 134512640 135180984 3214679312 3085869024 134530765 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 91.23
Current children cumulated vsize (KiB) 12060

[startup+50.2146 s]
/proc/loadavg: 5.24 5.22 5.16 5/109 832
/proc/meminfo: memFree=2394380/3368532 swapFree=1954076/1959888
[pid=642] ppid=640 vsize=9276 CPUtime=91.38
/proc/642/stat : 642 (satake) S 640 642 3671 0 -1 4202496 2512 0 0 0 8860 278 0 0 18 0 4 0 1118151530 9498624 1877 4294967295 134512640 135180984 3214679312 3214678748 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/642/statm: 2319 1877 77 164 0 2154 0
[pid=642/tid=645] ppid=640 vsize=9276 CPUtime=29.71
/proc/642/task/645/stat : 645 (satake) R 640 642 3671 0 -1 4202560 372 0 0 0 2928 43 0 0 25 0 4 0 1118151531 9498624 1877 4294967295 134512640 135180984 3214679312 3085999888 134524752 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=642/tid=646] ppid=640 vsize=9276 CPUtime=29.06
/proc/642/task/646/stat : 646 (satake) R 640 642 3671 0 -1 4202560 355 0 0 0 2870 36 0 0 25 0 4 0 1118151531 9498624 1877 4294967295 134512640 135180984 3214679312 3085934392 134579745 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=642/tid=647] ppid=640 vsize=9276 CPUtime=30.56
/proc/642/task/647/stat : 647 (satake) R 640 642 3671 0 -1 4202560 361 0 0 0 3011 45 0 0 25 0 4 0 1118151531 9498624 1877 4294967295 134512640 135180984 3214679312 3085869448 134579486 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 91.38
Current children cumulated vsize (KiB) 9276

Child status: 4
Real time (s): 50.2404
CPU time (s): 91.42
CPU user time (s): 88.63
CPU system time (s): 2.79
CPU usage (%): 181.965
Max. virtual memory (cumulated for all children) (KiB): 12060


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.63
system time used= 2.79
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2513
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= 736807
involuntary context switches= 703798

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 01:41:44
IDJOB=1778860
IDBENCH=70774
IDSOLVER=629
FILE ID=tipi44/1778860-1243640504
PBS_JOBID=
Free space on /tmp= 15894 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate016.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778860-1243640504/watcher-1778860-1243640504 -o /tmp/evaluation-result-1778860-1243640504/solver-1778860-1243640504 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1778860-1243640504.cnf 4 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= cb3e934c498918abbc8bcf7f964c0d21
RANDOM SEED= 1717948235

Linux tipi44 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2404688 kB
Buffers:        151568 kB
Cached:         566032 kB
SwapCached:       2180 kB
Active:         666560 kB
Inactive:       199808 kB
HighTotal:     2489216 kB
HighFree:      1776100 kB
LowTotal:       879316 kB
LowFree:        628588 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            2148 kB
Writeback:           0 kB
AnonPages:      148008 kB
Mapped:           5680 kB
Slab:            86992 kB
SReclaimable:    76848 kB
SUnreclaim:      10144 kB
PageTables:        724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   230572 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15894 MiB
End job on tipi44 at 2009-05-30 01:42:34