Trace number 1779250

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 100.39 57.1957

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.42
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

100.32/57.19	c Benchmark name    : HOME/instance-1779250-1243643015.cnf
100.32/57.19	c Thread Num        :            4
100.32/57.19	c restarts          :            7
100.32/57.19	c conflicts         :         2362
100.32/57.19	c decisions         :        10516           (      190 / sec      )
100.32/57.19	c propagations      :     38779918           (   701557 / sec      )
100.32/57.19	c inspects          :     99866072           (  1806651 / sec      )
100.32/57.19	c conflict literals :       145305           (    56.18 % deleted  )
100.32/57.19	c cpu time          :        55.28           
100.32/57.19	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-1779250-1243643015/watcher-1779250-1243643015 -o /tmp/evaluation-result-1779250-1243643015/solver-1779250-1243643015 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1779250-1243643015.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.93 6.33 6.34 6/112 28001
/proc/meminfo: memFree=3088504/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=964 CPUtime=0
/proc/28000/stat : 28000 (satake) R 27998 28000 23155 0 -1 4202496 108 0 0 0 0 0 0 0 25 0 2 0 1128965657 987136 64 4294967295 134512640 135180984 3216234128 3216233472 134705812 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 241 64 54 164 0 76 0
[pid=28000/tid=28001] ppid=27998 vsize=964 CPUtime=0
/proc/28000/task/28001/stat : 28001 (satake) R 27998 28000 23155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1128965657 987136 64 4294967295 134512640 135180984 3216234128 3086525252 134705812 0 0 0 0 0 0 0 -1 0 0 0 0

[startup+0.090747 s]
/proc/loadavg: 5.93 6.33 6.34 6/112 28001
/proc/meminfo: memFree=3088504/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=49984 CPUtime=0.09
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 7747 0 0 0 6 3 0 0 25 0 5 0 1128965657 51183616 7694 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 12496 7694 63 164 0 12331 0
[pid=28000/tid=28001] ppid=27998 vsize=49984 CPUtime=0
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128965657 51183616 7694 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49984

[startup+0.110739 s]
/proc/loadavg: 5.93 6.33 6.34 6/112 28001
/proc/meminfo: memFree=3088504/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=50672 CPUtime=0.11
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 7909 0 0 0 8 3 0 0 25 0 5 0 1128965657 51888128 7856 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 12668 7856 63 164 0 12503 0
[pid=28000/tid=28001] ppid=27998 vsize=50672 CPUtime=0
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128965657 51888128 7856 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 50672

[startup+0.310721 s]
/proc/loadavg: 5.93 6.33 6.34 6/112 28001
/proc/meminfo: memFree=3088504/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=60836 CPUtime=0.29
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 11102 0 0 0 26 3 0 0 25 0 5 0 1128965657 62296064 11049 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 15209 11049 63 164 0 15044 0
[pid=28000/tid=28001] ppid=27998 vsize=60836 CPUtime=0
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128965657 62296064 11049 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60836

[startup+0.710689 s]
/proc/loadavg: 5.93 6.33 6.34 6/112 28001
/proc/meminfo: memFree=3088504/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=70440 CPUtime=0.65
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 14410 0 0 0 62 3 0 0 25 0 5 0 1128965657 72130560 13342 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 17610 13342 66 164 0 17445 0
[pid=28000/tid=28001] ppid=27998 vsize=70440 CPUtime=0.02
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1220 0 0 0 2 0 0 0 21 0 5 0 1128965657 72130560 13342 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 70440

[startup+1.51062 s]
/proc/loadavg: 5.93 6.33 6.34 7/116 28005
/proc/meminfo: memFree=3039244/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=67432 CPUtime=1.88
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 15743 0 0 0 185 3 0 0 25 0 5 0 1128965657 69050368 12645 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 16858 12645 68 164 0 16693 0
[pid=28000/tid=28001] ppid=27998 vsize=67432 CPUtime=0.02
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1221 0 0 0 2 0 0 0 15 0 5 0 1128965657 69050368 12645 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=28000/tid=28003] ppid=27998 vsize=67432 CPUtime=0.63
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 4840 0 0 0 60 3 0 0 25 0 5 0 1128965658 69050368 12645 4294967295 134512640 135180984 3216234128 3086458628 134579486 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=67432 CPUtime=0.38
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4763 0 0 0 38 0 0 0 25 0 5 0 1128965658 69050368 12645 4294967295 134512640 135180984 3216234128 3086393092 134579486 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28000/tid=28005] ppid=27998 vsize=67432 CPUtime=0.85
/proc/28000/task/28005/stat : 28005 (satake) R 27998 28000 23155 0 -1 4202560 4808 0 0 0 85 0 0 0 25 0 5 0 1128965658 69050368 12645 4294967295 134512640 135180984 3216234128 3086327656 134520873 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 67432

