Trace number 1778770

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 114.81 60.967

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand032.cnf
MD5SUM49dda3faa6676166ee2ccb89f6cd8ca0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.73
Satisfiable
(Un)Satisfiability was proved
Number of variables10794
Number of clauses31997
Sum of the clauses size74657
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 221330
Number of clauses of size 310665
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

114.74/60.96	c Benchmark name    : HOME/instance-1778770-1243639825.cnf
114.74/60.96	c Thread Num        :            4
114.74/60.96	c restarts          :           14
114.74/60.96	c conflicts         :        38752
114.74/60.96	c decisions         :       101613           (     1668 / sec      )
114.74/60.96	c propagations      :     38697469           (   635360 / sec      )
114.74/60.96	c inspects          :    124990389           (  2052172 / sec      )
114.74/60.96	c conflict literals :      4628838           (    34.15 % deleted  )
114.74/60.96	c cpu time          :        60.91           
114.74/60.96	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-1778770-1243639825/watcher-1778770-1243639825 -o /tmp/evaluation-result-1778770-1243639825/solver-1778770-1243639825 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1778770-1243639825.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.56 5.44 5.32 5/118 24377
/proc/meminfo: memFree=3113112/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=964 CPUtime=0
/proc/24376/stat : 24376 (satake) R 24374 24376 17312 0 -1 4202496 108 0 0 0 0 0 0 0 20 0 2 0 1128645325 987136 64 4294967295 134512640 135180984 3217008464 3217007808 134705812 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 241 64 54 164 0 76 0
[pid=24376/tid=24377] ppid=24374 vsize=964 CPUtime=0
/proc/24376/task/24377/stat : 24377 (satake) R 24374 24376 17312 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 2 0 1128645325 987136 64 4294967295 134512640 135180984 3217008464 3086877508 134705812 0 0 0 0 0 0 0 -1 0 0 0 0

[startup+0.050926 s]
/proc/loadavg: 5.56 5.44 5.32 5/118 24377
/proc/meminfo: memFree=3113112/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=10292 CPUtime=0.07
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 1874 0 0 0 7 0 0 0 20 0 5 0 1128645325 10539008 1825 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 2573 1826 63 164 0 2408 0
[pid=24376/tid=24377] ppid=24374 vsize=10292 CPUtime=0
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 5 0 1128645325 10539008 1826 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10292

[startup+0.110923 s]
/proc/loadavg: 5.56 5.44 5.32 5/118 24377
/proc/meminfo: memFree=3113112/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=10452 CPUtime=0.18
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 2391 0 0 0 17 1 0 0 20 0 5 0 1128645325 10702848 1994 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 2613 1994 68 164 0 2448 0
[pid=24376/tid=24377] ppid=24374 vsize=10452 CPUtime=0
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 198 0 0 0 0 0 0 0 21 0 5 0 1128645325 10702848 1994 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10452

[startup+0.31091 s]
/proc/loadavg: 5.56 5.44 5.32 5/118 24377
/proc/meminfo: memFree=3113112/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=10452 CPUtime=0.58
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 2450 0 0 0 54 4 0 0 20 0 5 0 1128645325 10702848 2053 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 2613 2053 68 164 0 2448 0
[pid=24376/tid=24377] ppid=24374 vsize=10452 CPUtime=0.04
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 209 0 0 0 2 2 0 0 19 0 5 0 1128645325 10702848 2053 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10452

[startup+0.710888 s]
/proc/loadavg: 5.56 5.44 5.32 5/118 24377
/proc/meminfo: memFree=3113112/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=10856 CPUtime=1.25
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 2605 0 0 0 118 7 0 0 20 0 5 0 1128645325 11116544 2208 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 2714 2208 68 164 0 2549 0
[pid=24376/tid=24377] ppid=24374 vsize=10856 CPUtime=0.05
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 224 0 0 0 2 3 0 0 16 0 5 0 1128645325 11116544 2208 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10856

[startup+1.51085 s]
/proc/loadavg: 5.56 5.44 5.32 6/122 24385
/proc/meminfo: memFree=3104280/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=13828 CPUtime=2.6
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 3019 0 0 0 250 10 0 0 20 0 5 0 1128645325 14159872 2622 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 3457 2622 68 164 0 3292 0
[pid=24376/tid=24377] ppid=24374 vsize=13828 CPUtime=0.08
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 237 0 0 0 3 5 0 0 15 0 5 0 1128645325 14159872 2622 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=13828 CPUtime=0.81
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 863 0 0 0 80 1 0 0 25 0 5 0 1128645325 14159872 2622 4294967295 134512640 135180984 3217008464 3086810784 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=13828 CPUtime=0.78
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 869 0 0 0 78 0 0 0 25 0 5 0 1128645325 14159872 2622 4294967295 134512640 135180984 3217008464 3086745288 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=13828 CPUtime=0.93
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 939 0 0 0 89 4 0 0 25 0 5 0 1128645325 14159872 2622 4294967295 134512640 135180984 3217008464 3086679920 134528636 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 13828

