Trace number 1776190

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 42.48 22.2084

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11803.cnf
MD5SUM6c6fd606fd41d7205b07602118ad74a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.22
Satisfiable
(Un)Satisfiability was proved
Number of variables276402
Number of clauses798348
Sum of the clauses size2080196
Maximum clause length3
Minimum clause length1
Number of clauses of size 131560
Number of clauses of size 2251728
Number of clauses of size 3515060
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

42.40/22.20	c Benchmark name    : HOME/instance-1776190-1243635644.cnf
42.40/22.20	c Thread Num        :            4
42.40/22.20	c restarts          :            9
42.40/22.20	c conflicts         :         5020
42.40/22.20	c decisions         :        63323           (     3094 / sec      )
42.40/22.20	c propagations      :     33642711           (  1643595 / sec      )
42.40/22.20	c inspects          :     81902180           (  4001283 / sec      )
42.40/22.20	c conflict literals :        63092           (    12.88 % deleted  )
42.40/22.20	c cpu time          :        20.47           
42.40/22.20	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-1776190-1243635644/watcher-1776190-1243635644 -o /tmp/evaluation-result-1776190-1243635644/solver-1776190-1243635644 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776190-1243635644.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: 4.90 5.32 5.25 5/118 4941
/proc/meminfo: memFree=3116556/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=968 CPUtime=0
/proc/4940/stat : 4940 (satake) R 4938 4940 17312 0 -1 4202496 107 0 0 0 0 0 0 0 25 0 2 0 1128227297 991232 64 4294967295 134512640 135180984 3220314752 3220314096 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 242 64 54 164 0 77 0
[pid=4940/tid=4941] ppid=4938 vsize=968 CPUtime=0
/proc/4940/task/4941/stat : 4941 (satake) R 4938 4940 17312 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1128227297 991232 64 4294967295 134512640 135180984 3220314752 3086922564 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.061525 s]
/proc/loadavg: 4.90 5.32 5.25 5/118 4941
/proc/meminfo: memFree=3116556/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=45664 CPUtime=0.08
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 10828 0 0 0 2 6 0 0 25 0 5 0 1128227297 46759936 10781 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 11416 10781 63 164 0 11251 0
[pid=4940/tid=4941] ppid=4938 vsize=45664 CPUtime=0
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128227297 46759936 10781 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45664

[startup+0.110373 s]
/proc/loadavg: 4.90 5.32 5.25 5/118 4941
/proc/meminfo: memFree=3116556/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=76516 CPUtime=0.14
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 16999 0 0 0 6 8 0 0 25 0 5 0 1128227297 78352384 16940 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 19129 16940 63 164 0 18964 0
[pid=4940/tid=4941] ppid=4938 vsize=76516 CPUtime=0
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128227297 78352384 16940 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 76516

[startup+0.310362 s]
/proc/loadavg: 4.90 5.32 5.25 5/118 4941
/proc/meminfo: memFree=3116556/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=205984 CPUtime=0.48
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 36444 0 0 0 32 16 0 0 25 0 5 0 1128227297 210927616 36385 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 51496 36385 63 164 0 51331 0
[pid=4940/tid=4941] ppid=4938 vsize=205984 CPUtime=0
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128227297 210927616 36385 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 205984

[startup+0.710339 s]
/proc/loadavg: 4.90 5.32 5.25 5/118 4941
/proc/meminfo: memFree=3116556/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=237220 CPUtime=1.25
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 44028 0 0 0 105 20 0 0 25 0 5 0 1128227297 242913280 43969 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 59305 43969 63 164 0 59140 0
[pid=4940/tid=4941] ppid=4938 vsize=237220 CPUtime=0
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128227297 242913280 43969 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 237220