[startup+3.11049 s]
/proc/loadavg: 5.93 6.33 6.34 6/116 28006
/proc/meminfo: memFree=3037912/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=67960 CPUtime=4.14
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 15890 0 0 0 411 3 0 0 25 0 5 0 1128965657 69591040 12792 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 16990 12792 68 164 0 16825 0
[pid=28000/tid=28001] ppid=27998 vsize=67960 CPUtime=0.02
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1223 0 0 0 2 0 0 0 15 0 5 0 1128965657 69591040 12792 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=28000/tid=28003] ppid=27998 vsize=67960 CPUtime=1.19
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 4899 0 0 0 116 3 0 0 25 0 5 0 1128965658 69591040 12792 4294967295 134512640 135180984 3216234128 3086458628 134579486 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=67960 CPUtime=0.93
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4826 0 0 0 93 0 0 0 23 0 5 0 1128965658 69591040 12792 4294967295 134512640 135180984 3216234128 3086393192 134520909 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28000/tid=28005] ppid=27998 vsize=67960 CPUtime=2
/proc/28000/task/28005/stat : 28005 (satake) R 27998 28000 23155 0 -1 4202560 4831 0 0 0 200 0 0 0 25 0 5 0 1128965658 69591040 12792 4294967295 134512640 135180984 3216234128 3086327560 134520909 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 67960

[startup+6.31022 s]
/proc/loadavg: 5.93 6.33 6.34 7/116 28006
/proc/meminfo: memFree=3037068/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=68224 CPUtime=8.13
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 15956 0 0 0 810 3 0 0 25 0 5 0 1128965657 69861376 12858 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 17056 12858 68 164 0 16891 0
[pid=28000/tid=28001] ppid=27998 vsize=68224 CPUtime=0.03
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1227 0 0 0 3 0 0 0 16 0 5 0 1128965657 69861376 12858 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=28000/tid=28003] ppid=27998 vsize=68224 CPUtime=2.99
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 4921 0 0 0 296 3 0 0 25 0 5 0 1128965658 69861376 12858 4294967295 134512640 135180984 3216234128 3086458736 134526529 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=68224 CPUtime=1.83
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4842 0 0 0 183 0 0 0 25 0 5 0 1128965658 69861376 12858 4294967295 134512640 135180984 3216234128 3086393192 134518252 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28000/tid=28005] ppid=27998 vsize=68224 CPUtime=3.28
/proc/28000/task/28005/stat : 28005 (satake) R 27998 28000 23155 0 -1 4202560 4855 0 0 0 328 0 0 0 20 0 5 0 1128965658 69861376 12858 4294967295 134512640 135180984 3216234128 3086327536 134522714 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 68224

[startup+12.7097 s]
/proc/loadavg: 5.94 6.32 6.34 7/116 28006
/proc/meminfo: memFree=3036480/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=68912 CPUtime=17.38
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 16084 0 0 0 1733 5 0 0 25 0 5 0 1128965657 70565888 12986 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 17228 12986 68 164 0 17063 0
[pid=28000/tid=28001] ppid=27998 vsize=68912 CPUtime=0.05
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1232 0 0 0 3 2 0 0 15 0 5 0 1128965657 70565888 12986 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=28000/tid=28003] ppid=27998 vsize=68912 CPUtime=5.95
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 4945 0 0 0 592 3 0 0 25 0 5 0 1128965658 70565888 12986 4294967295 134512640 135180984 3216234128 3086458640 134525163 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=68912 CPUtime=5.17
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4887 0 0 0 517 0 0 0 25 0 5 0 1128965658 70565888 12986 4294967295 134512640 135180984 3216234128 3086393200 134526527 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28000/tid=28005] ppid=27998 vsize=68912 CPUtime=6.21
/proc/28000/task/28005/stat : 28005 (satake) R 27998 28000 23155 0 -1 4202560 4909 0 0 0 621 0 0 0 25 0 5 0 1128965658 70565888 12986 4294967295 134512640 135180984 3216234128 3086327664 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.38
Current children cumulated vsize (KiB) 68912