[startup+3.11077 s]
/proc/loadavg: 5.56 5.44 5.32 6/122 24385
/proc/meminfo: memFree=3101616/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=17128 CPUtime=5.46
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 3914 0 0 0 531 15 0 0 20 0 5 0 1128645325 17539072 3517 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 4282 3517 68 164 0 4117 0
[pid=24376/tid=24377] ppid=24374 vsize=17128 CPUtime=0.14
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 245 0 0 0 4 10 0 0 16 0 5 0 1128645325 17539072 3517 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=17128 CPUtime=1.79
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 1218 0 0 0 178 1 0 0 25 0 5 0 1128645325 17539072 3517 4294967295 134512640 135180984 3217008464 3086810896 134525499 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=17128 CPUtime=1.56
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 1072 0 0 0 156 0 0 0 25 0 5 0 1128645325 17539072 3517 4294967295 134512640 135180984 3217008464 3086745248 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=17128 CPUtime=1.97
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 1268 0 0 0 193 4 0 0 25 0 5 0 1128645325 17539072 3517 4294967295 134512640 135180984 3217008464 3086679752 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 17128

[startup+6.3106 s]
/proc/loadavg: 5.51 5.43 5.31 7/122 24389
/proc/meminfo: memFree=3094612/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=23764 CPUtime=11.35
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 5483 0 0 0 1118 17 0 0 20 0 5 0 1128645325 24334336 5086 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 5941 5086 68 164 0 5776 0
[pid=24376/tid=24377] ppid=24374 vsize=23764 CPUtime=0.16
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 254 0 0 0 4 12 0 0 15 0 5 0 1128645325 24334336 5086 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=23764 CPUtime=3.87
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 1733 0 0 0 386 1 0 0 25 0 5 0 1128645325 24334336 5086 4294967295 134512640 135180984 3217008464 3086810992 134528470 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=23764 CPUtime=3.37
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 1646 0 0 0 337 0 0 0 25 0 5 0 1128645325 24334336 5086 4294967295 134512640 135180984 3217008464 3086745288 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=23764 CPUtime=3.95
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 1739 0 0 0 391 4 0 0 25 0 5 0 1128645325 24334336 5086 4294967295 134512640 135180984 3217008464 3086679712 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 23764

[startup+12.7103 s]
/proc/loadavg: 5.47 5.42 5.31 6/122 24401
/proc/meminfo: memFree=3083464/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=33844 CPUtime=23.33
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 8036 0 0 0 2311 22 0 0 20 0 5 0 1128645325 34656256 7639 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 8461 7639 68 164 0 8296 0
[pid=24376/tid=24377] ppid=24374 vsize=33844 CPUtime=0.21
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 264 0 0 0 5 16 0 0 15 0 5 0 1128645325 34656256 7639 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=33844 CPUtime=7.98
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 2539 0 0 0 797 1 0 0 25 0 5 0 1128645325 34656256 7639 4294967295 134512640 135180984 3217008464 3086810784 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=33844 CPUtime=7.06
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 2566 0 0 0 705 1 0 0 25 0 5 0 1128645325 34656256 7639 4294967295 134512640 135180984 3217008464 3086745452 134518208 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=33844 CPUtime=8.08
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 2556 0 0 0 804 4 0 0 25 0 5 0 1128645325 34656256 7639 4294967295 134512640 135180984 3217008464 3086679908 134523603 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.33
Current children cumulated vsize (KiB) 33844

[startup+25.5096 s]
/proc/loadavg: 5.37 5.40 5.31 6/122 24422
/proc/meminfo: memFree=3067324/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=49068 CPUtime=47.53
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 11898 0 0 0 4722 31 0 0 20 0 5 0 1128645325 50245632 11501 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 12267 11501 68 164 0 12102 0
[pid=24376/tid=24377] ppid=24374 vsize=49068 CPUtime=0.29
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 272 0 0 0 7 22 0 0 15 0 5 0 1128645325 50245632 11501 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=49068 CPUtime=16.15
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 3869 0 0 0 1612 3 0 0 25 0 5 0 1128645325 50245632 11501 4294967295 134512640 135180984 3217008464 3086810992 134528633 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=49068 CPUtime=14.75
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 3944 0 0 0 1474 1 0 0 25 0 5 0 1128645325 50245632 11501 4294967295 134512640 135180984 3217008464 3086745288 134675767 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=49068 CPUtime=16.34
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 3702 0 0 0 1629 5 0 0 25 0 5 0 1128645325 50245632 11501 4294967295 134512640 135180984 3217008464 3086679856 134523655 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.53
Current children cumulated vsize (KiB) 49068