[startup+1.5103 s]
/proc/loadavg: 4.90 5.32 5.25 6/122 4945
/proc/meminfo: memFree=2938216/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=239520 CPUtime=2.84
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 52233 0 0 0 261 23 0 0 25 0 5 0 1128227297 245268480 44296 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 59880 44296 66 164 0 59715 0
[pid=4940/tid=4941] ppid=4938 vsize=239520 CPUtime=0
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1128227297 245268480 44296 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4940/tid=4943] ppid=4938 vsize=239520 CPUtime=0.61
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 16171 0 0 0 57 4 0 0 25 0 5 0 1128227297 245268480 44296 4294967295 134512640 135180984 3220314752 3086856280 134675767 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4940/tid=4944] ppid=4938 vsize=239520 CPUtime=0.95
/proc/4940/task/4944/stat : 4944 (satake) R 4938 4940 17312 0 -1 4202560 17859 0 0 0 86 9 0 0 25 0 5 0 1128227297 245268480 44297 4294967295 134512640 135180984 3220314752 3086790432 134519095 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4940/tid=4945] ppid=4938 vsize=239520 CPUtime=1.28
/proc/4940/task/4945/stat : 4945 (satake) S 4938 4940 17312 0 -1 4202560 18086 0 0 0 118 10 0 0 25 0 5 0 1128227297 245268480 44297 4294967295 134512640 135180984 3220314752 3086724768 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 239520

[startup+3.11022 s]
/proc/loadavg: 4.90 5.32 5.25 6/122 4949
/proc/meminfo: memFree=2929432/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=253044 CPUtime=6.01
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 58952 0 0 0 571 30 0 0 25 0 5 0 1128227297 259117056 47076 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 63261 47076 68 164 0 63096 0
[pid=4940/tid=4941] ppid=4938 vsize=253044 CPUtime=0.1
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 4865 0 0 0 8 2 0 0 15 0 5 0 1128227297 259117056 47076 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4940/tid=4943] ppid=4938 vsize=253044 CPUtime=1.48
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 17869 0 0 0 143 5 0 0 25 0 5 0 1128227297 259117056 47076 4294967295 134512640 135180984 3220314752 3086856048 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4940/tid=4944] ppid=4938 vsize=253044 CPUtime=2.41
/proc/4940/task/4944/stat : 4944 (satake) R 4938 4940 17312 0 -1 4202560 17982 0 0 0 229 12 0 0 25 0 5 0 1128227297 259117056 47076 4294967295 134512640 135180984 3220314752 3086790304 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4940/tid=4945] ppid=4938 vsize=253044 CPUtime=2.02
/proc/4940/task/4945/stat : 4945 (satake) R 4938 4940 17312 0 -1 4202560 18126 0 0 0 191 11 0 0 25 0 5 0 1128227297 259117056 47076 4294967295 134512640 135180984 3220314752 3086725040 134532460 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 253044

[startup+6.31005 s]
/proc/loadavg: 4.99 5.33 5.25 7/122 4953
/proc/meminfo: memFree=2927672/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=253440 CPUtime=12.3
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 59237 0 0 0 1191 39 0 0 25 0 5 0 1128227297 259522560 47361 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 63360 47361 68 164 0 63195 0
[pid=4940/tid=4941] ppid=4938 vsize=253440 CPUtime=0.17
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 4880 0 0 0 11 6 0 0 15 0 5 0 1128227297 259522560 47361 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4940/tid=4943] ppid=4938 vsize=253440 CPUtime=4.2
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 17988 0 0 0 412 8 0 0 25 0 5 0 1128227297 259522560 47361 4294967295 134512640 135180984 3220314752 3086856040 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4940/tid=4944] ppid=4938 vsize=253440 CPUtime=3.95
/proc/4940/task/4944/stat : 4944 (satake) R 4938 4940 17312 0 -1 4202560 18052 0 0 0 383 12 0 0 25 0 5 0 1128227297 259522560 47361 4294967295 134512640 135180984 3220314752 3086790316 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4940/tid=4945] ppid=4938 vsize=253440 CPUtime=3.98
/proc/4940/task/4945/stat : 4945 (satake) R 4938 4940 17312 0 -1 4202560 18207 0 0 0 385 13 0 0 25 0 5 0 1128227297 259522560 47361 4294967295 134512640 135180984 3220314752 3086724968 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 253440