[startup+25.5086 s]
/proc/loadavg: 6.17 6.35 6.35 7/116 28009
/proc/meminfo: memFree=3035892/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=69308 CPUtime=37.97
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 16207 0 0 0 3791 6 0 0 25 0 5 0 1128965657 70971392 13109 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 17327 13109 68 164 0 17162 0
[pid=28000/tid=28001] ppid=27998 vsize=69308 CPUtime=0.05
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1245 0 0 0 3 2 0 0 15 0 5 0 1128965657 70971392 13109 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=28000/tid=28003] ppid=27998 vsize=69308 CPUtime=11.51
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 4976 0 0 0 1148 3 0 0 25 0 5 0 1128965658 70971392 13109 4294967295 134512640 135180984 3216234128 3086458800 134532445 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=69308 CPUtime=14.63
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4926 0 0 0 1463 0 0 0 25 0 5 0 1128965658 70971392 13109 4294967295 134512640 135180984 3216234128 3086393152 134527318 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28000/tid=28005] ppid=27998 vsize=69308 CPUtime=11.79
/proc/28000/task/28005/stat : 28005 (satake) R 27998 28000 23155 0 -1 4202560 4949 0 0 0 1178 1 0 0 25 0 5 0 1128965658 70971392 13109 4294967295 134512640 135180984 3216234128 3086327664 134528540 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.97
Current children cumulated vsize (KiB) 69308

[startup+51.1165 s]
/proc/loadavg: 6.11 6.32 6.34 7/116 28010
/proc/meminfo: memFree=3035088/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=70100 CPUtime=89.11
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 16404 0 0 0 8900 11 0 0 25 0 5 0 1128965657 71782400 13306 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 17525 13306 68 164 0 17360 0
[pid=28000/tid=28001] ppid=27998 vsize=70100 CPUtime=0.07
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1272 0 0 0 5 2 0 0 15 0 5 0 1128965657 71782400 13306 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=28000/tid=28003] ppid=27998 vsize=70100 CPUtime=28.45
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 5045 0 0 0 2841 4 0 0 25 0 5 0 1128965658 71782400 13306 4294967295 134512640 135180984 3216234128 3086458688 134527318 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=70100 CPUtime=33.21
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4976 0 0 0 3319 2 0 0 25 0 5 0 1128965658 71782400 13306 4294967295 134512640 135180984 3216234128 3086393192 134519101 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28000/tid=28005] ppid=27998 vsize=70100 CPUtime=27.38
/proc/28000/task/28005/stat : 28005 (satake) R 27998 28000 23155 0 -1 4202560 5000 0 0 0 2735 3 0 0 25 0 5 0 1128965658 71782400 13306 4294967295 134512640 135180984 3216234128 3086327664 134528425 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 89.11
Current children cumulated vsize (KiB) 70100

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

[startup+54.3162 s]
/proc/loadavg: 6.10 6.32 6.34 9/117 28022
/proc/meminfo: memFree=3035088/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=70100 CPUtime=95.51
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 16405 0 0 0 9540 11 0 0 25 0 5 0 1128965657 71782400 13307 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 17525 13307 68 164 0 17360 0
[pid=28000/tid=28001] ppid=27998 vsize=70100 CPUtime=0.07
/proc/28000/task/28001/stat : 28001 (satake) S 27998 28000 23155 0 -1 4202560 1272 0 0 0 5 2 0 0 15 0 5 0 1128965657 71782400 13307 4294967295 134512640 135180984 3216234128 3086524432 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=28000/tid=28003] ppid=27998 vsize=70100 CPUtime=30.13
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 5046 0 0 0 3009 4 0 0 25 0 5 0 1128965658 71782400 13307 4294967295 134512640 135180984 3216234128 3086458728 134518235 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=70100 CPUtime=34.73
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4976 0 0 0 3471 2 0 0 25 0 5 0 1128965658 71782400 13307 4294967295 134512640 135180984 3216234128 3086393200 134526322 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28000/tid=28005] ppid=27998 vsize=70100 CPUtime=30.58
/proc/28000/task/28005/stat : 28005 (satake) R 27998 28000 23155 0 -1 4202560 5000 0 0 0 3055 3 0 0 25 0 5 0 1128965658 71782400 13307 4294967295 134512640 135180984 3216234128 3086327664 134528866 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.51
Current children cumulated vsize (KiB) 70100