[startup+51.1083 s]
/proc/loadavg: 5.30 5.38 5.30 7/122 24649
/proc/meminfo: memFree=3046592/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=70280 CPUtime=96.55
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 16977 0 0 0 9609 46 0 0 20 0 5 0 1128645325 71966720 16580 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 17570 16580 68 164 0 17405 0
[pid=24376/tid=24377] ppid=24374 vsize=70280 CPUtime=0.42
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 300 0 0 0 11 31 0 0 15 0 5 0 1128645325 71966720 16580 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=70280 CPUtime=30.97
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 5669 0 0 0 3091 6 0 0 25 0 5 0 1128645325 71966720 16580 4294967295 134512640 135180984 3217008464 3086810784 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=70280 CPUtime=33.97
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 5563 0 0 0 3396 1 0 0 25 0 5 0 1128645325 71966720 16580 4294967295 134512640 135180984 3217008464 3086745456 134528680 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=70280 CPUtime=31.19
/proc/24376/task/24381/stat : 24381 (satake) S 24374 24376 17312 0 -1 4202560 5334 0 0 0 3111 8 0 0 25 0 5 0 1128645325 71966720 16580 4294967295 134512640 135180984 3217008464 3086679712 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 96.55
Current children cumulated vsize (KiB) 70280

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

[startup+57.5079 s]
/proc/loadavg: 5.35 5.39 5.31 7/122 24658
/proc/meminfo: memFree=3046252/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=70280 CPUtime=108.48
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 16995 0 0 0 10796 52 0 0 20 0 5 0 1128645325 71966720 16598 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 17570 16598 68 164 0 17405 0
[pid=24376/tid=24377] ppid=24374 vsize=70280 CPUtime=0.47
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 300 0 0 0 11 36 0 0 16 0 5 0 1128645325 71966720 16598 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=70280 CPUtime=34.53
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 5671 0 0 0 3447 6 0 0 25 0 5 0 1128645325 71966720 16598 4294967295 134512640 135180984 3217008464 3086811104 134531534 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=70280 CPUtime=38.22
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 5563 0 0 0 3820 2 0 0 25 0 5 0 1128645325 71966720 16598 4294967295 134512640 135180984 3217008464 3086745248 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=70280 CPUtime=35.26
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 5350 0 0 0 3518 8 0 0 25 0 5 0 1128645325 71966720 16598 4294967295 134512640 135180984 3217008464 3086679848 134518224 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 108.48
Current children cumulated vsize (KiB) 70280

[startup+59.1078 s]
/proc/loadavg: 5.25 5.37 5.30 7/122 24662
/proc/meminfo: memFree=3046252/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=70280 CPUtime=111.35
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 17001 0 0 0 11079 56 0 0 20 0 5 0 1128645325 71966720 16604 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 17570 16604 68 164 0 17405 0
[pid=24376/tid=24377] ppid=24374 vsize=70280 CPUtime=0.52
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 300 0 0 0 12 40 0 0 15 0 5 0 1128645325 71966720 16604 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=70280 CPUtime=35.52
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 5671 0 0 0 3546 6 0 0 25 0 5 0 1128645325 71966720 16604 4294967295 134512640 135180984 3217008464 3086810992 134528669 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=70280 CPUtime=39.03
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 5563 0 0 0 3901 2 0 0 25 0 5 0 1128645325 71966720 16604 4294967295 134512640 135180984 3217008464 3086745248 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=70280 CPUtime=36.28
/proc/24376/task/24381/stat : 24381 (satake) S 24374 24376 17312 0 -1 4202560 5356 0 0 0 3620 8 0 0 25 0 5 0 1128645325 71966720 16604 4294967295 134512640 135180984 3217008464 3086679712 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.35
Current children cumulated vsize (KiB) 70280