[startup+12.7197 s]
/proc/loadavg: 5.07 5.34 5.26 6/122 4961
/proc/meminfo: memFree=2926372/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=253988 CPUtime=24.93
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 59620 0 0 0 2440 53 0 0 25 0 5 0 1128227297 260083712 47744 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 63497 47744 68 164 0 63332 0
[pid=4940/tid=4941] ppid=4938 vsize=253988 CPUtime=0.28
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 4924 0 0 0 16 12 0 0 15 0 5 0 1128227297 260083712 47744 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4940/tid=4943] ppid=4938 vsize=253988 CPUtime=9.39
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 18100 0 0 0 929 10 0 0 25 0 5 0 1128227297 260083712 47744 4294967295 134512640 135180984 3220314752 3086856104 134518214 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4940/tid=4944] ppid=4938 vsize=253988 CPUtime=6.75
/proc/4940/task/4944/stat : 4944 (satake) R 4938 4940 17312 0 -1 4202560 18121 0 0 0 662 13 0 0 25 0 5 0 1128227297 260083712 47744 4294967295 134512640 135180984 3220314752 3086790512 134528230 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4940/tid=4945] ppid=4938 vsize=253988 CPUtime=8.51
/proc/4940/task/4945/stat : 4945 (satake) R 4938 4940 17312 0 -1 4202560 18365 0 0 0 833 18 0 0 25 0 5 0 1128227297 260083712 47744 4294967295 134512640 135180984 3220314752 3086724972 134518208 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 253988

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

[startup+19.1194 s]
/proc/loadavg: 5.06 5.33 5.25 7/122 4975
/proc/meminfo: memFree=2925628/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=254252 CPUtime=37.67
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 59828 0 0 0 3707 60 0 0 25 0 5 0 1128227297 260354048 47952 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 63563 47952 68 164 0 63398 0
[pid=4940/tid=4941] ppid=4938 vsize=254252 CPUtime=0.31
/proc/4940/task/4941/stat : 4941 (satake) S 4938 4940 17312 0 -1 4202560 4944 0 0 0 16 15 0 0 15 0 5 0 1128227297 260354048 47952 4294967295 134512640 135180984 3220314752 3086921744 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=4940/tid=4943] ppid=4938 vsize=254252 CPUtime=14.58
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 18148 0 0 0 1448 10 0 0 25 0 5 0 1128227297 260354048 47952 4294967295 134512640 135180984 3220314752 3086855984 134523638 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=4940/tid=4944] ppid=4938 vsize=254252 CPUtime=10.23
/proc/4940/task/4944/stat : 4944 (satake) R 4938 4940 17312 0 -1 4202560 18205 0 0 0 1010 13 0 0 25 0 5 0 1128227297 260354048 47952 4294967295 134512640 135180984 3220314752 3086790512 134528209 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4940/tid=4945] ppid=4938 vsize=254252 CPUtime=12.55
/proc/4940/task/4945/stat : 4945 (satake) R 4938 4940 17312 0 -1 4202560 18421 0 0 0 1233 22 0 0 25 0 5 0 1128227297 260354048 47952 4294967295 134512640 135180984 3220314752 3086724976 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.67
Current children cumulated vsize (KiB) 254252

[startup+20.7193 s]
/proc/loadavg: 5.06 5.33 5.25 6/122 4975
/proc/meminfo: memFree=2925256/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=207544 CPUtime=40.85
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 59864 0 0 0 4022 63 0 0 18 0 3 0 1128227297 212525056 40920 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 51886 40920 77 164 0 51721 0
[pid=4940/tid=4943] ppid=4938 vsize=207544 CPUtime=15.93
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 18159 0 0 0 1583 10 0 0 25 0 3 0 1128227297 212525056 40920 4294967295 134512640 135180984 3220314752 3086856064 134518634 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=4940/tid=4944] ppid=4938 vsize=207544 CPUtime=10.97
/proc/4940/task/4944/stat : 4944 (satake) R 4938 4940 17312 0 -1 4202560 18207 0 0 0 1084 13 0 0 25 0 3 0 1128227297 212525056 40920 4294967295 134512640 135180984 3220314752 3086790504 134518224 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40.85
Current children cumulated vsize (KiB) 207544