[startup+55.9161 s]
/proc/loadavg: 6.10 6.32 6.34 9/117 28030
/proc/meminfo: memFree=3034892/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=58204 CPUtime=98.63
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 16414 0 0 0 9852 11 0 0 18 0 3 0 1128965657 59600896 11472 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 14551 11472 77 164 0 14386 0
[pid=28000/tid=28003] ppid=27998 vsize=58204 CPUtime=31.13
/proc/28000/task/28003/stat : 28003 (satake) R 27998 28000 23155 0 -1 4202560 5046 0 0 0 3109 4 0 0 25 0 3 0 1128965658 59600896 11472 4294967295 134512640 135180984 3216234128 3086458704 134519935 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28000/tid=28004] ppid=27998 vsize=58204 CPUtime=35.77
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4976 0 0 0 3575 2 0 0 25 0 3 0 1128965658 59600896 11472 4294967295 134512640 135180984 3216234128 3086393192 134520896 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.63
Current children cumulated vsize (KiB) 58204

[startup+56.716 s]
/proc/loadavg: 6.10 6.32 6.34 7/115 28119
/proc/meminfo: memFree=3041840/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=47928 CPUtime=99.91
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 16414 0 0 0 9980 11 0 0 18 0 2 0 1128965657 49078272 10033 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 11982 10033 77 164 0 11817 0
[pid=28000/tid=28004] ppid=27998 vsize=47928 CPUtime=36.53
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4976 0 0 0 3651 2 0 0 25 0 2 0 1128965658 49078272 10033 4294967295 134512640 135180984 3216234128 3086393200 134528062 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (KiB) 47928

[startup+57.116 s]
/proc/loadavg: 6.10 6.32 6.34 5/113 28193
/proc/meminfo: memFree=3047196/3368532 swapFree=1953788/1959888
[pid=28000] ppid=27998 vsize=47928 CPUtime=100.32
/proc/28000/stat : 28000 (satake) S 27998 28000 23155 0 -1 4202496 16414 0 0 0 10021 11 0 0 18 0 2 0 1128965657 49078272 10033 4294967295 134512640 135180984 3216234128 3216233564 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28000/statm: 11982 10033 77 164 0 11817 0
[pid=28000/tid=28004] ppid=27998 vsize=47928 CPUtime=36.94
/proc/28000/task/28004/stat : 28004 (satake) R 27998 28000 23155 0 -1 4202560 4976 0 0 0 3692 2 0 0 25 0 2 0 1128965658 49078272 10033 4294967295 134512640 135180984 3216234128 3086393088 134522972 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.32
Current children cumulated vsize (KiB) 47928

Child status: 4
Real time (s): 57.1957
CPU time (s): 100.39
CPU user time (s): 100.28
CPU system time (s): 0.11
CPU usage (%): 175.52
Max. virtual memory (cumulated for all children) (KiB): 70440


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.28
system time used= 0.11
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16415
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= 34791
involuntary context switches= 36790

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 02:23:35
IDJOB=1779250
IDBENCH=70825
IDSOLVER=629
FILE ID=/1779250-1243643015
PBS_JOBID=
Free space on /tmp= 6473 MiB

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

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED= 1108383736

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.061
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.41
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.061
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.061
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.061
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:       3088504 kB
Buffers:         70784 kB
Cached:         102516 kB
SwapCached:       2256 kB
Active:         109560 kB
Inactive:        80480 kB
HighTotal:     2489216 kB
HighFree:      2369076 kB
LowTotal:       879316 kB
LowFree:        719428 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            4644 kB
Writeback:           0 kB
AnonPages:       16196 kB
Mapped:           5284 kB
Slab:            80944 kB
SReclaimable:    66848 kB
SUnreclaim:      14096 kB
PageTables:        700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112672 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6473 MiB
End job on  at 2009-05-30 02:24:33