[startup+59.9078 s]
/proc/loadavg: 5.25 5.37 5.30 6/122 24662
/proc/meminfo: memFree=3046284/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=70280 CPUtime=112.8
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 17002 0 0 0 11222 58 0 0 20 0 5 0 1128645325 71966720 16605 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 17570 16605 68 164 0 17405 0
[pid=24376/tid=24377] ppid=24374 vsize=70280 CPUtime=0.54
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 300 0 0 0 12 42 0 0 15 0 5 0 1128645325 71966720 16605 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=70280 CPUtime=35.96
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 5671 0 0 0 3590 6 0 0 25 0 5 0 1128645325 71966720 16605 4294967295 134512640 135180984 3217008464 3086810992 134528701 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=70280 CPUtime=39.46
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 5563 0 0 0 3944 2 0 0 25 0 5 0 1128645325 71966720 16605 4294967295 134512640 135180984 3217008464 3086745260 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=70280 CPUtime=36.84
/proc/24376/task/24381/stat : 24381 (satake) S 24374 24376 17312 0 -1 4202560 5357 0 0 0 3676 8 0 0 25 0 5 0 1128645325 71966720 16605 4294967295 134512640 135180984 3217008464 3086679712 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 112.8
Current children cumulated vsize (KiB) 70280

[startup+60.7078 s]
/proc/loadavg: 5.25 5.37 5.30 6/122 24662
/proc/meminfo: memFree=3046284/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=70280 CPUtime=114.35
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 17003 0 0 0 11376 59 0 0 20 0 5 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 17570 16606 68 164 0 17405 0
[pid=24376/tid=24377] ppid=24374 vsize=70280 CPUtime=0.55
/proc/24376/task/24377/stat : 24377 (satake) S 24374 24376 17312 0 -1 4202560 300 0 0 0 12 43 0 0 15 0 5 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3086876688 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=24376/tid=24379] ppid=24374 vsize=70280 CPUtime=36.45
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 5672 0 0 0 3639 6 0 0 25 0 5 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3086810984 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=70280 CPUtime=39.99
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 5563 0 0 0 3997 2 0 0 25 0 5 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3086745456 134528680 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=70280 CPUtime=37.36
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 5357 0 0 0 3728 8 0 0 25 0 5 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3086679912 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.35
Current children cumulated vsize (KiB) 70280

[startup+60.9077 s]
/proc/loadavg: 5.25 5.37 5.30 6/122 24662
/proc/meminfo: memFree=3046284/3368532 swapFree=1959840/1959888
[pid=24376] ppid=24374 vsize=70280 CPUtime=114.74
/proc/24376/stat : 24376 (satake) S 24374 24376 17312 0 -1 4202496 17003 0 0 0 11414 60 0 0 15 0 4 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3217007900 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/24376/statm: 17570 16606 68 164 0 17405 0
[pid=24376/tid=24379] ppid=24374 vsize=70280 CPUtime=36.61
/proc/24376/task/24379/stat : 24379 (satake) R 24374 24376 17312 0 -1 4202560 5672 0 0 0 3654 7 0 0 25 0 4 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3086810992 134528065 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24376/tid=24380] ppid=24374 vsize=70280 CPUtime=40.11
/proc/24376/task/24380/stat : 24380 (satake) R 24374 24376 17312 0 -1 4202560 5563 0 0 0 4009 2 0 0 25 0 4 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3086745456 134521040 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24376/tid=24381] ppid=24374 vsize=70280 CPUtime=37.47
/proc/24376/task/24381/stat : 24381 (satake) R 24374 24376 17312 0 -1 4202560 5357 0 0 0 3739 8 0 0 25 0 4 0 1128645325 71966720 16606 4294967295 134512640 135180984 3217008464 3086680416 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 114.74
Current children cumulated vsize (KiB) 70280

Child status: 4
Real time (s): 60.967
CPU time (s): 114.81
CPU user time (s): 114.21
CPU system time (s): 0.6
CPU usage (%): 188.315
Max. virtual memory (cumulated for all children) (KiB): 70280


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.21
system time used= 0.6
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17013
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= 64594
involuntary context switches= 61821

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 01:30:25
IDJOB=1778770
IDBENCH=70759
IDSOLVER=629
FILE ID=/1778770-1243639825
PBS_JOBID=
Free space on /tmp= 7985 MiB

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

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

MD5SUM BENCH= 49dda3faa6676166ee2ccb89f6cd8ca0
RANDOM SEED= 877145326

Linux (none) 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.073
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.073
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.12
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.073
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.073
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3112964 kB
Buffers:         56628 kB
Cached:          91916 kB
SwapCached:          0 kB
Active:          78772 kB
Inactive:        91896 kB
HighTotal:     2489216 kB
HighFree:      2374772 kB
LowTotal:       879316 kB
LowFree:        738192 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1152 kB
Writeback:           0 kB
AnonPages:       21916 kB
Mapped:           8280 kB
Slab:            73960 kB
SReclaimable:    61636 kB
SUnreclaim:      12324 kB
PageTables:        756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123564 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7985 MiB
End job on  at 2009-05-30 01:31:26