[startup+21.5193 s]
/proc/loadavg: 5.06 5.33 5.25 5/120 4975
/proc/meminfo: memFree=2956188/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=167316 CPUtime=41.8
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 59866 0 0 0 4117 63 0 0 18 0 2 0 1128227297 171331584 35507 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 41829 35507 77 164 0 41664 0
[pid=4940/tid=4943] ppid=4938 vsize=167316 CPUtime=16.73
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 18161 0 0 0 1663 10 0 0 25 0 2 0 1128227297 171331584 35507 4294967295 134512640 135180984 3220314752 3086856048 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.8
Current children cumulated vsize (KiB) 167316

[startup+21.9192 s]
/proc/loadavg: 5.06 5.33 5.25 4/119 4979
/proc/meminfo: memFree=2973864/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=167316 CPUtime=42.2
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 59867 0 0 0 4157 63 0 0 18 0 2 0 1128227297 171331584 35508 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 41829 35508 77 164 0 41664 0
[pid=4940/tid=4943] ppid=4938 vsize=167316 CPUtime=17.13
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 18162 0 0 0 1703 10 0 0 25 0 2 0 1128227297 171331584 35508 4294967295 134512640 135180984 3220314752 3086856048 134528869 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.2
Current children cumulated vsize (KiB) 167316

[startup+22.1192 s]
/proc/loadavg: 5.06 5.33 5.25 4/119 4979
/proc/meminfo: memFree=2973864/3368532 swapFree=1959840/1959888
[pid=4940] ppid=4938 vsize=167316 CPUtime=42.4
/proc/4940/stat : 4940 (satake) S 4938 4940 17312 0 -1 4202496 59868 0 0 0 4177 63 0 0 18 0 2 0 1128227297 171331584 35509 4294967295 134512640 135180984 3220314752 3220314188 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/4940/statm: 41829 35509 77 164 0 41664 0
[pid=4940/tid=4943] ppid=4938 vsize=167316 CPUtime=17.33
/proc/4940/task/4943/stat : 4943 (satake) R 4938 4940 17312 0 -1 4202560 18163 0 0 0 1723 10 0 0 25 0 2 0 1128227297 171331584 35509 4294967295 134512640 135180984 3220314752 3086856624 134534175 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.4
Current children cumulated vsize (KiB) 167316

Child status: 4
Real time (s): 22.2084
CPU time (s): 42.48
CPU user time (s): 41.85
CPU system time (s): 0.63
CPU usage (%): 191.279
Max. virtual memory (cumulated for all children) (KiB): 254252


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.85
system time used= 0.63
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59869
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= 91842
involuntary context switches= 76425

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 00:20:44
IDJOB=1776190
IDBENCH=20463
IDSOLVER=629
FILE ID=/1776190-1243635644
PBS_JOBID=
Free space on /tmp= 7971 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11803.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776190-1243635644/watcher-1776190-1243635644 -o /tmp/evaluation-result-1776190-1243635644/solver-1776190-1243635644 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776190-1243635644.cnf 4 10000

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

MD5SUM BENCH= 6c6fd606fd41d7205b07602118ad74a0
RANDOM SEED= 1676350434

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:       3116556 kB
Buffers:         55836 kB
Cached:          88720 kB
SwapCached:          0 kB
Active:          92784 kB
Inactive:        74000 kB
HighTotal:     2489216 kB
HighFree:      2377740 kB
LowTotal:       879316 kB
LowFree:        738816 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           17136 kB
Writeback:           0 kB
AnonPages:       22072 kB
Mapped:           8200 kB
Slab:            74108 kB
SReclaimable:    61576 kB
SUnreclaim:      12532 kB
PageTables:        796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123560 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7971 MiB
End job on  at 2009-05-30 00:21:07